I've got a problem video I recorded last night that is fighting me every step of the way. It's 720p60 HD captured from a Hauppauge Hvr-1600.
Typically, I begin by cutting out commercials using avidemux. This works 90% of the time. For this particular video, it gets about half way done and then segfaults:
Code:
Segfault
at line 0, file ??/usr/lib64/libADM_core.so(ADM_backTrack+0x4e) [0x7fc21006419e]
/lib64/libc.so.6 [0x7fc20b2746e0]
avidemux2_gtk(_ZN11VideoStream12FillAUbufferEj+0x1d9) [0x514b59]
avidemux2_gtk(_ZN16ElementaryStream21BufferAndOutputSectorEv+0x93) [0x5170c3]
avidemux2_gtk(_ZN11Multiplexor9MultiplexEv+0x506) [0x512bf6]
avidemux2_gtk [0x50dbe6]
/lib64/libpthread.so.0 [0x7fc20f693070]
/lib64/libc.so.6(clone+0x6d) [0x7fc20b31511d]
Usually when this happens I clean the video by demuxing it with projectx.
Now the problem is projectx won't save the entire audio stream when I demux the video. It only saves the first 20 minutes (out of an hour).
I managed to get the commercials cut out using dvbcut (I really don't like using dvbcut because I always have to repack the output to get the correct length to be reported), but it cut out the last 5 minutes of audio.
I'm at my wits end. Avidemux, projectx and dvbcut have all failed me. Is there any other was I can clean this video?
As far as transcoding goes I don't have any problems there, just getting the commercials cut it driving me to pull my hair out.