Giter Site home page Giter Site logo

Comments (5)

shaked6540 avatar shaked6540 commented on May 25, 2024

There is a simple way to convert it to mp4 using ffmpeg:
ffmpeg -i video.mkv -c copy video.mp4

I didn't add that option because i didnt think it was necessary, it would have to be either mkv or mp4 because other containers don't support all the codecs youtube is using so it will have to be re-encoded which can take a lot of time, depending on your pc.

If its something that is wanted by the users, I will add it

from youtubeplaylistdownloader.

onzone avatar onzone commented on May 25, 2024

Yeah, I knew it, but I think mkv format actually compressed more than mp4 and converting from mkv to mp4 will lose more information, that's why I thought during saving time, if we have the option then it would be useful. Also it would be nice to have the metadata information.

from youtubeplaylistdownloader.

shaked6540 avatar shaked6540 commented on May 25, 2024

Hmm.. I don't have enough knowledge about stuff like this so I don't know what to say, I can try working on adding an option to save as mp4 but I don't think it will help keep any metadata, since there isn't any metadata to begin with, all the program does is call ffmpeg to combine the audio + video that was downloaded from youtube into a single file. I could manually add the width, height and bitrate as metadata, im not sure about fps but it might be possible. Is it important to you, or is it something that can be ignored?

from youtubeplaylistdownloader.

shaked6540 avatar shaked6540 commented on May 25, 2024

I checked it right now and it looks like metadata is included in the video and audio:

image

from youtubeplaylistdownloader.

shaked6540 avatar shaked6540 commented on May 25, 2024

closing this as there hasn't been a response in over 14 days, and mp4 support is a bit problematic for now

from youtubeplaylistdownloader.

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.