Skip to content
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 video removed need code to manual ffmpeg to webm format so it plays #22122

Closed
nopedd opened this issue Aug 16, 2019 · 2 comments
Closed

youtube video removed need code to manual ffmpeg to webm format so it plays #22122

nopedd opened this issue Aug 16, 2019 · 2 comments
Labels

Comments

@nopedd
Copy link

@nopedd nopedd commented Aug 16, 2019

Checklist

  • I'm asking a question
  • I've looked through the README and FAQ for similar questions
  • I've searched the bugtracker for similar questions including closed ones

Question

WRITE QUESTION HERE
Hi

the video is removed and need the manual code to mux webm youtube video so it is fixed by ffmpeg, can someone pls share the youtube dl command i need to use to manually fix the file as the video are removed i cannot do it auymore the autmatic way

what is the command thank you

@nopedd nopedd added the question label Aug 16, 2019
@dstftw dstftw closed this Aug 16, 2019
@nopedd
Copy link
Author

@nopedd nopedd commented Aug 16, 2019

the video plays but has not sound, i need the command ffmpeg youtube dl call after download to fix this.

@ealgase
Copy link
Contributor

@ealgase ealgase commented Aug 16, 2019

ffmpeg -i videofile -i audiofile -map 0:v -map 1:a -c copy merged.mkv should do it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.