Re: broken transport stream file
belcampo <belcampo <at> zonnet.nl>
2009-12-01 16:01:48 GMT
pupilla <at> libero.it wrote:
> Hi Folks,
>
> I would like to build an mpeg file from a dvb-t sdtv transport
>
> stream file. I'm getting these kind of errors running 'ffmpeg
> -i file.ts -
> vcodec copy -acodec copy file.mpeg':
>
> [NULL @ 0x247a0b0]error, non monotone
> timestamps 673204 >= 673204
> av_interleaved_write_frame(): Error while opening
> file
>
> Indeed, the transport stream file is 'damaged' (don't know
> why): while
> watching with ffplay at some point, the video and
> audio are garbled, but ffplay
> go on.
> I have also tried with '-fflags -genpts' and '-copyts' but
> no luck.
> Is
> there a way to tell ffmpeg to 'go on' and ignore these
> errors?
> Does anyone know
> a tool for fix damaged transport stream files?
You could try tsMuxeR/tsMuxerGUI to demux, and use the same tool to
create a new one from hopefully repaired source.264 source.aac again to
new.ts
>
(Continue reading)