Opened 12 years ago

Closed 12 years ago

#597 closed defect (needs_more_info)

mkv -> avi [just copying streams] PROBLEM

Reported by: StevenG Owned by: Michael Niedermayer
Priority: normal Component: undetermined
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

d:\2.prog\video\ffmpeg>ffmpeg -i y:\test\uk.top.40.week42.(2011.10.09).2011.h263
.satrip.sonic.d.mkv -c:v copy -c:a copy y:\test\uk.top.40.week42.(2011.10.09).20
11.h263.satrip.sonic.d.avi
ffmpeg version N-33591-gf884ef0, Copyright (c) 2000-2011 the FFmpeg developers
  built on Oct 13 2011 02:23:02 with gcc 4.6.1
  configuration: --enable-gpl --enable-version3 --enable-runtime-cpudetect --ena
ble-avisynth --enable-bzlib --enable-frei0r --enable-libopencore-amrnb --enable-
libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --ena
ble-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --en
able-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
--enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib

  libavutil    51. 21. 0 / 51. 21. 0
  libavcodec   53. 20. 1 / 53. 20. 1
  libavformat  53. 15. 0 / 53. 15. 0
  libavdevice  53.  4. 0 / 53.  4. 0
  libavfilter   2. 43. 6 /  2. 43. 6
  libswscale    2.  1. 0 /  2.  1. 0
  libpostproc  51.  2. 0 / 51.  2. 0
[matroska,webm @ 020598E0] Unknown entry 0x80
Input #0, matroska,webm, from 'y:\test\uk.top.40.week42.(2011.10.09).2011.h263.s
atrip.sonic.d.mkv':
  Duration: 02:34:15.08, start: 0.000000, bitrate: 1133 kb/s
    Stream #0:0(eng): Video: mpeg4 (Simple Profile), yuv420p, 512x368 [SAR 1:1 D
AR 32:23], 25 fps, 25 tbr, 1k tbn, 25 tbc (default)
    Stream #0:1: Audio: mp3, 48000 Hz, stereo, s16, 128 kb/s (default)
Output #0, avi, to 'y:\test\uk.top.40.week42.(2011.10.09).2011.h263.satrip.sonic
.d.avi':
  Metadata:
    ISFT            : Lavf53.15.0
    Stream #0:0(eng): Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 512x368 [SAR 1:
1 DAR 32:23], q=2-31, 50 tbn, 50 tbc (default)
    Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, 128 kb/s (d
efault)
Stream mapping:
  Stream #0.0 -> #0.0 (copy)
  Stream #0.1 -> #0.1 (copy)
Press [q] to stop, [?] for help
[avi @ 021757C0] Application provided invalid, non monotonically increasing dts
to muxer in stream 0: 1414 >= 1414
av_interleaved_write_frame(): Invalid argument

Change History (2)

comment:1 by Carl Eugen Hoyos, 12 years ago

Component: FFmpegundetermined

Please test with -an and -vn and please attach a short sample.

comment:2 by Carl Eugen Hoyos, 12 years ago

Resolution: needs_more_info
Status: newclosed

Please reopen if you can provide a sample.

Note: See TracTickets for help on using tickets.