jvl711 / SageTVTranscoder-FFmpeg

Mirror of git://source.ffmpeg.org/ffmpeg.git
https://ffmpeg.org
Other
1 stars 0 forks source link

Implement thumbnail generation #2

Open jvl711 opened 4 years ago

jvl711 commented 4 years ago

SageTV uses FFMpeg to generate thubnails. Need to review the command line options, and the execution to see if there are modifications needed.

Issues found: The way that crop works has changed. Looks like positive values used to remove from the video. For instance 0:8:0:0 would remove 8 pixels from the top of the video. Now you need to give the total size of the output of the crop.