help,

googled a bit and have realised that to get a .avi file i want onto a CD i'll 
have to use something like ffmpeg (which i have installed already).

the output that i've used based on the man page for this program is 
        ffmpeg -i myfile.avi -target vcd /tmp/vcd.mpg (taken from man page!).

Error i get is (complete output)

[EMAIL PROTECTED]:/dos$ ffmpeg -i  HopeAndGlory.avi  -target vcd /dos/vcd.mpg
ffmpeg version CVS, build 3276800, Copyright (c) 2000-2004 Fabrice Bellard
  
configuration:  --extra-cflags=-fomit-frame-pointer -DRUNTIME_CPUDETECT --build 
i486-linux-gnu --enable-gpl --enable-pp --enable-zlib --enable-vorbis 
--enable-libogg --enable-theora --enable-a52 --enable-dts --enable-dc1394 
--enable-libgsm --disable-debug --prefix=/usr
  built on Oct  4 2006 10:57:36, gcc: 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
HopeAndGlory.avi: Unknown format
[EMAIL PROTECTED]:/dos$

snippet of -formats output

[EMAIL PROTECTED]:/dos$ ffmpeg -formats
ffmpeg version CVS, build 3276800, Copyright (c) 2000-2004 Fabrice Bellard
  
configuration:  --extra-cflags=-fomit-frame-pointer -DRUNTIME_CPUDETECT --build 
i486-linux-gnu --enable-gpl --enable-pp --enable-zlib --enable-vorbis 
--enable-libogg --enable-theora --enable-a52 --enable-dts --enable-dc1394 
--enable-libgsm --disable-debug --prefix=/usr
  built on Oct  4 2006 10:57:36, gcc: 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
File formats:
  E 3g2             3gp2 format
  E 3gp             3gp format
 D  4xm             4X Technologies format
 D  RoQ             Id RoQ format
 DE ac3             raw ac3
 DE alaw            pcm A law format
 DE asf             asf format
  E asf_stream      asf format
 DE au              SUN AU Format
 DE audio_device    audio grab and output
 DE avi             avi format<<<<<--------------
  E crc             crc testing format
 D  daud            D-Cinema audio format
 D  dc1394          dc1394 A/V grab
 D  dts             raw dts
 DE dv 

hope this helps you all to provide me with guides as to where to look further.

dave.

Reply via email to