-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Youtube subtitles fail to convert to .srt, results in empty file. #15896
Comments
Remove |
@dstftw If I remove that, then it re-encodes the video unnecessarily instead of just remuxing. Is there another way to have it not re-encode the video? |
Not using |
Then how do I get it remuxed into mkv? I'm very confused... |
|
That only takes effect if a merge is required. I need all of the media to be remuxed to mkv even if there is no merge. That's why I was using recode-video. |
No way to do that for a single file media. |
Can I open a feature request to add that feature? I want to archive large amounts of youtube for historical purposes, but my OCD won't let me start unless I can be sure it will all be uniform. |
There is already such feature request. |
Would you mind sharing a link to it? I'm not sure which issue you are referencing. |
Thanks! You've been very helpful! |
Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2018.03.14. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-v
flag to your command line you run youtube-dl with (youtube-dl -v <your command line>
), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
I am attempting to archive youtube channels with best quality to
.mkv
with all subtitles embedded as srt, but the subtitles fail to convert to srt prior to embedding. The log above is only different from my actual config in that I commented out--embed-subs
so that it would keep the files for inspection. The.vtt
downloaded looks perfectly fine (top of file below), but the.srt
in the downloaded folder is a completely empty file.My config file is as follows: (perhaps I have conflicting options that cause issues? I'm unsure...)
The text was updated successfully, but these errors were encountered: