1 Sep 2010 01:11
[issue2205] AV desynchronisation when moving within the *.avi that was cut with -ss option
Andrzej <issues <at> roundup.ffmpeg.org>
2010-08-31 23:11:12 GMT
2010-08-31 23:11:12 GMT
New submission from Andrzej <superandrzej <at> epf.pl>: I used following command to get rid of the beginning that I was not interested in *.avi: ffmpeg -ss 0:17:47 -i '/second/film.avi' -vcodec copy -acodec copy '/second/film-cut.avi' The resulted film-cut.avi was OK when played from the beginning but any attempt to move forward or backward resulted in AV desynchronisation and CPU usage surges to 100%. With uncut film.avi moving forward or backward causes no problems and CPU usage is normal. Below information about film.avi and film-cut.avi -> ffmpeg -v 9 -loglevel 99 -i '/second/film.avi' FFmpeg version SVN-r24953-snapshot, Copyright (c) 2000-2010 the FFmpeg developers built on Aug 29 2010 00:39:23 with gcc 4.4.4 configuration: --cpu=i686 --prefix=/usr --disable-static --enable-shared --enable-gpl --enable-version3 --disable-ffplay --disable-ffserver --enable-postproc --enable-x11grab --disable-network --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora libavutil 50.24. 0 / 50.24. 0 libavcore 0. 6. 0 / 0. 6. 0 libavcodec 52.87. 0 / 52.87. 0 libavformat 52.78. 3 / 52.78. 3 libavdevice 52. 2. 1 / 52. 2. 1 libavfilter 1.38. 1 / 1.38. 1 libswscale 0.11. 0 / 0.11. 0 libpostproc 51. 2. 0 / 51. 2. 0(Continue reading)
RSS Feed