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.
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.