mirror of
https://github.com/danog/plotframes.git
synced 2024-11-26 11:54:47 +01:00
Remove empty options
This commit is contained in:
parent
6aef41c108
commit
ce22f25bbc
6
main.js
6
main.js
@ -55,7 +55,7 @@ function getDetails(input, cb){
|
|||||||
'-show_entries',
|
'-show_entries',
|
||||||
'stream',
|
'stream',
|
||||||
input
|
input
|
||||||
],[]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
// Get frame rate from stdout
|
// Get frame rate from stdout
|
||||||
@ -139,7 +139,7 @@ function getBitrate(input, details, progress, cb){
|
|||||||
'-show_entries',
|
'-show_entries',
|
||||||
'frame=stream_index,media_type,pict_type,pkt_size,pkt_pts_time',
|
'frame=stream_index,media_type,pict_type,pkt_size,pkt_pts_time',
|
||||||
input
|
input
|
||||||
],[]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
// Get frame data
|
// Get frame data
|
||||||
@ -492,4 +492,4 @@ function plotScript(input, cb, op){
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
getFrames: getFrames,
|
getFrames: getFrames,
|
||||||
plotScript: plotScript
|
plotScript: plotScript
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user