Quantcast Mencoder: Hybrid - digitalFAQ.com Forums [Archives]
  #1  
06-14-2004, 09:04 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
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
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  
06-15-2004, 03:18 AM
Koekies Koekies is offline
Free Member
 
Join Date: May 2004
Location: Amsterdam
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #3  
06-15-2004, 03:29 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
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 ). 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.
Reply With Quote
  #4  
06-15-2004, 11:46 AM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #5  
06-15-2004, 12:44 PM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
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
Reply With Quote
  #6  
06-16-2004, 05:39 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Decomb 2.5.1 and hybrid clips J-Wo Avisynth Scripting 17 07-31-2004 01:47 AM
dvd shrink no compression on a hybrid dvd ? bigggt Video Encoding and Conversion 4 06-14-2004 09:01 PM
Mencoder: Latest CVS Snapshot Mencoder Builds incredible Video Encoding and Conversion 36 06-02-2004 02:00 PM
Mencoder: Changing/Setting field order in mencoder tuco1979 Video Encoding and Conversion 1 04-17-2004 09:06 AM
DVD2AVI: Having trouble with hybrid movie audioslave Video Encoding and Conversion 6 06-19-2003 01:55 PM

Thread Tools



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