Quantcast FFmpeg: KDVD in FFmpeg - digitalFAQ.com Forums [Archives]
  #1  
11-17-2003, 11:48 AM
Fl0ppy Fl0ppy is offline
Free Member
 
Join Date: May 2003
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
===============================================
#!/bin/sh

if [ ! "$2" ]; then
echo "Use: kdvd filenameinput filenameoutput"
exit
fi

ffmpeg -i "$1" \
-f vob \
-vcodec mpeg2video \
-bf 2 \
-ab 224 \
-mbd 2 \
-g 15 \
-aspect 16:9 \
-b 3300
-maxrate 5000 \
-minrate 300 \
-bufsize 1835 \
-strict 1 \
-qcomp 0.5 \
-intra_matrix "8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,
37,12,14,18,27,29,34,37,38,22,26,27,31,36,
37,38,40,26,27,31,36,37,38,40,48,27,29,34,
37,38,40,48,58,29,34,37,38,40,48,58,69,34,
37,38,40,48,58,69,79" \
-inter_matrix "16,18,20,22,24,26,28,30,18,20,22,24,26,28,
30,32,20,22,24,26,28,30,32,34,22,24,26,30,
32,32,34,36,24,26,28,32,34,34,36,38,26,28,
30,32,34,36,38,40,28,30,32,34,36,38,42,42,
30,32,34,36,38,40,42,44" \
-s 720x576 \
"$2"

==============================================
copy + paste and save as kdvd.sh.
fixed: "added -b 3300"
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
11-17-2003, 05:36 PM
Razorblade2000 Razorblade2000 is offline
Free Member
 
Join Date: Aug 2002
Posts: 323
Thanks: 0
Thanked 0 Times in 0 Posts
fixed bitrate?
Reply With Quote
  #3  
11-18-2003, 06:25 PM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
Looking good... How is MPEG2 doing in ffmpeg? Any comments about quality/compatibility?
Reply With Quote
  #4  
11-19-2003, 04:53 AM
Razorblade2000 Razorblade2000 is offline
Free Member
 
Join Date: Aug 2002
Posts: 323
Thanks: 0
Thanked 0 Times in 0 Posts
I remember myself liking it...
was quite nice to look at as far as i can remember
Reply With Quote
  #5  
11-23-2003, 09:24 AM
Fl0ppy Fl0ppy is offline
Free Member
 
Join Date: May 2003
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by vmesquita
Looking good... How is MPEG2 doing in ffmpeg? Any comments about quality/compatibility?
Better than CCE, and really faster, +50fps.
And 100%compatible with DVDauthoing, like tmpgdvdautghor, dvd lab, atc...
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
FFMPEG: Do ffvfw and mencoder/ffmpeg give the same results? Razorblade2000 Video Encoding and Conversion 4 02-06-2004 04:23 PM
FFMPEG: Mencoder/ffmpeg aspect-ratio tetra Video Encoding and Conversion 10 12-11-2003 11:19 AM
FFMPEG: New script encode2kvcd using ffmpeg/mencoder el_mozo Video Encoding and Conversion 4 11-27-2003 07:25 AM
FFMPEG: Encoding Audio: toolame,mp2enc or ffmpeg Razorblade2000 Video Encoding and Conversion 0 10-18-2003 03:04 PM
FFMPEG: Letterboxing with ffmpeg (aspect ratio) el_mozo Video Encoding and Conversion 16 10-14-2003 03:53 PM

Thread Tools



 
All times are GMT -5. The time now is 09:39 AM  —  vBulletin © Jelsoft Enterprises Ltd