Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Thumbnail to mp4 #345

Open
phillipsmn opened this issue Dec 4, 2023 · 0 comments
Open

Adding Thumbnail to mp4 #345

phillipsmn opened this issue Dec 4, 2023 · 0 comments

Comments

@phillipsmn
Copy link

I was wondering if there was a way to add a thumbnail to an mp4 using transcode video. I know it can be done via ffmpeg doing something like: ffmpeg -i video.mp4 -i IMAGE -map 1 -map 0 -c copy -disposition:0 attached_pic out.mp4 (where IMAGE is the jpg or png that you want to use for the thumbnail) and thought this would be an awesome addition to video_transcoding if it were not already possible.

Is this possible? I tried including some of the ffmpeg commands to the transcode-video one and could not get it to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant