pukkandan
1b77b347d4
Allow passing different arguments to different postprocessors
...
* Also deprecated --sponskrub-args
Closes: https://github.com/ytdl-org/youtube-dl/issues/27593
Eg: `--postprocessor-args "VideoConvertor:-c:v h264_nvenc -preset slow"`
Eg: `--postprocessor-args "SponsKrub:-include-selfpromo"`
For backward compatibility, `--postprocessor-args args` is equivalent to:
`--post-processor-args "sponskrub:" --post-processor-args "default:args"`
2021-01-08 01:41:08 +05:30
Jody Bruchon
e0da59fe54
ffmpeg: ignore extra data streams with -dn
( fixes #2 )
...
Sometimes, video files will arrive with a timecode data stream
that causes `-map 0` to error out due to the stream not being
supported in the output container. These data streams generally do
not matter, so tell ffmpeg to ignore them rather than choking on
them.
2021-01-07 12:26:50 -05:00
pukkandan
c76eb41bb9
Preparing for release
2021-01-07 17:22:45 +05:30
pukkandan
e51f368c27
Fix for embedding thumbnail in mp3 by pauldubois98
...
Authored-by: Paul Dubois <pauldubois98@gmail.com>
2020-12-13 20:05:03 +05:30
Tom-Oliver Heidel
6248b34ad2
Merge pull request #207 from pukkandan/thumbnail-rename
...
[ffmpeg] Fix for os.rename error when embedding thumbnail to video in a different drive on windows
2020-11-30 02:30:20 +01:00
pukkandan
ec57f903c9
Don't try to delete file if it doesn't exist
2020-11-15 04:19:22 +05:30
pukkandan
958804ad4e
Ensure all streams are copied when using ffmpeg
2020-11-15 01:47:26 +05:30
pukkandan
55faba7ed7
Fix for os.rename error when embedding thumbnail to video in a different drive
2020-11-15 01:46:52 +05:30
Unknown
e69dd78090
merge ytdl-master
2020-09-14 12:50:56 +02:00
Tom-Oliver Heidel
3c0c0b428d
Merge branch 'mkvthumbnail' of https://github.com/MrDoritos/youtube-dl into MrDoritos-mkvthumbnail
2020-09-06 02:43:37 +02:00
Unknown
cefecac12c
[skip travis] renaming
...
to avoid using same folder when using pip install for example
2020-09-02 20:25:25 +02:00