uploaderrr accepts files of type video/webm and video/mp4, but these files are missing from the thumbnailer.
Possible methods:
ffmpegthumbnailer -i ${infile} -s 150 -f -o ${outfile} from https://github.com/dirkvdb/ffmpegthumbnailer
ffmpeg -i %infile -ss 00:01 -f image2 -vframes 1 -vf "scale=w=150:h=150:force_original_aspect_ratio=decrease" ${outfile}.jpg
uploaderrr accepts files of type video/webm and video/mp4, but these files are missing from the thumbnailer.
Possible methods:
ffmpegthumbnailer -i ${infile} -s 150 -f -o ${outfile}from https://github.com/dirkvdb/ffmpegthumbnailerffmpeg -i %infile -ss 00:01 -f image2 -vframes 1 -vf "scale=w=150:h=150:force_original_aspect_ratio=decrease" ${outfile}.jpg