| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Syntax: -o common_template -o type:type_template
Types supported: subtitle|thumbnail|description|annotation|infojson|pl_description|pl_infojson
|
| |
|
|
|
|
| |
:ci skip dl
|
|
|
|
|
|
|
|
|
| |
* Refactor update-version
* Moved pyinst, update-version and icon into devscripts
* pyinst doesn't bump version anymore
* Merge pyinst and pyinst32. Usage: `pyinst.py [32|64]`
* Add mutagen as requirement
* Remove make_win and related files
|
|
|
|
| |
:ci skip dl
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add `--get-comments`
* [youtube] Extract comments
* [billibilli] Added BiliBiliSearchIE, BilibiliChannelIE
* [billibilli] Extract comments
* [billibilli] Better video extraction
* Write playlist data to infojson
* [FFmpegMetadata] Embed infojson inside the video
* [EmbedThumbnail] Try embedding in mp4 using ffprobe and `-disposition`
* [EmbedThumbnail] Treat mka like mkv and mov like mp4
* [EmbedThumbnail] Embed in ogg/opus
* [VideoRemuxer] Conditionally remux video
* [VideoRemuxer] Add `-movflags +faststart` when remuxing from mp4
* [ffmpeg] Print entire stderr in verbose when there is error
* [EmbedSubtitle] Warn when embedding ass in mp4
* [avanto] Use NFLTokenGenerator if possible
|
|
|
|
|
|
| |
All current functionality is left untouched. But don't expect any new features to work with avconv
:ci skip all
|
|
|
|
|
|
|
| |
* The fields extracted by this can be used in `--output`
* Deprecated `--metadata-from-title`
:ci skip dl
|
| |
|
| |
|
|
|
|
| |
:ci skip dl
|
|
|
|
|
|
|
| |
files
Syntax: `-P "type:path" -P "type:path"`
Types: home, temp, description, annotation, subtitle, infojson, thumbnail
|
| |
|
|
|
|
| |
to directly parse new format of `postprocessor_args` and `external_downloader_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
|
| |
|
| |
|
| |
|
|
|
|
| |
Closes #17
|
|
|
|
|
|
| |
`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
|
|
|
|
|
|
| |
(https://github.com/ytdl-org/youtube-dl/pull/26592)
Authored by: Unrud
|
|
|
|
|
|
|
|
|
|
|
| |
* 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"`
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Authored-by: Paul Dubois <pauldubois98@gmail.com>
|
|\
| |
| | |
[ffmpeg] Fix for os.rename error when embedding thumbnail to video in a different drive on windows
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
https://github.com/Zocker1999NET/youtube-dl into Zocker1999NET-ext/remuxe-video
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
|
|
|
| |
MrDoritos-mkvthumbnail
|
|
to avoid using same folder when using pip install for example
|