[FFmpeg-user] codec frame size is not set

Herbert Rudolf herbert-rudolf at gmx.at
Tue Jul 30 18:49:16 CEST 2013


Hi..

I have already read much about the "codec frame size is not set"- bug.
But I saw some posts, which were written 2 years ago --> "it will be 
fixed soon"..

But know i have the version from 20130729 
(ffmpeg-20130729-git-c96b3ae-win64-static), and the bug is still there.

I convert a mkv-file to a mp4-file using this command: ffmpeg.exe -i 
"test.mkv" -vcodec copy -acodec copy "test_parsed.mp4"

I think the bug comes because of the german ac3-audio-stream..
The output-log is attached.

Should i use other paramters to fix this issue, or is it still a bug in 
ffmpeg?



Thank you
Herbert
-------------- next part --------------

C:\Users\Niki\Desktop\tmp\ffmpeg-20130729-git-c96b3ae-win64-static\bin>ffmpeg.exe -i "test

ffmpeg version N-55066-gc96b3ae Copyright (c) 2000-2013 the FFmpeg developers
  built on Jul 29 2013 18:05:45 with gcc 4.7.3 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --e
enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-
ble-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb -
tmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enabl
amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-lib
  libavutil      52. 40.100 / 52. 40.100
  libavcodec     55. 19.100 / 55. 19.100
  libavformat    55. 12.102 / 55. 12.102
  libavdevice    55.  3.100 / 55.  3.100
  libavfilter     3. 82.100 /  3. 82.100
  libswscale      2.  4.100 /  2.  4.100
  libswresample   0. 17.103 /  0. 17.103
  libpostproc    52.  3.100 / 52.  3.100
Input #0, matroska,webm, from 'test.mkv':
  Metadata:
    title           : Friends - Dunkle Leidenschaft (S01E07)
    creation_time   : 2012-11-07 17:13:04
  Duration: 00:22:35.39, start: 0.000000, bitrate: 4949 kb/s
    Chapter #0.0: start 0.000000, end 96.513000
    Metadata:
      title           : 00:00:00.000
    Chapter #0.1: start 96.513000, end 797.922000
    Metadata:
      title           : 00:01:36.513
    Chapter #0.2: start 797.922000, end 1297.922000
    Metadata:
      title           : 00:13:17.922
    Chapter #0.3: start 1297.922000, end 1355.392000
    Metadata:
      title           : 00:21:37.922
    Stream #0:0: Video: h264 (High), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 23.98 fps, 23.9
    Metadata:
      title           : 720p
    Stream #0:1(ger): Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s (default)
    Metadata:
      title           : AC3
    Stream #0:2(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s
    Metadata:
      title           : AC3
[mp4 @ 00000000046000a0] track 1: codec frame size is not set
Output #0, mp4, to 'test_parsed.mp4':
  Metadata:
    title           : Friends - Dunkle Leidenschaft (S01E07)
    encoder         : Lavf55.12.102
    Chapter #0.0: start 0.000000, end 96.513000
    Metadata:
      title           : 00:00:00.000
    Chapter #0.1: start 96.513000, end 797.922000
    Metadata:
      title           : 00:01:36.513
    Chapter #0.2: start 797.922000, end 1297.922000
    Metadata:
      title           : 00:13:17.922
    Chapter #0.3: start 1297.922000, end 1355.392000
    Metadata:
      title           : 00:21:37.922
    Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1280x720 [SAR 1:1 DAR 16:9
    Metadata:
      title           : 720p
    Stream #0:1(eng): Audio: ac3 ([165][0][0][0] / 0x00A5), 48000 Hz, 5.1(side), 640 kb/s
    Metadata:
      title           : AC3
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:2 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame=32474 fps=3548 q=-1.0 Lsize=  787745kB time=00:22:35.39 bitrate=4761.1kbits/s
video:680879kB audio:105890kB subtitle:0 global headers:0kB muxing overhead 0.124005%


More information about the ffmpeg-user mailing list