youtube-dl/youtube_dl
Aurélio A. Heckert d84f1d14b5 Adds support for XviD output with extra parametrization
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
2015-06-09 22:08:16 -03:00
..
downloader [downloader/rtmp] Fix a typo 2015-05-08 03:11:24 +08:00
extractor [youtube:playlist] Use an iterator for the entries (closes #5935) 2015-06-09 23:49:11 +02:00
postprocessor Adds support for XviD output with extra parametrization 2015-06-09 22:08:16 -03:00
__init__.py Adds support for XviD output with extra parametrization 2015-06-09 22:08:16 -03:00
__main__.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
aes.py [aes] Fix for python 3.2 2015-05-22 00:06:10 +06:00
cache.py [cache] Fix writing to paths with unicode characters 2014-11-19 00:02:24 +01:00
compat.py Remove code that was only used by the Grooveshark extractor 2015-05-02 17:29:56 +02:00
jsinterp.py [jsinterp] Disable comment support 2015-02-18 10:47:42 +01:00
options.py Adds support for XviD output with extra parametrization 2015-06-09 22:08:16 -03:00
swfinterp.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
update.py update: Use https for getting the version info (fixes #5909) 2015-06-07 00:21:30 +02:00
utils.py [yahoo] Add support for closed captions (closes #5714) 2015-05-19 00:50:24 +08:00
version.py release 2015.06.04.1 2015-06-04 21:54:33 +02:00
YoutubeDL.py [YoutubeDL] Handle out-of-range timestamps (#5826) 2015-06-08 21:05:17 +06:00