[FFmpeg-cvslog] r21210 - trunk/libavformat/mov.c

Aurelien Jacobs aurel
Mon Jan 18 22:11:49 CET 2010


On Thu, Jan 14, 2010 at 01:32:36AM +0100, bcoudurier wrote:
> Author: bcoudurier
> Date: Thu Jan 14 01:32:36 2010
> New Revision: 21210
> 
> Log:
> set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalogic at rectalogic dot com

This at least breaks playback of cathedral [1] with a wrong DAR.

Current situation :

==================================================================
FFplay version SVN-r21293, Copyright (c) 2003-2010 Fabrice Bellard, et al.
  built on Jan 18 2010 22:04:58 with gcc 4.4.3 20100108 (prerelease)
  configuration: --enable-gpl
  libavutil     50. 7. 0 / 50. 7. 0
  libavcodec    52.48. 0 / 52.48. 0
  libavformat   52.47. 0 / 52.47. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale     0. 8. 0 /  0. 8. 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x27bc1a0]max_analyze_duration reached
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'cathedral-beta2-400extra-crop-avc.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 0
    compatible_brands: mp41
  Duration: 00:06:27.92, start: 0.000000, bitrate: 498 kb/s
    Stream #0.0(eng): Data: mp4s / 0x7334706D, 224 kb/s
    Stream #0.1(eng): Data: mp4s / 0x7334706D, 240 kb/s
    Stream #0.2(eng): Video: h264, yuv420p, 640x352, 401 kb/s, PAR 4:1 DAR 80:11, 23.98 fps, 23.98 tbr, 2997 tbn, 23.98 tbc
    Stream #0.3(eng): Audio: aac, 22050 Hz, stereo, s16, 95 kb/s
==================================================================

With this commit reverted :

==================================================================
FFplay version SVN-r21293, Copyright (c) 2003-2010 Fabrice Bellard, et al.
  built on Jan 18 2010 22:04:58 with gcc 4.4.3 20100108 (prerelease)
  configuration: --enable-gpl
  libavutil     50. 7. 0 / 50. 7. 0
  libavcodec    52.48. 0 / 52.48. 0
  libavformat   52.47. 0 / 52.47. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale     0. 8. 0 /  0. 8. 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x13bd1a0]max_analyze_duration reached
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'cathedral-beta2-400extra-crop-avc.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 0
    compatible_brands: mp41
  Duration: 00:06:27.92, start: 0.000000, bitrate: 498 kb/s
    Stream #0.0(eng): Data: mp4s / 0x7334706D, 224 kb/s
    Stream #0.1(eng): Data: mp4s / 0x7334706D, 240 kb/s
    Stream #0.2(eng): Video: h264, yuv420p, 640x352, 401 kb/s, 23.98 fps, 23.98 tbr, 2997 tbn, 23.98 tbc
    Stream #0.3(eng): Audio: aac, 22050 Hz, stereo, s16, 95 kb/s
==================================================================


[1] http://samples.mplayerhq.hu/V-codecs/h264/cathedral-beta2-400extra-crop-avc.mp4



More information about the ffmpeg-cvslog mailing list