pukkandan
e4172ac903
Deprecate avconv/avprobe
...
All current functionality is left untouched. But don't expect any new features to work with avconv
:ci skip all
4 years ago
pukkandan
5bfa486205
Add option `--parse-metadata`
...
* The fields extracted by this can be used in `--output`
* Deprecated `--metadata-from-title`
:ci skip dl
4 years ago
pukkandan
9882064024
[movefiles] Don't give "cant find" warning when move is unnecessary
4 years ago
pukkandan
2d6921210d
[postprocessor] fix write_debug when no _downloader
4 years ago
pukkandan
c571435f9c
[MoveFiles] More robust way to get final filename
...
:ci skip dl
4 years ago
pukkandan
0202b52a0c
#29 New option `-P`/`--paths` to give different paths for different types of files
...
Syntax: `-P "type:path" -P "type:path"`
Types: home, temp, description, annotation, subtitle, infojson, thumbnail
4 years ago
pukkandan
256ed01025
[sponskrub] Print "unrecognized args" message correctly
4 years ago
pukkandan
eab9b2bcaf
Modified function `cli_configuration_args`
...
to directly parse new format of `postprocessor_args` and `external_downloader_args`
4 years ago
pukkandan
fbced7341d
[sponskrub] Better debug output and error message
4 years ago
pukkandan
43820c0370
Improved passing of multiple postprocessor-args
...
* Added `PP+exe:args` syntax
If `PP+exe:args` is specifically given, only it used.
Otherwise, `PP:args` and `exe:args` are combined.
If none of the `PP`, `exe` or `PP+exe` args are given, `default` is used
`Default` is purposely left undocumented since it exists only for backward compatibility
* Also added proper handling of args in `EmbedThumbnail`
Related: https://github.com/ytdl-org/youtube-dl/pull/27723
4 years ago
pukkandan
67002a5ad8
[EmbedThumbnail] Simplify embedding in mkv ( Closes #22 )
4 years ago
pukkandan
477cf32f37
[sponskrub] Encode filenames correctly
4 years ago
pukkandan
44af9751a7
Print full error in verbose for sponskrub
4 years ago
pukkandan
806b05cf7a
Fix write_debug in EmbedThumbnail
...
Closes #17
4 years ago
pukkandan
f446cc6667
Create `to_screen` and similar functions in postprocessor/common
...
`to_screen`, `report_warning`, `report_error`, `write_debug`, `get_param`
This is a first step in standardizing these function. This has to be done eventually for extractors and downloaders too
4 years ago
pukkandan
f5b1bca913
Kill child processes when yt-dlc is killed ( https://github.com/ytdl-org/youtube-dl/pull/26592 )
...
Authored by: Unrud
4 years ago
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"`
4 years ago
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.
4 years ago
pukkandan
c76eb41bb9
Preparing for release
4 years ago
pukkandan
a9e7f54670
Sponskrub integration
4 years ago
pukkandan
e51f368c27
Fix for embedding thumbnail in mp3 by pauldubois98
...
Authored-by: Paul Dubois <pauldubois98@gmail.com>
4 years ago
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
4 years ago
pukkandan
ec57f903c9
Don't try to delete file if it doesn't exist
4 years ago
pukkandan
958804ad4e
Ensure all streams are copied when using ffmpeg
4 years ago
pukkandan
55faba7ed7
Fix for os.rename error when embedding thumbnail to video in a different drive
4 years ago
pukkandan
503d4a44f6
Don't try to embed/convert json subtitles generated by youtube livechat
4 years ago
Tom-Oliver Heidel
cd93279de8
Merge branch 'ext/remuxe-video' of https://github.com/Zocker1999NET/youtube-dl into Zocker1999NET-ext/remuxe-video
4 years ago
Tom-Oliver Heidel
acdb1a4ec6
Merge branch 'arbitrary-merges' of https://github.com/fstirlitz/youtube-dlc
4 years ago
felix
d03cfdce1b
Support arbitrary stream merges
...
With this change, the merge operator may join any number of media streams,
video or audio. The streams are downloaded in the order specified.
Also, fix the metadata post-processor so that it doesn't leave out
any streams.
4 years ago
Unknown
e69dd78090
merge ytdl-master
4 years ago
Tom-Oliver Heidel
3c0c0b428d
Merge branch 'mkvthumbnail' of https://github.com/MrDoritos/youtube-dl into MrDoritos-mkvthumbnail
4 years ago
Unknown
cefecac12c
[skip travis] renaming
...
to avoid using same folder when using pip install for example
4 years ago