Skip to content

Add thumbnail as a cover on mp4 files #3

Description

@TofPlay

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions