digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   FFMPEG: Everything works perfect now! (http://www.digitalfaq.com/archives/encode/5971-ffmpeg-works-perfect.html)

Razorblade2000 10-05-2003 06:39 AM

Everything works perfect now!
 
I had an old avi File of a "Bud Spencer" movie which I wanted to have on XVCD:

encoding via:
ffmpeg -i '/windows/H/SpencerHill/Bud Spencer & Terence Hill - Das Krokodil Und Sein Nilpferd.avi' -s 352x288 -r 25 -an -b 1024 -minrate 300 -maxrate 2500 -f vcd -g 25 -bf 2 -pass 1 '/windows/E/BS.mpg' && ffmpeg -i '/windows/H/SpencerHill/Bud Spencer & Terence Hill - Das Krokodil Und Sein Nilpferd.avi' -s 352x288 -r 25 -ac 2 -ar 44100 -ab 112 -b 1024 -minrate 300 -maxrate 2500 -y -f vcd -g 25 -bf 2 -pass 2 '/windows/E/BS.mpg'

(GOP of 25 and 2 B Frames!!!!)


then:
vcdimager -v -c '/windows/E/BS.cue' -b '/windows/E/BS.bin' '/windows/E/BS.mpg'
(made an image)

then:
cdrdao write --driver generic-mmc '/windows/E/BS.cue'
(burned to cd... he burned at 40x which caused some buffer underruns... how can I determine the speed?)


So I could actually du this:
ffmpeg -i '/windows/H/SpencerHill/Bud Spencer & Terence Hill - Das Krokodil Und Sein Nilpferd.avi' -s 352x288 -r 25 -an -b 1024 -minrate 300 -maxrate 2500 -f vcd -g 25 -bf 2 -pass 1 '/windows/E/BS.mpg' && ffmpeg -i '/windows/H/SpencerHill/Bud Spencer & Terence Hill - Das Krokodil Und Sein Nilpferd.avi' -s 352x288 -r 25 -ac 2 -ar 44100 -ab 112 -b 1024 -minrate 300 -maxrate 2500 -y -f vcd -g 25 -bf 2 -pass 2 '/windows/E/BS.mpg' && vcdimager -v -c '/windows/E/BS.cue' -b '/windows/E/BS.bin' '/windows/E/BS.mpg' && cdrdao write --driver generic-mmc '/windows/E/BS.cue'

--> put in cd and have him encode the video, make an image and burn this image without me doing something!!!!!!

japie 10-06-2003 03:26 AM

Re: Everything works perfect now!
 
Quote:

Originally Posted by Razorblade2000
(GOP of 25 and 2 B Frames!!!!)

Cool! finaly suxes, I still have no luck in adding kvcd matrix but xvcd works as it seems.
Quote:

Originally Posted by Razorblade2000
how can I determine the speed?)

--speed 32 (or whatever you want)

Razorblade2000 10-06-2003 06:29 AM

Quote:

--speed 32 (or whatever you want)
ok... already found that out too... :D


The Quality is really nice... even from bad avi sources :D

The only REAL problem remaining is the aspect ratio problem :?


All times are GMT -5. The time now is 04:45 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.