I try to detect when a scene is changing in video I use in command line
ffmpeg -i input.flv -filter:v "select='gt(scene,0.4)',showinfo" -f null - 2> ffout
but I want to do it with node-fluent-ffmpeg
thanks in advance
No comments:
Post a Comment