FFMPEG Thumbnail creation based on cuts script Question
Posted: Fri Feb 17, 2017 6:10 pm
Hello everyone,
Using the following command
ffmpeg -i C:/testcut.mov -filter:v "select='gt(scene,0.14)',showinfo" -vsync 0 C:/frames_%02d.jpg
I am able to generate a thumbnail everytime there is a cut in the video "testcut.mov"
I am trying to use the custom FFMPeg encoder in ffastrans and pasting "-filter:v "select='gt(scene,0.14)',showinfo" -vsync 0" in the options. but I cannot get anything to work.
The end result I am looking for is to create a watch folder when I drop a video into that folder, the custom ffmpeg command will run and generate thumbnails based on the code I provided above.
What am I doing wrong?
Thanks in advance for your help
Using the following command
ffmpeg -i C:/testcut.mov -filter:v "select='gt(scene,0.14)',showinfo" -vsync 0 C:/frames_%02d.jpg
I am able to generate a thumbnail everytime there is a cut in the video "testcut.mov"
I am trying to use the custom FFMPeg encoder in ffastrans and pasting "-filter:v "select='gt(scene,0.14)',showinfo" -vsync 0" in the options. but I cannot get anything to work.
The end result I am looking for is to create a watch folder when I drop a video into that folder, the custom ffmpeg command will run and generate thumbnails based on the code I provided above.
What am I doing wrong?
Thanks in advance for your help