[FFmpeg-trac] #4539(ffmpeg:new): Error using quicktime reference input - Invalid data found when processing input

FFmpeg trac at avcodec.org
Fri May 8 04:54:40 CEST 2015


#4539: Error using quicktime reference input - Invalid data found when processing
input
----------------------------------+----------------------------------
             Reporter:  alan1523  |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  ffmpeg    |                  Version:
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  1
Analyzed by developer:  1         |
----------------------------------+----------------------------------
 Summary of the bug:

 Attempting to render a x264 file using a Quicktime Pro 7.6.6 produced
 reference file.
 When rendering using the original mov file FFMPEG does not run into
 issues, when switching the input to the quicktime reference movie that
 points to the original.mov FFMPEG hits an error reading the input file.

 How to reproduce:
 ffmpeg -i /Volumes/storage/rendertemp/in/reference/reference.mov -debug
 -c:v libx264 /Volumes/storage/rendertemp/in/reference/output.mov

 FFMPEG Debug Output :

 matched as AVOption 'debug' with argument '-c:v'.
 Reading option 'libx264' ... matched as output file.
 Reading option '/Volumes/storage/rendertemp/in/reference/output.mov' ...
 matched as output file.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Successfully parsed a group of options.
 Parsing a group of options: input file
 /Volumes/storage/rendertemp/in/reference/reference.mov.
 Successfully parsed a group of options.
 Opening an input file:
 /Volumes/storage/rendertemp/in/reference/reference.mov.
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc089825000] Format mov,mp4,m4a,3gp,3g2,mj2
 detected only with low score of 1, misdetection possible!
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc089825000] moov atom not found
 [AVIOContext @ 0x7fc088d02260] Statistics: 0 bytes read, 0 seeks
 /Volumes/storage/rendertemp/in/reference/reference.mov: Invalid data found
 when processing input

 built on ...

 ffmpeg version 2.6.2-tessus Copyright (c) 2000-2015 the FFmpeg developers
   built with Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM
 3.5svn)
   configuration: --cc=/usr/bin/clang
 --prefix=/Users/helmutt/data/ext/ffmpeg/sw --as=yasm --extra-
 version=tessus --disable-shared --enable-static --disable-ffplay --enable-
 gpl --enable-pthreads --enable-postproc --enable-libmp3lame --enable-
 libtheora --enable-libvorbis --enable-libx264 --enable-libx265 --enable-
 libxvid --enable-libspeex --enable-bzlib --enable-zlib --enable-
 libopencore-amrnb --enable-libopencore-amrwb --enable-libxavs --enable-
 libsoxr --enable-libwavpack --enable-version3 --enable-libvo-aacenc
 --enable-libvo-amrwbenc --enable-libvpx --enable-libgsm --enable-libopus
 --enable-libmodplug --enable-fontconfig --enable-libfreetype --enable-
 libass --enable-libbluray --enable-filters --disable-indev=qtkit
 --disable-indev=x11grab_xcb --enable-runtime-cpudetect

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4539>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list