[FFmpeg-trac] #4565(avformat:new): MP2 in AVI (possibly) wrong frame_size/blkalign

FFmpeg trac at avcodec.org
Mon May 18 15:39:46 CEST 2015


#4565: MP2 in AVI (possibly) wrong frame_size/blkalign
-------------------------------------+------------------------------------
             Reporter:  darkyp       |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avformat
              Version:  unspecified  |               Resolution:
             Keywords:  mp2          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by darkyp):

 Console output:

 atic\bin>ffmpeg -i dbg_1.mod.avi -vcodec copy -acodec copy dbg_1.avi >
 log.txt
 ffmpeg version N-72211-g451be67 Copyright (c) 2000-2015 the FFmpeg
 developers
   built with gcc 4.9.2 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-av
 isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls
 --enab
 le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-
 libcaca --
 enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm
 --enable-l
 ibilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb
 --enab
 le-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-
 librtmp --en
 able-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora
 --ena
 ble-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-
 amrwbenc
  --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp
 --enabl
 e-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-lzma
 --ena
 ble-decklink --enable-zlib
   libavutil      54. 23.101 / 54. 23.101
   libavcodec     56. 39.101 / 56. 39.101
   libavformat    56. 33.101 / 56. 33.101
   libavdevice    56.  4.100 / 56.  4.100
   libavfilter     5. 16.101 /  5. 16.101
   libswscale      3.  1.101 /  3.  1.101
   libswresample   1.  1.100 /  1.  1.100
   libpostproc    53.  3.100 / 53.  3.100
 Input #0, avi, from 'dbg_1.mod.avi':
   Metadata:
     encoder         : VirtualDubMod 1.5.10.1 (build 2366/release)
   Duration: 00:00:48.08, start: 0.000000, bitrate: 398 kb/s
     Stream #0:0: Video: h264 (High) (H264 / 0x34363248), yuv420p, 320x240,
 227 k
 b/s, 12.50 fps, 12.50 tbr, 12.50 tbn, 25 tbc
     Stream #0:1: Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, s16p,
 160 k
 b/s
 Output #0, avi, to 'dbg_1.avi':
   Metadata:
     ISFT            : Lavf56.33.101
     Stream #0:0: Video: h264 (H264 / 0x34363248), yuv420p, 320x240,
 q=2-31, 227
 kb/s, 12.50 fps, 12.50 tbr, 12.50 tbn, 12.50 tbc
     Stream #0:1: Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, 160
 kb/s
 Stream mapping:
   Stream #0:0 -> #0:0 (copy)
   Stream #0:1 -> #0:1 (copy)
 Press [q] to stop, [?] for help
 frame=  597 fps=0.0 q=-1.0 Lsize=    2335kB time=00:00:48.08 bitrate=
 397.9kbits
 /s
 video:1331kB audio:934kB subtitle:0kB other streams:0kB global headers:0kB
 muxin
 g overhead: 3.126330%

 btw, why console redirection does not work on the win platform?

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4565#comment:6>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list