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

Downloading video and audio files???? #11739

Closed
srburnzy opened this issue Jan 16, 2017 · 1 comment
Closed

Downloading video and audio files???? #11739

srburnzy opened this issue Jan 16, 2017 · 1 comment
Labels

Comments

@srburnzy
Copy link

@srburnzy srburnzy commented Jan 16, 2017

Ok, I downloaded youtube-dl, created and tested a batch file to download video files from my YouTube playlists. Next, I wanted to extract audio from the video files in my playlist. So I downloaded FFmpeg. I created a batch file to extract the audio from the files. Tested the batch file and it worked. Went back to run the batch file to download the videos and it now converts them to audio mp3 format?? Here is what I have:

Using: youtube-dl 2017.01.14
FFmpeg and youtube-dl in system variable path

Audio command line:
youtube-dl -i -o "C:\YouTube\Audio\%%(playlist)s/%%(playlist_index)s - %%(title)s.%%(ext)s" --batch-file "C:\Youtubedl\Batch Files\Playlists.txt" --extract-audio --audio-format mp3

Video Command Line:
youtube-dl -i -o "C:\YouTube\Video\%%(playlist)s/%%(playlist_index)s - %%(title)s.%%(ext)s" --batch-file "C:\Youtubedl\Batch Files\Playlists.txt"

What am I missing? Download videos worked fine before downloading FFmpeg?

Thanks for the help!

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jan 16, 2017

Carefully read new issue template and provide all requested information.

@dstftw dstftw closed this Jan 16, 2017
@dstftw dstftw added the incomplete label Feb 8, 2017
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
2 participants
You can’t perform that action at this time.