10moy2014
i threw a video at ubuntu's bombomo to make a dvd and the default results were horrible. When i tried to play it on a dvd player the video kept stuttering and played real choppy.
bombono-dvd uses avconv ffmpegs replacement but some one forgot to tell bombono and ffmpeg to use the correct frame rate [-r 30000/1001].
since the frame rate in avconv was wrong the videos played poorly on a dvd player when burned to dvd.but worked okay on my computer. the only way to really test things was to burn a copy.
In part_3:i used [-qscale 3] to get the video small enough to fit a dvd. and the quality was not that bad for a standerd def tv.
the qblur settings and other settings are because the original source video was a mp4 before i turned it into a avi and then finaly a mpeg2 for a dvd. the blur settings i think are something i have seen in avidemux.
give avconv and bombono a try to make a dvd. ymmv. i like the gui of bombono dvd. your milage may verry.
bombono dvd has a better looking gui than DVDstyler
part 2:::::::::::::::::::::::::::::::::::::::hunger games.
aspect
4:3 tv/crt DVD.
aspect
[16:9 lcd] laptop..
CODE:
$ nice -n 19 ffmpeg \
-i unpacked_-_The_Hunger_Games_[2012]_DVDRip_XviD-MAXSPEED-.avi\
-acodec AC3 -async 48000 \
-aspect 16:9 -target ntsc-dvd -r 30000/1001 -ab 192k -maxrate 4224k -b:v 3700k -sc_threshold 40 \
-mbd rd -precmp 0 -cmp 2 -subcmp 2 -qblur 0.5 -qcomp 0.60 -s 720x350 -vf pad=720:480:0:65: -qmin 3 -qmax 5 \
foo_dvd_854SDL_720x350xxi480_dvd_created_newvid.mpg
############
#**** sd standerd dvd is 720x480 def.
####################
ubuntu 14.04 ffmpeg built from source **********fuck ubuntu avconv**********
part3::::::::::::::::::::::::::::::::::::::::::::::::::::::edge of tomorrow.
****---( remove -acodec AC3 )----*****
+++---[ its -acodec ac3 ]------++++++
aspect 4:3 tv/crt DVD.
aspect [16:9 lcd] laptop..
CODE:
$ nice -n 19 ./ffmpeg \
-i unpk,,Edge_of_Tomorrow_[2014]2014_[640x272],,REAL_DVD-plyXD,,gop240[q3,,trell0.AVI \
-taget ntsc-dvd \
-r 30000/1001 \
-acodec ac3 \
-b 6000000 -maxrate 8000000 -minrate 0 -bufsize 1835008 -packetsize 2048 -muxrate 10080000 \
-async 48000 \
-aspect 16:9 -ab 192K -b:v 3700K -sc_threshold 40 \
-mbd rd -precmp 0 -cmp 2 -subcmp 2 -qblur 0.5 -qcomp 0.60 \
-s 720x480 -vf scale=720:364,pad=720:480:0:58:black -qscale 3 \
foo_dvd_854SDL_720x350xxi480_ntsc-dvd_[30000div1001]_vidnew.mpg
#######################