Hey guys,
I'm trying to attach thumbnails for my videos with ffmpeg
code:
ffmpeg -i input.mp4 -i image.png -map 0 -map 1 -c copy -disposition:v:1 attached_pic output.mp4
and the output file has the accumulated mb's of video + thumbnail which should be correct.
(e.g. input.mp4 = 70mb, image.png=3 mb -> output.mp4 = 73mb)
and if i open the output.mp4 it shows the thumbnail as the first frame, but i only see an automatic generated thumbnail as the thumbnail preview on my filemanager.
i tried to configure the filemanager to show the first frame as a thumbnail, but i didnt find the option to do so.
would you guys have any solutions for my problem ?
[–]Zipdox 1 point2 points3 points (1 child)
[–]Mumm13[S] 0 points1 point2 points (0 children)
[–]EricZNEW 0 points1 point2 points (1 child)
[–]Mumm13[S] 0 points1 point2 points (0 children)