- 22 Jul, 2016 4 commits
- 21 Jul, 2016 3 commits
- 20 Jul, 2016 3 commits
- 19 Jul, 2016 2 commits
- 17 Jul, 2016 10 commits
- 16 Jul, 2016 10 commits
-
-
Sergey M․ authored
-
Sergey M․ authored
-
Zach Bruggeman authored
-
Sergey M․ authored
-
TRox1972 authored
-
Sergey M․ authored
-
Yen Chi Hsuan authored
videoraj.ch is now a shoe-selling website, and videoraj.to domain name is gone.
-
Yen Chi Hsuan authored
-
Yen Chi Hsuan authored
-
Yen Chi Hsuan authored
-
- 15 Jul, 2016 4 commits
-
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Yen Chi Hsuan authored
This reverts commit ccff2c40. Fixes #10081. The new approach breaks embedding subtitles into video-only or audio-only files. FFMpeg provides a trick: add '?' after the argument of '-map' so that a missing stream is ignored. For example: opts = [ '-map', '0:v?', '-c:v', 'copy', '-map', '0:a?', '-c:a', 'copy', # other options... ] Unfortunately, such a format is not implemented in avconv, either. I guess adding '-ignore_unknown' if self.basename == 'ffmpeg' is the best solution. However, the example mentioned in #9063 no longer serves problematic files, so I can't test it. I'll reopen #9063 and wait for another example so that I can test '-ignore_unknown'.
-
- 14 Jul, 2016 4 commits
-
-
Remita Amine authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Nehal Patel authored
-