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',
|
||||
'stream',
|
||||
input
|
||||
],[]
|
||||
]
|
||||
);
|
||||
|
||||
// Get frame rate from stdout
|
||||
@ -139,7 +139,7 @@ function getBitrate(input, details, progress, cb){
|
||||
'-show_entries',
|
||||
'frame=stream_index,media_type,pict_type,pkt_size,pkt_pts_time',
|
||||
input
|
||||
],[]
|
||||
]
|
||||
);
|
||||
|
||||
// Get frame data
|
||||
@ -492,4 +492,4 @@ function plotScript(input, cb, op){
|
||||
module.exports = {
|
||||
getFrames: getFrames,
|
||||
plotScript: plotScript
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user