Giter VIP home page Giter VIP logo

Comments (4)

jely2002 avatar jely2002 commented on July 26, 2024 1

The video only option has been implemented and will release in v2.1.0.
Selecting multiple codecs will eventually be implemented too (see #47).

Closing this issue for now.

from youtube-dl-gui.

jely2002 avatar jely2002 commented on July 26, 2024

Hi Libror,

I personally use this app to download videos so I can use them in After Effects or Premiere Pro and have never experienced an issue like this. If you could provide me with some more info to troubleshoot the problem it would be much appreciated.

Additional info I could use:

  • Premiere Pro version
  • App version
  • What video did you try to download?
  • With what settings did you download this video?

One thing you can try in advance is setting the Attempt to use output format: setting to mp4. This makes youtube-dl-gui attempt to download mp4 files from YouTube, these files are usually encoded in AVC1 and not VP9 (the non working codec).

You could also transcode the downloaded files with something like handbrake.

As a last note, it is not that simple to just add a setting to select the encoding. This is because different services and even videos have different encodings available.

from youtube-dl-gui.

L0Lock avatar L0Lock commented on July 26, 2024

Hi there,

I also download my videos for video editing via youtube-dlg, but I also need to download some tuff for other purposes in which case I'd prefer downloading the other steams that are better quality - which isn't supported for now.

Could it be possible to have an option to download the vp9/opus streams when available ? That would make my day!
Also, how about a "video only" option too? I often need that too.

Sidenote:
If you want to switch your files from mkv to mp4, you can do this by copying the streams instead of re-encoding , which avoids quality loss and is much faster. I think in handbrake it's done by choosing the "passthrough" codecs, you can also do this via ffmpeg quite easily:

ffmpeg -i "input.mkv" -c copy -map 0 "output.mp4"

from youtube-dl-gui.

jely2002 avatar jely2002 commented on July 26, 2024

Hi L0Lock,

how about a "video only" option too? I often need that too.

Great idea to have an option that only downloads the video without the audio. I will be adding this as I can see a usecase for this.

Could it be possible to have an option to download the vp9/opus streams when available ?

I will have to think about adding an option to select certain codecs, because the format system is currently not able to show and select different encodings. If I were to add this I would have to consider how to fit it into the UI as well. All in all I don't think I will be adding this feature anytime soon, if I will be adding it at all.

from youtube-dl-gui.

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.