Bug filed regarding the non-working AVI captures:
https://trac.ffmpeg.org/ticket/11314
...one person suggests it may be a bug. Fortunately the workaround is
available (see previous email).
-c
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http
(I don't know how to ensure this will thread properly with my previous
message, but perhaps the subject line will suffice).
I made some progress re: the strange pts... to recap, this capture command:
ffmpeg -f alsa -ac 2 -i hw:CARD=Cx231xxAudio,DEV=0 -f v4l2 -i
/dev/video2 -c:a copy -c:v rawvi
Hi - I am capturing to an .avi file in linux, and the resulting file has
stuttering audio. If I demux the streams (1 video and 1 stereo audio)
they play fine on their own.
If I simply remux the broken file like this:
ffmpeg -i test.avi -c:a copy -c:v copy test-remuxed.avi
...the "remuxed"