$ ffmpeg.exe -i /G/Temp/NBA2-2008original.ts -vcodec copy -an /G/NBA3*.ts* > >> FFmpeg version SVN-r13525, Copyright (c) 2000-2008 Fabrice Bellard, et al. > >> configuration: --enable-shared --disable-static --enable-memalign-hack > >> --enable-w32threads --enable-gpl > >> libavutil version: 49.6.0 > >> libavcodec version: 51.57.0 > >> libavformat version: 52.14.0 > >> libavdevice version: 52.0.0 > >> built on May 29 2008 17:12:01, gcc: 4.3.0 20080305 (alpha-testing) > >> mingw-20080502 > >> Input #0, mpegts, from 'g:/Temp/NBA2-2008original.ts': > >> Duration: 00:00:56.77, start: 908.816400, bitrate: 41687 kb/s > >> Program 3 Service 3 HD > >> Stream #0.0[0x31]: Video: mpeg2video, yuv422p, 1280x720 [PAR 1:1 DAR > >> 16:9], 38102 kb/s, 59.94 tb(r) > >> Stream #0.1[0x35](und): Audio: mp2, 48000 Hz, stereo, 256 kb/s > >> File 'g:/NBA3.ts' already exists. Overwrite ? [y/N] y > >> Output #0, mpegts, to 'g:/NBA3.ts': > >> Stream #0.0: Video: mpeg2video, yuv422p, 1280x720, q=2-31, 38102 > >> kb/s, 59.94 tb(c) > >> Stream mapping: > >> Stream #0.0 -> #0.0 > >> Press [q] to stop encoding > >> *error, non monotone timestamps 6269 >= 6269 > >> av_interleaved_write_frame(): Error while opening file* using option -dts_delta_threshold 0 makes the file accepted by ffmpeg (No more error with av_interleaved_write_frame()) But the resulting file is bad i.e it seems that the frames are not played correctly in the good order. Best Regards, Thomas.P thomasp@doremitechno.com