Add support for video
- avi !25 (closed)
- mp4 !27 (merged)
- wmv done in 8e84ba54
- mov: Not really doable for now, since Exiftool can't write most of the metadata, and ffmpeg isn't removing/cleaning a lot of them.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
- Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related.
Learn more.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- jvoisin changed milestone to %0.1 - Turtle
changed milestone to %0.1 - Turtle
- jvoisin added fileformat label
added fileformat label
MKV aren't writable by exiftool.
- jvoisin changed the description
changed the description
- jvoisin changed milestone to %0.2.0 - Bunny
changed milestone to %0.2.0 - Bunny
Gstreamer looks a bit complicated.
I think that ffmpeg is a (the?) way to go, with something like this:
ffmpeg \ -i "input.mkv" \ # input file -codec copy \ # copy the streams without reencoding -map_metadata -1 \ # don't copy metadata -metadata creation_time="1980-01-01T00:00:00" \ # Apparently, it can't be erased -map_chapters -1 \ # don't copy chapters -metadata title="" \ # remove the title, apparently, this might be needed output.mkv # output file
Edited by jvoisin- jvoisin added research need label
added research need label
- jvoisin changed time estimate to 2h
changed time estimate to 2h
- jvoisin changed milestone to %1.0 - Pony
changed milestone to %1.0 - Pony
- jvoisin closed
closed
- jvoisin reopened
reopened
- jvoisin changed the description
changed the description
- jvoisin added good first issue label
added good first issue label
Please register or sign in to reply