You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/youtube_dl/postprocessor
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
10 years ago
..
__init__.py Forgot to clean the remains of class 10 years ago
common.py Postprocessors: use a list for the files that can be deleted 10 years ago
embedthumbnail.py [postprocessor/embedthumbnail] embed mp4 too (fixes #5840) 10 years ago
execafterdownload.py ExecAfterDownloadPP: fix __init__ method 10 years ago
ffmpeg.py Adds support for XviD output with extra parametrization 10 years ago
metadatafromtitle.py Postprocessors: use a list for the files that can be deleted 10 years ago
xattrpp.py [xattr] Enhanced error messages on Windows 10 years ago