[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: making a (s)vcd



On Mon, Feb 20, 2006 at 06:15:57PM -0500, Rick Pasotto wrote:
> I have a 700M avi file that I'd like to put on a (s)vcd. When I run

[snip]

> Is it possible to make a (s)vcd from a 700M avi file?

I use the following, which produces two VCDs from a 700M avi, IIRC:

echo "maxFileSize = 795" > size.txt

transcode -i $INFILE -V -x mplayer -y mpeg2enc,mp2enc \
        -F 1 -Z 352x288 --export_asr 2 -E 44100 -b 224 -o filevcd

tcmplex -i filevcd.m1v -p filevcd.mpa -o filevcd.mpg -m v -F ./size.txt

vcdimager -t vcd2 -c filevcd.cue -b filevcd.bin filevcd00.mpg

It can be burnt with:

cdrdao write --driver generic-mmc --speed 4 filevcd.cue

Cheers,

Paul

-- 
Paul Dwerryhouse				| PGP Key ID: 0x6B91B584
========================================================================
Installing Debian Sarge with software RAID:
http://nepotismia.com/debian/raidinstall/



Reply to: