Author: Ken Bass Date: To: cinelerra Subject: [CinCV] Load/Render problems
Hi all - newbie here!
I recently got cinelerra CV from the git repo (about a month ago). I built
it and tried running with both internal and external ffmpeg (the latter had
a few #include inconsistencies, but nothing significant). For both, I keep
getting the same set of problems loading a file and/or rendering it in the
timeline or the other windows. They all seem to fall into one of these:
Problem 1) The file loads (both video and audio), but it is zero length. No
messages are output to the console.
Problem 2) The file loads, but only part of it is rendered - ie, the first
few minutes of an hour video. This happens often with video I captured from
a VHS tape. While rendering on the timeline, I get this output in the
console:
[mpeg4 @ 0x1229630]overreading 9 bits
[mpeg4 @ 0x1229630]concealing 308 DC, 308 AC, 308 MV errors
[mpeg4 @ 0x1229630]cbpc damaged at 0 8
[mpeg4 @ 0x1229630]Error at MB: 360
[mpeg4 @ 0x1229630]cbpc damaged at 3 15
[mpeg4 @ 0x1229630]Error at MB: 678
[mpeg4 @ 0x1229630]cbpc damaged at 1 23
[mpeg4 @ 0x1229630]Error at MB: 1036
[mpeg4 @ 0x1229630]concealing 1012 DC, 1012 AC, 1012 MV errors
[mpeg4 @ 0x1229630]Error at MB: 360
[mpeg4 @ 0x1229630]cbpc damaged at 1 15
[mpeg4 @ 0x1229630]Error at MB: 676
[mpeg4 @ 0x1229630]Error at MB: 1035
...
This keeps repeating many times with different values. If I position the
cursor somewhere, and try to play it in the compositor window, it will crash
and terminate, without any message. Sometimes, though, it will generate a
SIGSEV, spit out a stack trace (see example below), and then barf a core
dump:
Problem 3) The video and/or the audio stream(s) don't load. I get a message
in the console that it didn't recognize the format tag, although it seems to
recognize the actual format (from the "resources->info" menu selection).
Sometimes if I force a tag into the file (via ffmpeg or mencoder), then the
stream(s) will load.
FWIW: the files all run in mplayer, vlc, and ffplay. I can also open and
edit them in avidemux (but it will only do cut and paste).