Tuesday, 9 May 2017

scene detection with node-fluent-ffmpeg

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



via Samuel Calegari

No comments:

Post a Comment