Opened 11 years ago

Closed 11 years ago

#2718 closed defect (fixed)

allow remuxing of qdm2 from mov to aifc

Reported by: ami_stuff Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords: qdm2 aif caf
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

C:\>ffmpeg -i QT-QDesign2.mov -vn -acodec copy out.aif
ffmpeg version N-54178-gbbe26ef Copyright (c) 2000-2013 the FFmpeg developers
  built on Jun 24 2013 17:10:38 with gcc 4.7.3 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetyp
e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --ena
ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l
ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp
eex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-
amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --
enable-libxvid --enable-zlib
  libavutil      52. 37.101 / 52. 37.101
  libavcodec     55. 17.100 / 55. 17.100
  libavformat    55.  9.100 / 55.  9.100
  libavdevice    55.  2.100 / 55.  2.100
  libavfilter     3. 77.101 /  3. 77.101
  libswscale      2.  3.100 /  2.  3.100
  libswresample   0. 17.102 /  0. 17.102
  libpostproc    52.  3.100 / 52.  3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'QT-QDesign2.mov':
  Metadata:
    creation_time   : 2002-10-03 18:58:49
  Duration: 00:00:05.96, start: 0.000000, bitrate: 898 kb/s
    Stream #0:0(eng): Audio: qdm2 (QDM2 / 0x324D4451), 11025 Hz, mono, s16, 24 k
b/s
    Metadata:
      creation_time   : 2002-10-03 18:58:49
      handler_name    : Apple Alias Data Handler
    Stream #0:1(eng): Video: cinepak (cvid / 0x64697663), pal8, 192x128, 872 kb/
s, 24 fps, 24 tbr, 1000k tbn, 1000k tbc
    Metadata:
      creation_time   : 2002-10-03 18:58:49
      handler_name    : Apple Alias Data Handler
[aiff @ 02aada40] block align not set
Output #0, aiff, to 'out.aif':
  Metadata:
    encoder         : Lavf55.9.100
    Stream #0:0(eng): Audio: qdm2 (QDM2 / 0x324D4451), 11025 Hz, mono, 24 kb/s
    Metadata:
      creation_time   : 2002-10-03 18:58:49
      handler_name    : Apple Alias Data Handler
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
Could not write header for output file #0 (incorrect codec parameters ?): Error
number -1 occurred

Attachments (2)

QT-QDesign2.mov (653.7 KB ) - added by ami_stuff 11 years ago.
QT-QDesign2.aif (16.7 KB ) - added by Carl Eugen Hoyos 11 years ago.

Download all attachments as: .zip

Change History (4)

by ami_stuff, 11 years ago

Attachment: QT-QDesign2.mov added

by Carl Eugen Hoyos, 11 years ago

Attachment: QT-QDesign2.aif added

comment:1 by Carl Eugen Hoyos, 11 years ago

Keywords: qdm2 aif caf added
Reproduced by developer: set
Status: newopen
Version: unspecifiedgit-master

If this gets fixed, the same should be tested for caff.

Last edited 11 years ago by Carl Eugen Hoyos (previous) (diff)

in reply to:  1 comment:2 by Carl Eugen Hoyos, 11 years ago

Resolution: fixed
Status: openclosed

Should be fixed, thank you for the report!

Replying to cehoyos:

If this gets fixed, the same should be tested for caff.

I believe I also fixed this issue.

Note: See TracTickets for help on using tickets.