about summary refs log tree commit diff
path: root/youtube_dl/postprocessor/ffmpeg.py
Commit message (Expand)AuthorAgeFilesLines
...
* | [FFmpegSubtitlesConvertorPP] delete old subtitle files (fixes #8382)Jaime Marquínez Ferrándiz2016-01-311-5/+6
|/
* [FFmpegPostProcessor] Default of prefer ffmpegJuan M Martínez2015-12-091-1/+2
* [postprocessor/ffmpeg] Use ffmpeg as prefix since it's used all over the plac...Sergey M․2015-11-061-1/+1
* [postprocessor/ffmpeg] Always use the 'file:' protocol for filenames (fixes #...Jaime Marquínez Ferrándiz2015-09-181-5/+8
* [postprocessor/ffmpeg] Don't use '[youtube] ...' in messagesJaime Marquínez Ferrándiz2015-07-141-1/+1
* [postprocessor/ffmpeg] Spread postprocessor args usage on all ffmpeg extractorsSergey M․2015-07-111-5/+7
* Revert xvid to avi and make docs to be similar to existing external downloade...Sergey M․2015-07-111-5/+3
* Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-masterSergey M․2015-07-111-3/+8
|\
| * Simplify `postprocessor_args` transmission to PP base classAurélio A. Heckert2015-07-011-4/+4
| * Rename --pp-params to --postprocessor-args and access value as super class at...Aurélio A. Heckert2015-06-301-6/+5
| * Adds support for XviD output with extra parametrizationAurélio A. Heckert2015-06-091-4/+10
* | [utils/ffmpeg] Move ISO 639 related codes to utilsYen Chi Hsuan2015-06-211-194/+2
|/
* [postprocessor/ffmpeg] Add `can_merge` methodSergey M․2015-05-111-4/+17
* [postprocessor/ffmpeg] Extract `check_outdated` methodSergey M․2015-05-111-0/+4
* Add ability to embed subtitles in mkv files (closes #5434)Nikoli2015-05-011-3/+4
* [ffmpeg] Add dfxp (TTML) subtitles support (#3432, #5146)Yen Chi Hsuan2015-04-251-0/+25
* [ffmpeg] Remove unneeded classpulpe2015-04-241-15/+0
* [embedthumbnail] Add support for mp3 cover embeddingpulpe2015-04-241-0/+2
* Detect already merged videosJaime Marquínez Ferrándiz2015-04-191-1/+3
* FFmpegMergerPP: use the new system for specifying which files can be deleteJaime Marquínez Ferrándiz2015-04-181-7/+2
* FFmpegEmbedSubtitlePP: remove the subtitle files if '--keep-video' is not giv...Jaime Marquínez Ferrándiz2015-04-181-2/+3
* Postprocessors: use a list for the files that can be deletedJaime Marquínez Ferrándiz2015-04-181-17/+17
* FFmpegExtractAudioPP: Simplify handling of already existing filesJaime Marquínez Ferrándiz2015-04-171-8/+7
* [postprocessor/common:postprocessor/ffmpeg] Generalize utimeSergey M․2015-04-081-8/+4
* [ffmpeg] adding exception catching for call to os.utime in run_ffmpeg_multipl...Pete Hemery2015-04-071-1/+5
* [postprocessor/ffmpeg] Fix crash when ffprobe/avprobe are not installed (clos...Jaime Marquínez Ferrándiz2015-04-031-1/+5
* Don't use bare 'except:'Jaime Marquínez Ferrándiz2015-03-271-9/+6
* [metadatafromtitle] Some improvements and cleanupJaime Marquínez Ferrándiz2015-03-141-3/+1
* Add metadata from title parserphiresky2015-03-141-2/+8
* Add postprocessor for converting subtitles (closes #4954)Jaime Marquínez Ferrándiz2015-02-281-0/+38
* Merge branch 'subtitles-rework'Jaime Marquínez Ferrándiz2015-02-231-7/+4
|\
| * [YoutubeDL] store the subtitles to download in the 'requested_subtitles' fieldJaime Marquínez Ferrándiz2015-02-161-3/+4
| * Improve subtitles supportJaime Marquínez Ferrándiz2015-02-161-5/+1
* | [ffmpeg] Remove trivial helper methodPhilipp Hagemeister2015-02-171-4/+1
* | [ffmpeg] Make available a propertyPhilipp Hagemeister2015-02-171-1/+2
* | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2015-02-161-3/+3
|\|
| * [postprocessor/ffmpeg] Don't let ffmpeg read from stdin (fixes #4945)Jaime Marquínez Ferrándiz2015-02-131-2/+2
* | [ffmpeg] Add --ffmpeg-locationPhilipp Hagemeister2015-02-161-27/+72
|/
* [ffmpeg] --extrac-audio: Use the same options for avconv and ffmpegJaime Marquínez Ferrándiz2015-02-061-7/+6
* [ffmpeg] --add-metadata: Set comment and purl fields (Fixes #4847)Philipp Hagemeister2015-02-031-1/+2
* [youtube] Fixup DASH m4a headersPhilipp Hagemeister2015-01-231-1/+19
* Embed description and URL as MP4 tagsDavid Powell2015-01-181-0/+4
* FFmpegEmbedSubtitlePP: simplify commandJaime Marquínez Ferrándiz2015-01-161-3/+3
* FFmpegEmbedSubtitlePP: don't fail if the video doesn't have an audio stream (...Jaime Marquínez Ferrándiz2015-01-161-1/+7
* [ffmpeg] Call encodeFilename on filenamesPhilipp Hagemeister2015-01-101-2/+3
* Merge remote-tracking branch 'ivan/muxed-mtime'Philipp Hagemeister2015-01-101-2/+5
|\
| * Copy the mtime from the oldest source file to the file created by ffmpegIvan Kozik2014-11-201-0/+2
* | [youtube|ffmpeg] Automatically correct video with non-square pixels (Fixes #4...Philipp Hagemeister2015-01-101-0/+23
* | [ffmpeg] Correctly encode paths on WindowsPhilipp Hagemeister2015-01-091-4/+5
* | Don't use '-shortest' option for merging formats (closes #4220, closes #4580)Jaime Marquínez Ferrándiz2015-01-041-1/+1