Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
what is the directory path of ffmpeg for download interval of youtube video? #13776
Comments
|
Where you installed ffmpeg obviously. |
|
Find your executable via 'which ffmpeg' (assuming you're using some Linux flavor) |
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?