digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Mencoder: Hybrid (http://www.digitalfaq.com/archives/encode/10293-mencoder-hybrid.html)

bigggt 06-14-2004 09:04 PM

hybrid
 
OK i know this has been gone over before but i thought maybe with mencoder it could be different wiht pullup or something

The source is dvd family guy episodes(like the simpsons)

some are perfect progressive while others are mixed ntsc and ntsc film

I have tried numerous times with tmpge and different scripts to back up thess dvds but so far no luck would pullup finally get the job done

this is my .bat file can somneone put in pullup or whatever needs to be done

Code:

"C:\Packshot\mencoder.exe" -of rawvideo -sws 9 -noskip -nosound -noaspect -noautoexpand -vf yuvcsp,scale=720:480::0:9,crop=704:480:8:0,expand=704:480:0:0 -ovc lavc -lavcopts vcodec=mpeg2video:vrc_eq=tex:vmax_b_frames=2:preme=2:precmp=2:vstrict=-1:scplx_mask=0.3:vqblur=0:mbqmin=1:vqmin=1:lmin=0.01:vpass=1:vrc_buf_size=1835:vbitrate=2806496:vrc_maxrate=6000:aspect=1.3333:autoaspect=1:keyint=18: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,29,36,39,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 -ofps 23.976 "C:\FAMILYGUY_V2_D1\VIDEO_TS\VTS_03_1.VOB" -o "C:\Video Encoding\tttttttttttttttttttt.m2v"
"C:\Packshot\mencoder.exe" -of rawvideo -sws 9 -noskip -nosound -noaspect -noautoexpand -vf yuvcsp,scale=720:480::0:9,crop=704:480:8:0,expand=704:480:0:0 -ovc lavc -lavcopts vcodec=mpeg2video:vrc_eq=tex:vmax_b_frames=2:preme=2:precmp=2:vstrict=-1:scplx_mask=0.3:vqblur=0:mbqmin=1:vqmin=1:lmin=0.01:vpass=2:vrc_buf_size=1835:vbitrate=2806496:vrc_maxrate=6000:aspect=1.3333:autoaspect=1:keyint=18: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,29,36,39,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 -ofps 23.976 "C:\FAMILYGUY_V2_D1\VIDEO_TS\VTS_03_1.VOB" -o "C:\Video Encoding\tttttttttttttttttttt.m2v"
 
"C:\Packshot\engines\PULLDOWN.EXE" "C:\Video Encoding\tttttttttttttttttttt.m2v" "C:\Video Encoding\tttttttttttttttttttt.pulld.m2v"
 
"C:\Packshot\engines\BeSweet.exe" -core( -input "C:\FAMILYGUY_V2_D1\VIDEO_TS\VTS_03_1.VOB" -output "C:\Video Encoding\tttttttttttttttttttt.1.mp2" -substream 0x80 ) -azid( -s dplii -L -3db) -mp2enc( -m s -p 2 -b 128 -e )

thanx

Koekies 06-15-2004 03:18 AM

I use sws=2 and put pullup,softskip right after yuvcsp so it would look something like this.

BATFILE
Code:

"C:\Packshot\mencoder.exe" -include kvcd.conf -lavcopts vbitrate=2806496:vpass=1 "C:\FAMILYGUY_V2_D1\VIDEO_TS\VTS_03_1.VOB" -o "C:\Video Encoding\tttttttttttttttttttt.m2v"
"C:\Packshot\mencoder.exe" -include kvcd.conf -lavcopts vbitrate=2806496:vpass=2 "C:\FAMILYGUY_V2_D1\VIDEO_TS\VTS_03_1.VOB" -o "C:\Video Encoding\tttttttttttttttttttt.m2v"
"C:\Packshot\engines\PULLDOWN.EXE" "C:\Video Encoding\tttttttttttttttttttt.m2v" "C:\Video Encoding\tttttttttttttttttttt.pulld.m2v"
"C:\Packshot\engines\BeSweet.exe" -core( -input "C:\FAMILYGUY_V2_D1\VIDEO_TS\VTS_03_1.VOB" -output "C:\Video Encoding\tttttttttttttttttttt.1.mp2" -substream 0x80 ) -azid( -s dplii -L -3db) -mp2enc( -m s -p 2 -b 128 -e )

Your bitrate is really high :P (use calcumatic to get the right value)

CONFFILE
Code:

vf=yuvcsp,pullup,softskip,scale=720:480:0:0:60,crop=704:480:8:0,...insert some filters here...,expand=704:480
of=rawvideo=1
sws=2
nosound=1

lavcopts=vcodec=mpeg2video:vstrict=-1:vmax_b_frames=2:vrc_maxrate=6000:aspect=4/3:keyint=18:vrc_buf_size=1835:autoaspect=1:preme=2:precmp=2:vrc_eq=tex:scplx_mask=0.3:vqblur=0:mbqmin=1:vqmin=1:lmin=0.01: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,29,36,39,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
ofps 23.976


incredible 06-15-2004 03:29 AM

I still see that Packshot (and also mencodeMe) do output a "autoaspect=1" in the line, and as Phil found out that this screws up the correct scaling I will fix that ( a little bug).

Leave the Packshot output line as it is and "Try" this as -vf part:

Code:

-vf yuvcsp,softpulldown,pullup,softskip,scale=720:480::0:9,crop=704:480:8:0,expand=704:480:0:0
The very high AVG resulted out of that you didnt calculated the right AVG in Packshots bitratecalculator before! ;-) Packshots Bitratecalculator uses the same calculation (based on Kwag) like CQmatic, so the results are the same

Do leave - sws as it is (first) and do check on another encoding if - sws 2 really gives an advantage for yourself .... as in here it seems some users end up better in their unique settings (typical mencoder :lol: ). I for myself and Kwag too, we got better outputs when - sws 9 is used

Some users dont see the new "adding" of packshot beta, tht you just can output the commanldine as "commandline only" which allows easely to insert special filtersettings and tweaking etc. like the workout above.

bigggt 06-15-2004 11:46 AM

Thanx guys just on my lunch hour so i will try tonight,little confused but anyway


also the bitrate was supossed to be 2500,don't know what happened

incredible 06-15-2004 12:44 PM

Is that bat file generated out of a state in packhot where you did load settings? (just for personal interest)
As I everytime get the right settet AVG Bitrate stored in my bat files

bigggt 06-16-2004 05:39 PM

Hello guys and thanx for the replies i think i got it going OK but stil lwould like to know is will pullup do a hybrid clip correctly

Thanx


All times are GMT -5. The time now is 07:53 AM  —  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.