PDA

View Full Version : Help with MPEG4, H264 DVB-T stream


albas
10th September 2008, 12:52
Hope I am posting in the right place since I am new on the forum. I am located in Norway and our DVB-T standard here is MPEG4, H264, AAC-HE (LATM/LAOS). I record using DVB-Viewer and get a .ts file from the mentioned format (It's not HD, but standard PAL resolution).
I would like to convert to Xvid and I am struggling to find a solution. I have tried dgavcdec and the file loads fine, but the playback has glitches and flickering. The audio I was able to demux to wav using the disk writer plugin in winamp. I am attaching a sample if someone could please look at it and send me in the right direction.

Here it is:Sample (rocka.podzone.net/h264_sample.zip)
Any help is greatly appreciated.

neuron2
10th September 2008, 15:50
It's the well-known libavcodec PAFF bug.

Demux the video using DGAVCIndex (or other demuxer) and then open it with DirectShow. You'll need CoreAVC installed. You won't have frame accurate seeking however.