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

what is the directory path of ffmpeg for download interval of youtube video? #13776

Closed
hoyeunglee opened this issue Jul 30, 2017 · 2 comments
Closed

Comments

@hoyeunglee
Copy link

@hoyeunglee hoyeunglee commented Jul 30, 2017

pip install --upgrade youtube_dl

ffmpeg -ss 14350 -i $(youtube-dl -f 22 --get-url https://www.youtube.com/watch?v=0347ZoDXyP0) -t 11200 -c:v copy -c:a copy react-spot.mp4

i find ffmpeg.pyc in
C:\Python27\Lib\site-packages\youtube_dl\postprocessor

but no executable file

what is the directory path of ffmpeg for download interval of youtube video?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 30, 2017

Where you installed ffmpeg obviously.

@dstftw dstftw closed this Jul 30, 2017
@WolfganP
Copy link

@WolfganP WolfganP commented Jul 30, 2017

Find your executable via 'which ffmpeg' (assuming you're using some Linux flavor)

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.