1 Jan 21:31
Problem converting a mov file
Darby Vicker <darby.vicker <at> gmail.com>
2010-01-01 20:31:48 GMT
2010-01-01 20:31:48 GMT
Hello, I'm trying to convert an old mov file I got from a friend into an FLV or mpeg4 format. The video was generated in an old PC program (my friend couldn't remember the name of the program). There must be something odd about the format of this mov file as ffmpeg, ffplay, mplayer and vlc all report errors about the video stream. I can play it with quicktime on my macbook pro, which says the format is "MPEG1 Muxed". The MAX_READ_SIZE message from the ffmpeg output below is troubleing but I don't know what it means. The "Stream #0.0(eng)" line is also different from what I normally get when converting a video. Normally I see something like "Stream #0.0: Video:" and "Stream #0.1: Audio:". Any help in converting this video would be greatly appreciated. Thanks, Darby $ ffmpeg -i wedding.mov -r 30 -b 2M -acodec libmp3lame -ar 44100 wedding.flv FFmpeg version SVN-r20988, Copyright (c) 2000-2009 Fabrice Bellard, et al. built on Dec 31 2009 16:01:55 with gcc 4.4.2 20091222 (Red Hat 4.4.2-20) configuration: --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-gpl --enable-nonfree libavutil 50. 7. 0 / 50. 7. 0 libavcodec 52.45. 0 / 52.45. 0 libavformat 52.44. 0 / 52.44. 0 libavdevice 52. 2. 0 / 52. 2. 0 libswscale 0. 7. 2 / 0. 7. 2 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x8cf7390]MAX_READ_SIZE:5000000 reached Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'wedding.mov':(Continue reading)
RSS Feed