fluent-ffmpeg / node-fluent-ffmpeg

A fluent API to FFMPEG (http://www.ffmpeg.org)
MIT License
7.85k stars 874 forks source link

scene detection with node-fluent-ffmpeg #706

Open samuelcalegari opened 7 years ago

samuelcalegari commented 7 years ago

hello 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

smithaitufe commented 7 years ago

Were you able to resolve this?

samuelcalegari commented 7 years ago

no, I didn't succeed with node-fluent-ffmpeg. finally I have used an command execution with node.js :(

tomerb78 commented 6 years ago

any update on this? getting error: "ffmpeg exited with code 1: Error opening filters!"

LuciferSharma commented 7 months ago

Any updates on this? stderrLine gives line by line ffmpeg logs but It misses most of the frame = lines