wetinwales
December 8th, 2008, 02:17 PM
Hi All
Getting the error message:- " Usually that means that input file is truncated and/or corrupted " when I try to convert a .mov file to an .mpg using ffmpeg in Terminal.
Using Hardy Heron.
Medibuntu, Universe and Multiverse are installed - as is Mplayer, Xine, Mencoder. Kaffeine etc. - all from Synaptic.
The ONLY application which will play the .mov video is Kaffeine...! Mplayer runs images with broken error messages - " AVC: nal size 0 ".
The mov file in question .." http://s3.amazonaws.com/movies.dpreview.com/CanonEOS5DMarkII/MVI_5500.MOV " (Canon 5DMKII video ) is downloaded and stored in my 'Videos' directory.
Permissions allowed to read write on the file.
Here is the command I used in terminal. (I started with 'ffmpeg -i input.mov output.mpg' as a simple start, then used this suggested line as shown....
user@computer:~$ ffmpeg -i /home/user/Videos/5DMKII.mov -acodec mp2 -abitrate 128 -ac 2 -vcodec mpeg1video -qscale 3 -vbitrate 2048 -mbd 2 /home/user/Videos/5DMKII.mpg
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libogg --enable-libgsm --enable-dc1394 --disable-debug --enable-libmp3lame --enable-libfaadbin --enable-libfaad --enable-libfaac --enable-xvid --enable-x264 --enable-liba52 --enable-amr_nb --enable-amr_wb --enable-shared --prefix=/usr
libavutil version: 1d.49.3.0
libavcodec version: 1d.51.38.0
libavformat version: 1d.51.10.0
built on Jul 29 2008 18:21:25, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
/home/user/Videos/5DMKII.mov: I/O error occured
Usually that means that input file is truncated and/or corrupted.
user@computer:~$
Both lines in terminal deliver exactly the same error in terminal.
Can anyone help here?
Thanks
Daf
Getting the error message:- " Usually that means that input file is truncated and/or corrupted " when I try to convert a .mov file to an .mpg using ffmpeg in Terminal.
Using Hardy Heron.
Medibuntu, Universe and Multiverse are installed - as is Mplayer, Xine, Mencoder. Kaffeine etc. - all from Synaptic.
The ONLY application which will play the .mov video is Kaffeine...! Mplayer runs images with broken error messages - " AVC: nal size 0 ".
The mov file in question .." http://s3.amazonaws.com/movies.dpreview.com/CanonEOS5DMarkII/MVI_5500.MOV " (Canon 5DMKII video ) is downloaded and stored in my 'Videos' directory.
Permissions allowed to read write on the file.
Here is the command I used in terminal. (I started with 'ffmpeg -i input.mov output.mpg' as a simple start, then used this suggested line as shown....
user@computer:~$ ffmpeg -i /home/user/Videos/5DMKII.mov -acodec mp2 -abitrate 128 -ac 2 -vcodec mpeg1video -qscale 3 -vbitrate 2048 -mbd 2 /home/user/Videos/5DMKII.mpg
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libogg --enable-libgsm --enable-dc1394 --disable-debug --enable-libmp3lame --enable-libfaadbin --enable-libfaad --enable-libfaac --enable-xvid --enable-x264 --enable-liba52 --enable-amr_nb --enable-amr_wb --enable-shared --prefix=/usr
libavutil version: 1d.49.3.0
libavcodec version: 1d.51.38.0
libavformat version: 1d.51.10.0
built on Jul 29 2008 18:21:25, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
/home/user/Videos/5DMKII.mov: I/O error occured
Usually that means that input file is truncated and/or corrupted.
user@computer:~$
Both lines in terminal deliver exactly the same error in terminal.
Can anyone help here?
Thanks
Daf