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

[youtube] ffmpeg adds ext when in -o isin't present #17143

Closed
bato3 opened this issue Aug 3, 2018 · 1 comment
Closed

[youtube] ffmpeg adds ext when in -o isin't present #17143

bato3 opened this issue Aug 3, 2018 · 1 comment

Comments

@bato3
Copy link
Contributor

@bato3 bato3 commented Aug 3, 2018

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2018.07.29. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2018.07.29

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

wrong:

youtube-dl https://www.youtube.com/watch?v=BaW_jenozKc --write-info-json -o "..\test"
[youtube] BaW_jenozKc: Downloading webpage
[youtube] BaW_jenozKc: Downloading video info webpage
[info] Writing video description metadata as JSON to: ..\test.info.json
[download] Destination: ..\test.f137
[download] 100% of 2.11MiB in 00:00
[download] Destination: ..\test.f140
[download] 100% of 154.06KiB in 00:00
[ffmpeg] Merging formats into "..\test.mp4"
Deleting original file ..\test.f137 (pass -k to keep)
Deleting original file ..\test.f140 (pass -k to keep)

OK

youtube-dl https://www.youtube.com/watch?v=BaW_jenozKc --write-info-json -o "..\test2" -f 18
[youtube] BaW_jenozKc: Downloading webpage
[youtube] BaW_jenozKc: Downloading video info webpage
[info] Writing video description metadata as JSON to: ..\test2.info.json
[download] Destination: ..\test2
[download] 100% of 354.29KiB in 00:00

Description of your issue, suggested solution and other information

In case -o "..\test" ffmpg should merge to file without extension

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Aug 3, 2018

This is expected behavior for now.

@dstftw dstftw closed this Aug 3, 2018
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.