This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[FFmpegSubtitlesConvertorPP] remove intermediate srt files
totalwebcasting
Jaime Marquínez Ferrándiz
9 years ago
parent
3547d26587
commit
7b8b007cd9
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
youtube_dl/postprocessor/ffmpeg.py
+ 2
- 0
youtube_dl/postprocessor/ffmpeg.py
View File
@ -518,6 +518,8 @@ class FFmpegSubtitlesConvertorPP(FFmpegPostProcessor):
if
new_ext
==
'
srt
'
:
continue
else
:
sub_filenames
.
append
(
srt_file
)
self
.
run_ffmpeg
(
old_file
,
new_file
,
[
'
-f
'
,
new_format
]
)
Write
Preview
Loading…
Cancel
Save