index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
youtube_dl
/
PostProcessor.py
Age
Commit message (
Expand
)
Author
2013-05-12
FFmpegPostProcessor: decode stderr first and then get the last line (closes #...
Jaime Marquínez Ferrándiz
2013-04-24
Dont delete source file when source file and post-processed file are the same
Joe Frambach
2013-02-01
Switch to m4a by default (Closes #240)
Philipp Hagemeister
2013-01-12
--recode-video option (Closes #18)
Philipp Hagemeister
2013-01-11
Add a PostProcessor for converting video format
Jaime Marquínez Ferrándiz
2013-01-10
Support --audio-format=opus
Philipp Hagemeister
2013-01-09
Fix broken ffmpeg (Closes #623)
Philipp Hagemeister
2012-12-24
not relying on ffmpeg to do the post-processed file checking, instead doing i...
Barbu Paul - Gheorghe
2012-12-23
apparently the -n option is available only in ffmpeg
Barbu Paul - Gheorghe
2012-12-23
modified FFmpegExtractAudioPP to accept whether it should overwrite post-proc...
Barbu Paul - Gheorghe
2012-12-16
Fix --extract-audio on Python 3
Philipp Hagemeister
2012-11-28
Use relative imports
Philipp Hagemeister
2012-11-28
Convert all tabs to 4 spaces (PEP8)
Philipp Hagemeister
2012-10-23
Fix audio bitrate quality for ffmpeg/avconv
Tailszefox
2012-10-19
Don't use 2.7+ check_output
Philipp Hagemeister
2012-10-08
Correct detect_executables on Windows (Closes #447, #457)
Philipp Hagemeister
2012-07-14
changed --audio-quality behaviour to support both CBR and VBR
Filippo Valsorda
2012-07-14
fixed a logic bug in post-processing
Filippo Valsorda
2012-06-03
normalize ffmpeg/avconv names printing
Filippo Valsorda
2012-06-03
check for avconv and ffmpeg, use as available; closes #344
Filippo Valsorda
2012-04-10
better naming for the sub-modules
Filippo Valsorda - Campagna