[FFmpeg-trac] #750(undetermined:reopened): ffmpeg does not list OGG-theora metadata tags (like title author etc)

FFmpeg trac at avcodec.org
Fri Nov 30 18:10:47 CET 2012


#750: ffmpeg does not list OGG-theora metadata tags (like title author etc)
-------------------------------------+-------------------------------------
             Reporter:  RyszardG     |                    Owner:
                 Type:  defect       |                   Status:  reopened
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  metadata     |               Resolution:
  ogg                                |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * keywords:   => metadata ogg
 * status:  closed => reopened
 * version:  unspecified => git-master
 * resolution:  worksforme =>
 * reproduced:  0 => 1


Comment:

 This problem is still reproducible:
 {{{
 $ ffmpeg -i fate-suite/svq3/Vertical400kbit.sorenson3.mov -metadata
 TITLE="My title" -metadata ARTIST="Me" out1.ogv
 ffmpeg version N-47320-g57b00d7 Copyright (c) 2000-2012 the FFmpeg
 developers
   built on Nov 30 2012 17:56:37 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --disable-indev=jack --enable-libvorbis
 --enable-libtheora
   libavutil      52. 10.100 / 52. 10.100
   libavcodec     54. 78.100 / 54. 78.100
   libavformat    54. 41.100 / 54. 41.100
   libavdevice    54.  3.101 / 54.  3.101
   libavfilter     3. 23.104 /  3. 23.104
   libswscale      2.  1.103 /  2.  1.103
   libswresample   0. 17.101 /  0. 17.101
   libpostproc    52.  2.100 / 52.  2.100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1ac1240] max_analyze_duration 5000000 reached
 at 5000998
 Guessed Channel Layout for  Input Stream #0.1 : mono
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'fate-
 suite/svq3/Vertical400kbit.sorenson3.mov':
   Metadata:
     creation_time   : 2001-03-20 16:17:18
     title           : Vertical Online SV3 Demo
     title-eng       : Vertical Online SV3 Demo
     artist          : Logan Kelsey
     artist-eng      : Logan Kelsey
     copyright       : © Vertical Online 2001
     copyright-eng   : © Vertical Online 2001
     encoder         : Sorenson Video 3
     encoder-eng     : Sorenson Video 3
   Duration: 00:00:43.58, start: 0.000000, bitrate: 580 kb/s
     Stream #0:0(eng): Video: svq3 (SVQ3 / 0x33515653), yuvj420p, 320x240,
 391 kb/s, 30.02 fps, 30 tbr, 600 tbn, 600 tbc
     Metadata:
       creation_time   : 2001-03-20 16:17:18
       handler_name    : Apple Alias Data Handler
     Stream #0:1(eng): Audio: adpcm_ima_qt (ima4 / 0x34616D69), 44100 Hz,
 mono, s16p, 176 kb/s
     Metadata:
       creation_time   : 2001-03-20 16:17:18
       handler_name    : Apple Alias Data Handler
 Output #0, ogg, to 'out1.ogv':
   Metadata:
     encoder-eng     : Sorenson Video 3
     ARTIST          : Me
     title-eng       : Vertical Online SV3 Demo
     TITLE           : My title
     artist-eng      : Logan Kelsey
     copyright       : © Vertical Online 2001
     copyright-eng   : © Vertical Online 2001
     encoder         : Lavf54.41.100
     Stream #0:0(eng): Video: theora, yuv420p, 320x240, q=2-31, 200 kb/s,
 30 tbn, 30 tbc
     Metadata:
       creation_time   : 2001-03-20 16:17:18
       handler_name    : Apple Alias Data Handler
     Stream #0:1(eng): Audio: flac, 44100 Hz, mono, s16, 128 kb/s
     Metadata:
       creation_time   : 2001-03-20 16:17:18
       handler_name    : Apple Alias Data Handler
 Stream mapping:
   Stream #0:0 -> #0:0 (svq3 -> libtheora)
   Stream #0:1 -> #0:1 (adpcm_ima_qt -> flac)
 Press [q] to stop, [?] for help
 Multiple frames in a packet from stream 1
 frame= 1308 fps=277 q=0.0 Lsize=    3226kB time=00:00:43.67 bitrate=
 605.1kbits/s
 video:1058kB audio:2143kB subtitle:0 global headers:3kB muxing overhead
 0.653947%
 }}}
 {{{
 $ ffmpeg -i out1.ogv -acodec copy -vcodec copy out2.ogv
 ffmpeg version N-47320-g57b00d7 Copyright (c) 2000-2012 the FFmpeg
 developers
   built on Nov 30 2012 17:56:37 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --disable-indev=jack --enable-libvorbis
 --enable-libtheora
   libavutil      52. 10.100 / 52. 10.100
   libavcodec     54. 78.100 / 54. 78.100
   libavformat    54. 41.100 / 54. 41.100
   libavdevice    54.  3.101 / 54.  3.101
   libavfilter     3. 23.104 /  3. 23.104
   libswscale      2.  1.103 /  2.  1.103
   libswresample   0. 17.101 /  0. 17.101
   libpostproc    52.  2.100 / 52.  2.100
 Input #0, ogg, from 'out1.ogv':
   Duration: 00:00:43.60, start: 0.000000, bitrate: 606 kb/s
     Stream #0:0: Video: theora, yuv420p, 320x240 [SAR 1:1 DAR 4:3], 30
 fps, 30 tbr, 30 tbn, 30 tbc
     Metadata:
       ENCODER-ENG     : Sorenson Video 3
       ARTIST          : Me
       TITLE-ENG       : Vertical Online SV3 Demo
       TITLE           : My title
       ARTIST-ENG      : Logan Kelsey
       COPYRIGHT       : © Vertical Online 2001
       COPYRIGHT-ENG   : © Vertical Online 2001
       ENCODER         : Lavf54.41.100
     Stream #0:1: Audio: flac, 44100 Hz, mono, s16
     Metadata:
       ENCODER-ENG     : Sorenson Video 3
       ARTIST          : Me
       TITLE-ENG       : Vertical Online SV3 Demo
       TITLE           : My title
       ARTIST-ENG      : Logan Kelsey
       COPYRIGHT       : © Vertical Online 2001
       COPYRIGHT-ENG   : © Vertical Online 2001
       ENCODER         : Lavf54.41.100
 Output #0, ogg, to 'out2.ogv':
   Metadata:
     encoder         : Lavf54.41.100
     Stream #0:0: Video: theora, yuv420p, 320x240 [SAR 1:1 DAR 4:3],
 q=2-31, 30 fps, 30 tbn, 30 tbc
     Metadata:
       ENCODER-ENG     : Sorenson Video 3
       ARTIST          : Me
       TITLE-ENG       : Vertical Online SV3 Demo
       TITLE           : My title
       ARTIST-ENG      : Logan Kelsey
       COPYRIGHT       : © Vertical Online 2001
       COPYRIGHT-ENG   : © Vertical Online 2001
       ENCODER         : Lavf54.41.100
     Stream #0:1: Audio: flac, 44100 Hz, mono
     Metadata:
       ENCODER-ENG     : Sorenson Video 3
       ARTIST          : Me
       TITLE-ENG       : Vertical Online SV3 Demo
       TITLE           : My title
       ARTIST-ENG      : Logan Kelsey
       COPYRIGHT       : © Vertical Online 2001
       COPYRIGHT-ENG   : © Vertical Online 2001
       ENCODER         : Lavf54.41.100
 Stream mapping:
   Stream #0:0 -> #0:0 (copy)
   Stream #0:1 -> #0:1 (copy)
 Press [q] to stop, [?] for help
 frame= 1295 fps=0.0 q=-1.0 Lsize=    3226kB time=00:00:43.60 bitrate=
 606.1kbits/s
 video:1058kB audio:2143kB subtitle:0 global headers:0kB muxing overhead
 0.750993%
 }}}
 {{{
 $ ffmpeg -i out2.ogv
 ffmpeg version N-47320-g57b00d7 Copyright (c) 2000-2012 the FFmpeg
 developers
   built on Nov 30 2012 17:56:37 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --disable-indev=jack --enable-libvorbis
 --enable-libtheora
   libavutil      52. 10.100 / 52. 10.100
   libavcodec     54. 78.100 / 54. 78.100
   libavformat    54. 41.100 / 54. 41.100
   libavdevice    54.  3.101 / 54.  3.101
   libavfilter     3. 23.104 /  3. 23.104
   libswscale      2.  1.103 /  2.  1.103
   libswresample   0. 17.101 /  0. 17.101
   libpostproc    52.  2.100 / 52.  2.100
 Input #0, ogg, from 'out2.ogv':
   Duration: 00:00:43.60, start: 0.000000, bitrate: 606 kb/s
     Stream #0:0: Video: theora, yuv420p, 320x240 [SAR 1:1 DAR 4:3], 30
 fps, 30 tbr, 30 tbn, 30 tbc
     Metadata:
       ENCODER         : Lavf54.41.100
     Stream #0:1: Audio: flac, 44100 Hz, mono, s16
     Metadata:
       ENCODER         : Lavf54.41.100
 At least one output file must be specified
 }}}

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


More information about the FFmpeg-trac mailing list