Changes between Initial Version and Version 1 of Ticket #6424, comment 7
- Timestamp:
- Jun 21, 2017, 5:05:01 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6424, comment 7
initial v1 1 1 It doesn't fix my test case (tried both the master branch and checking out 478a1949d92002969786d1422f9f860d8d6456de specifically for the build). FFMPEG still runs forever. Should I create a new issue? 2 3 Reproduction: 4 {{{ 5 wget https://archive.org/download/grimm_fairy_tales_1202_librivox/grimmsfairytales_44_grimm.ogg 6 wget https://archive.org/download/FoxAndTheCat2015/Fox%20and%20the%20cat%202015.mp4 7 ffmpeg -y -i Fox\ and\ the\ cat\ 2015.mp4 -i grimmsfairytales_44_grimm.ogg -filter_complex amix=inputs=2:duration=first:dropout_transition=2 amix.mp4 8 }}}