FFMpeg incorrectly parses file with meta data.
Hi guys, I posted example files a few days ago as Baptiste encouraged me to, and was hoping someone could take a look. links : http://www.bluetube.com//temp/ffmpeg/SD/00519.zip <http://www.bluetube.com//temp/ffmpeg/SD/00519.zip> http://www.bluetube.com//temp/ffmpeg/SD/00520.zip <http://www.bluetube.com//temp/ffmpeg/SD/00520.zip> http://www.bluetube.com//temp/ffmpeg/HD/00517.zip <http://www.bluetube.com//temp/ffmpeg/HD/00517.zip> http://www.bluetube.com//temp/ffmpeg/HD/00518.zip <http://www.bluetube.com//temp/ffmpeg/HD/00518.zip> FFMPEG states these files have mp3 or mp2 audio and it couldn't find the codec but these files do not have that format, its raw pcm audio. the files are from a sony XD cam and are wrapped into quicktimes. The have Camera META data in them. If we take the files and run them through final cut pro and re-save, the camera meta data is removed and ffmpeg correctly processes them. Unfortunately the workflow we have requires us to be able to take the quicktime from the sony transfer program with the camera meta data present and produce thumbnails. sample command line : /Applications/xampp/htdocs/app/bin/ffmpeg -an -i "/Applications/xampp/ htdocs/app/webroot/assets/asset165/wolf00261.mov" -ss 00:00:01 -t 00:00:01 -r 1 -y -s 80x60 "/Applications/xampp/htdoc s/app/webroot/assets/asset165/wolf00261"%d.jpg error : FFmpeg version SVN-r7715, Copyright (c) 2000-2006 Fabrice Bellard, et al. configuration: --enable-mp3lame --enable-static --disable-vhook libavutil version: 49.2.0 libavcodec version: 51.29.0 libavformat version: 51.8.0 built on Jan 25 2007 22:18:56, gcc: 4.0.1 (Apple Computer, Inc. build 5367) [mp3 @ 0x3d2060]Could not find codec parameters (Audio: mp3, 64 kb/s) Cheers, Grant.
Hi Davies, Grant Davies wrote:
Hi guys, I posted example files a few days ago as Baptiste encouraged me to, and was hoping someone could take a look.
links :
http://www.bluetube.com//temp/ffmpeg/SD/00519.zip <http://www.bluetube.com//temp/ffmpeg/SD/00519.zip>
http://www.bluetube.com//temp/ffmpeg/SD/00520.zip <http://www.bluetube.com//temp/ffmpeg/SD/00520.zip>
http://www.bluetube.com//temp/ffmpeg/HD/00517.zip <http://www.bluetube.com//temp/ffmpeg/HD/00517.zip>
http://www.bluetube.com//temp/ffmpeg/HD/00518.zip <http://www.bluetube.com//temp/ffmpeg/HD/00518.zip>
FFMPEG states these files have mp3 or mp2 audio and it couldn't find the codec but these files do not have that format, its raw pcm audio.
the files are from a sony XD cam and are wrapped into quicktimes. The have Camera META data in them. If we take the files and run them through final cut pro and re-save, the camera meta data is removed and ffmpeg correctly processes them. Unfortunately the workflow we have requires us to be able to take the quicktime from the sony transfer program with the camera meta data present and produce thumbnails.
I just fixed that. Latest ffmpeg svn can now detect and decode your files. -- Baptiste COUDURIER GnuPG Key Id: 0x5C1ABAAA SMARTJOG S.A. http://www.smartjog.com Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA Phone: +33 1 49966312
Awesome! Thanks Grant ...................................................
b l u e t u b e i n t e r a c t i v e .: The connection between creative and engineering .: grant davies .: 404.428.6839 (c) .: 708-983-1577 (F) grant at bluetube.com http://www.bluetube.com/bti
-----Original Message----- From: ffmpeg-user-bounces at mplayerhq.hu [mailto:ffmpeg-user-bounces at mplayerhq.hu] On Behalf Of Baptiste Coudurier Sent: Wednesday, April 25, 2007 11:58 AM To: FFmpeg user questions and RTFMs Cc: mharty at phoenix-sr.com; David Brown Subject: Re: [Ffmpeg-user] FFMpeg incorrectly parses file with meta data. Hi Davies, Grant Davies wrote:
Hi guys, I posted example files a few days ago as Baptiste encouraged me to, and was hoping someone could take a look.
links :
http://www.bluetube.com//temp/ffmpeg/SD/00519.zip <http://www.bluetube.com//temp/ffmpeg/SD/00519.zip>
http://www.bluetube.com//temp/ffmpeg/SD/00520.zip <http://www.bluetube.com//temp/ffmpeg/SD/00520.zip>
http://www.bluetube.com//temp/ffmpeg/HD/00517.zip <http://www.bluetube.com//temp/ffmpeg/HD/00517.zip>
http://www.bluetube.com//temp/ffmpeg/HD/00518.zip <http://www.bluetube.com//temp/ffmpeg/HD/00518.zip>
FFMPEG states these files have mp3 or mp2 audio and it couldn't find the codec but these files do not have that format, its raw pcm audio.
the files are from a sony XD cam and are wrapped into quicktimes. The
have Camera META data in them. If we take the files and run them through final cut pro and re-save, the camera meta data is removed and
ffmpeg correctly processes them. Unfortunately the workflow we have requires us to be able to take the quicktime from the sony transfer program with the camera meta data present and produce thumbnails.
I just fixed that. Latest ffmpeg svn can now detect and decode your files. -- Baptiste COUDURIER GnuPG Key Id: 0x5C1ABAAA SMARTJOG S.A. http://www.smartjog.com Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA Phone: +33 1 49966312 _______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
participants (2)
-
baptiste.coudurier@smartjog.com -
grant@bluetube.com