youtube-dl/youtube_dl/postprocessor
Jaime Marquínez Ferrándiz 5b5fbc0867 Detect already merged videos
Without the '--keep-video' option the two files would be downloaded again and even using the option, ffmpeg would be run again, which for some videos can take a long time.
We use a temporary file with ffmpeg so that the final file only exists if it success
2015-04-19 17:51:41 +02:00
..
__init__.py Add metadata from title parser 2015-03-14 19:46:22 +01:00
atomicparsley.py Postprocessors: use a list for the files that can be deleted 2015-04-18 11:36:42 +02:00
common.py Postprocessors: use a list for the files that can be deleted 2015-04-18 11:36:42 +02:00
execafterdownload.py Postprocessors: use a list for the files that can be deleted 2015-04-18 11:36:42 +02:00
ffmpeg.py Detect already merged videos 2015-04-19 17:51:41 +02:00
metadatafromtitle.py Postprocessors: use a list for the files that can be deleted 2015-04-18 11:36:42 +02:00
xattrpp.py Postprocessors: use a list for the files that can be deleted 2015-04-18 11:36:42 +02:00