2004-03-01 14:51:28 UTC
i have these stats :
cat stream.yuv | nice -n 10 yuvscaler -M RESAMPLE -v 0 -n p | nice -n 10 mpeg2enc -S 10000 -v 0 -f 2 -K kvcd -b 1500 -q 4 -V 120 -n p -F 3 -a 3 -g 6 -G 25 -d -M 1 -D 10 -o nemo.m1v
cat stream.pcm | nice -n 10 mp2enc -v 0 -b 112 -r 44100 -s -o nemo.mpa
nice -n 10 mplayer -really-quiet -vf scale=512:288,scale=352:288,expand=352:288 -noframedrop -ao pcm -aofile stream.pcm -vo yuv4mpeg -osdlevel 0 /home/linux/movie/xxx.avi
Video Source Stats
------------------------------------------------
Width Height 512X288 Wide Screen Video
BitRate 883
FrameRate 25.000
Length 1 Hours 36 Minutes
Conversion Stats
------------------------------------------------
Width Height 352x288 Wide Screen 16:9 KVCD Video
BitRate 1500
Quantisation 4
FrameRate 25.000
Length 1 Hours 36 Minutes
Conversion done with Mplayer Version 1.0pre3
Size of Converted files
------------------------------------------------
796M nemo-KVCD1.mpg
32M nemo-KVCD2.mpg
Total Run Time -------------------> 3 Hours 5 Minutes 44 Seconds
i thought i could put 2 hours of a moie on a cd , so should i change the script , because now i use the standard script with the standard options .
thanks