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

Add thumbnail as a cover on mp4 files #3

Open
TofPlay opened this issue Feb 28, 2021 · 0 comments
Open

Add thumbnail as a cover on mp4 files #3

TofPlay opened this issue Feb 28, 2021 · 0 comments

Comments

@TofPlay
Copy link

TofPlay commented Feb 28, 2021

Hi
With the url http://img.youtube.com/vi/<youtube-video-id>/maxresdefault.jpg is possible to download the thumbnail of youtube video and to add this file as a cover to the mp4 we can use this command line:

ffmpeg -i "<youtube file name>.mp4" -i "maxresdefault.jpg" -map 1 -map 0 -metadata title="<youtube title>" -codec copy -disposition:0 attached_pic "<new youtube file name with thumbnail as a cover>.mp4"

Is it possible to do the same on clipgrab?

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