Opened 8 years ago

Closed 8 years ago

#5687 closed enhancement (fixed)

Support muxing vp8 in ogg

Reported by: Carl Eugen Hoyos Owned by:
Priority: wish Component: avformat
Version: git-master Keywords: ogg vp8
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

$ ffmpeg -i videotest.ogv -vcodec copy out.ogg
ffmpeg version N-80887-gd9e1e08 Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 4.7 (SUSE Linux)
  configuration: --enable-gpl
  libavutil      55. 27.100 / 55. 27.100
  libavcodec     57. 48.101 / 57. 48.101
  libavformat    57. 40.101 / 57. 40.101
  libavdevice    57.  0.102 / 57.  0.102
  libavfilter     6. 47.100 /  6. 47.100
  libswscale      4.  1.100 /  4.  1.100
  libswresample   2.  1.100 /  2.  1.100
  libpostproc    54.  0.100 / 54.  0.100
[ogg @ 0x260d3c0] Broken file, keyframe not correctly marked.
Input #0, ogg, from 'videotest.ogv':
  Duration: 00:00:02.33, start: 0.000000, bitrate: 261 kb/s
    Stream #0:0: Video: vp8, yuv420p, 320x240, SAR 1:1 DAR 4:3, 30 tbr, 30 tbn, 30 tbc
[ogg @ 0x2614ac0] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
[ogg @ 0x2614ac0] Unsupported codec id in stream 0
Output #0, ogg, to 'out.ogg':
  Metadata:
    encoder         : Lavf57.40.101
    Stream #0:0: Video: vp8, yuv420p, 320x240 [SAR 1:1 DAR 4:3], q=2-31, 30 tbr, 30 tbn, 30 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument

Attachments (1)

videotest.ogv (74.5 KB ) - added by Carl Eugen Hoyos 8 years ago.

Download all attachments as: .zip

Change History (2)

by Carl Eugen Hoyos, 8 years ago

Attachment: videotest.ogv added

comment:1 by James, 8 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.