Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upffmpeg filename handling (red herring: "No protocol not found") #247
Comments
trizen
closed this
in
e2c1d10
Apr 21, 2019
This comment has been minimized.
This comment has been minimized.
|
Thanks for finding and reporting this issue. Fixed in the above commit. Alternative fix would be to set |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
philippera commentedApr 21, 2019
Hello and thank you for this useful program.
I tried to download the youtube video called "Spacemacs: Magit staging and commit basics" with default settings. At the end of the 2 downloads (1 pure video + 1 pure audio) I got printed:
The first thing that came to mind was that the filenames contain special characters and indeed that is the problem.
I used ffmpeg to reproduce the problem like so:
It gives the same error message ("...Protocol not found...").
If I rename the files to something sensible like video.webm and audio.webm then the ffmpeg command works fine.
It's probably just a matter of quoting the filenames or something similar but I have no experience in perl so I'm not proposing a fix here.