Age | Commit message (Collapse) | Author |
|
|
|
metafields (Closes #9357)
|
|
|
|
|
|
|
|
|
|
[downloader/external] Add FFmpegFD
|
|
|
|
Add fixup for media files produced by HlsNative downloader(fixes #4776)
|
|
os.name is always 'java' on Jython
|
|
|
|
Fixes #6046
|
|
|
|
|
|
|
|
|
|
intermediate format between ttml/dfxp and other format
It was trying to use the ttml/dfxp file with ffmpeg, which doesn't have support for them.
I broke it in e04398e397d4a4f7e0d0994355d5a94c22441e7c.
|
|
|
|
|
|
|
|
[ffmpeg] fix adding metadata when using m3u8_native(fixes #8350)
|
|
|
|
|
|
When no `downloader` is passed to `FFmpegPostProcessor`
an exception was raised trying to get the prefer ffmpeg param.
AttributeError: 'NoneType' object has no attribute 'params'
This fixes and defaults to `False`.
|
|
places (Closes #7371)
|
|
#6874)
If the filename contains ':' it is interpreted as a protocol.
It also handles filenames starting with '-'.
|
|
'self.params' is not defined
|
|
|
|
Because it can be used for other extractors.
|
|
|
|
|
|
downloader option
|
|
|
|
* Remove `extra_cmd_args` transmission from sub to super class.
* Simplify params transmission through `downloader.params`.
|
|
attribute
|
|
|
|
Fixes #5996
|
|
|
|
As the "LG Time Machine" (a (not so) smart TV) has a limitation for video dimensions (as for codecs), I take to implement an extra parameter `--pp-params` where we can send extra parameterization for the video converter (post-processor).
Example:
```
$ youtube-dl --recode-video=xvid --pp-params='-s 720x480' -c https://www.youtube.com/watch?v=BE7Qoe2ZiXE
```
That works fine on a 4yo LG Time Machine.
Closes #5733
|
|
|
|
https://github.com/dstftw/youtube-dl into dstftw-best-fallback-on-outdated-avconv
Conflicts:
youtube_dl/YoutubeDL.py
|
|
|
|
|
|
Fixes #5589
|
|
|
|
|
|
|
|
|
|
|
|
|