[FFmpeg-trac] #1817(undetermined:closed): create_time contains wrong value for Canon EOS 550D movies

FFmpeg trac at avcodec.org
Mon Oct 15 17:52:22 CEST 2012


#1817: create_time contains wrong value for Canon EOS 550D movies
-------------------------------------+-------------------------------------
             Reporter:  pwes         |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  mov          |               Resolution:
  creation_time                      |  worksforme
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 I am unable to reproduce the problem, both the version you tested and
 current git head show "2012":
 {{{
 $ ffprobe MVI_5304.MOV
 ffprobe version N-45533-gb08273c Copyright (c) 2007-2012 the FFmpeg
 developers
   built on Oct 15 2012 17:40:13 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --enable-libfaac --enable-libmp3lame
 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp
 --enable-libtheora --enable-libvorbis --enable-libvpx --enable-x11grab
 --enable-libx264 --enable-nonfree --enable-version3
   libavutil      51. 76.100 / 51. 76.100
   libavcodec     54. 66.100 / 54. 66.100
   libavformat    54. 32.101 / 54. 32.101
   libavdevice    54.  3.100 / 54.  3.100
   libavfilter     3. 19.102 /  3. 19.102
   libswscale      2.  1.101 /  2.  1.101
   libswresample   0. 16.100 /  0. 16.100
   libpostproc    52.  1.100 / 52.  1.100
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'MVI_5304.MOV':
   Metadata:
     major_brand     : qt
     minor_version   : 537331968
     compatible_brands: qt  CAEP
     creation_time   : 2012-10-15 13:16:59
   Duration: 00:00:01.02, start: 0.000000, bitrate: 18889 kb/s
     Stream #0:0(eng): Video: h264 (Constrained Baseline) (avc1 /
 0x31637661), yuvj420p, 640x480, 17337 kb/s, 50 fps, 50 tbr, 50k tbn, 100k
 tbc
     Metadata:
       creation_time   : 2012-10-15 13:16:59
     Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, 2
 channels, s16, 1536 kb/s
     Metadata:
       creation_time   : 2012-10-15 13:16:59
 }}}
 The only thing I cannot explain is why the version information shows
 "N-45533-gb08273c" here, but "N-36547-gb08273c" for you. Could you try to
 recompile (after make distclean)?
 {{{
 $ ffmpeg -i MVI_5304.MOV
 ffmpeg version N-45552-g3f81489 Copyright (c) 2000-2012 the FFmpeg
 developers
   built on Oct 15 2012 17:46:54 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl
   libavutil      51. 76.100 / 51. 76.100
   libavcodec     54. 66.100 / 54. 66.100
   libavformat    54. 32.101 / 54. 32.101
   libavdevice    54.  3.100 / 54.  3.100
   libavfilter     3. 19.102 /  3. 19.102
   libswscale      2.  1.101 /  2.  1.101
   libswresample   0. 16.100 /  0. 16.100
   libpostproc    52.  1.100 / 52.  1.100
 Guessed Channel Layout for  Input Stream #0.1 : stereo
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'MVI_5304.MOV':
   Metadata:
     major_brand     : qt
     minor_version   : 537331968
     compatible_brands: qt  CAEP
     creation_time   : 2012-10-15 13:16:59
   Duration: 00:00:01.02, start: 0.000000, bitrate: 18889 kb/s
     Stream #0:0(eng): Video: h264 (Constrained Baseline) (avc1 /
 0x31637661), yuvj420p, 640x480, 17337 kb/s, 50 fps, 50 tbr, 50k tbn, 100k
 tbc
     Metadata:
       creation_time   : 2012-10-15 13:16:59
     Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz,
 stereo, s16, 1536 kb/s
     Metadata:
       creation_time   : 2012-10-15 13:16:59
 At least one output file must be specified
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1817#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list