-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Feature Request] MKV attachment support to save frame as cover.jpg #673
Comments
Could you go to the tracks panel and enable the |
As for adding a custom cover art, I thought this would just work by drag-dropping a jpeg file onto losslesscut with a media file already opened, but it also needs this extra flag ffmpeg -i 'issue-673-embedded-cover-art.mp4' -i 'cover.jpg' -c copy -map '0:0' -map '0:1' -map '1:0' -disposition:2 attached_pic -map_metadata 0 -f mp4 -y 'out.mp4' |
allows for adding cover art to videos #673
Thanks for your hard works, the new UI is pretty cool😀. @mifi
|
it maps directly to the ffmpeg
maybe there is something missing somewhere. So it works with mp4 but not mkv? |
This page https://github.com/mifi/lossless-cut speaks of a use case that enables "Attach cover art to videos". But I cannot find how to do this, or any tutorials about it. Is it real? My version 3.39 refuses to export any png or mjpeg tracks at all. Is really possible an if so, please point me to instructions. This inquiry is regarding mp4 files |
Did you see my comment above? #673 (comment) I assume you mean that you want set a separate JPG file as a cover art of a video |
Closing due to lack of response |
I noticed after export segment, lossless-cut deleted the attachment "cover.jpg" that I put in the original file. But having a custom thumbnail helps while browsing a specific video within a folder. And if you're trying to put a cover.jpg after exportation, you'll need to refresh the thumbnail cache in order to view your changes, which is not a user-friendly task.
Suggestion:
The text was updated successfully, but these errors were encountered: