ffmpeg-cli-wrapper
ffmpeg-cli-wrapper copied to clipboard
how to build a ffprob command?
I want to use the ffprob command:
ffprobe -show_frames -of compact=p=0 -f lavfi "movie=sample.mp4,select=gt(scene\,.4)"
to capture the scene changes and then split videos accordingly. Can I use this wrapper to compose the command and get the output to a String? or to an output file? Thanks.
Currently the library doesn't support building ffprobe commands.
There is a TODO to do this. I'd welcome any patches if you wish to add this functionality.