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

download portion of video #19282

Closed
brcisna opened this issue Feb 20, 2019 · 0 comments
Closed

download portion of video #19282

brcisna opened this issue Feb 20, 2019 · 0 comments

Comments

@brcisna
Copy link

@brcisna brcisna commented Feb 20, 2019

The following command used to work for downloading a portion of a youtube video....

ffmpeg -i $(youtube-dl -f 22 --get-url https://www.youtube.com/watch?v=ZbZSe6N_BXs)
-ss 00:00:10 -t 00:00:30 -c:v copy -c:a copy
happy.mp4

Now with latest youtube-dl it errors with the following:

-ss: No such file or directory

Have checked to make sure there are no whitespaces,and such in the command.
Any ideas?

Thank You.

@brcisna brcisna closed this Feb 20, 2019
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
1 participant
You can’t perform that action at this time.