Giter VIP home page Giter VIP logo

Comments (6)

mifi avatar mifi commented on May 22, 2024

LosslessCut offloads all this conversion to ffmpeg, so we need to figure out how to make ffmpeg do this. Seems like ffmpeg has an option -map_metadata
If you can try with ffmpeg and confirm this works, then I could add an option for preserving metadata. (maybe not safe to do it by default)

See also:
https://ffmpeg.org/ffmpeg.html

from lossless-cut.

V-Toll avatar V-Toll commented on May 22, 2024

Hey, this seems to work for me. Any chance of getting this function as an additional option?

from lossless-cut.

mifi avatar mifi commented on May 22, 2024

What do you mean works for you? where does it work for you?

from lossless-cut.

V-Toll avatar V-Toll commented on May 22, 2024

Sorry, it's been a while ;-)

I tried the -map_metadata option with ffmpeg and all metadata was saved.

from lossless-cut.

mifi avatar mifi commented on May 22, 2024

Which arguments are you using for -map_metadata?

Looking at ffmpeg docs, it seems that global metadata is copied by default. is not MP4 tag information global metadata?

By default, global metadata is copied from the first input file, per-stream and per-chapter metadata is copied along with streams/chapters. These default mappings are disabled by creating any mapping of the relevant type. A negative file index can be used to create a dummy mapping that just disables automatic copying.

from lossless-cut.

mifi avatar mifi commented on May 22, 2024

I have added -map_metadata 0 and it seems to be working. 61a13ce

from lossless-cut.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.