Log in

View Full Version : Playback Issues On 360


ABOOABOO
28th May 2007, 12:03
Below are the instructions that i have followed but when i play the final result on the 360 its laggy/juttery

i have burnt onto the a dual layer disc udf as always do

anybody else experience this

STEP 1: Rip HD-DVD
Use AnyDVD HD or BackupHDDVD or DVDFab HD Decrypter to rip the contents of your HD-DVD to your Hard Disk.

STEP 2: Demux main EVO files
In this step, you will demux the EVO files previously ripped into namely DD+ audio and VC-1 video.
Open EVO Demux and select the “Options” tab. Specify the following extensions respectively for video, audio and subtitles: vc1, ddp and sup. Then make sure “Count Frames” and “Continue with second EVO” are checked. Next, chose the “Status” tab, browse to and select your first main EVO file. Your file will first be analyzed and the total number of “calculated frames” will appear at the bottom. Write this number down.

STEP 3: Create GRF file for the VC-1 video file using the following sequence of filters in graphedit:

File Async(Video_Source.vc1) > Sonic HD Demuxer > Sonic Cinemaster VideoDecoder 4.2

(Save the file as Video_Only.grf for example.)

STEP 4: Create the corresponding Avisynth script file:

Directshowsource("C:\Path to\Video_Only.grf", fps=23.976, audio=false, seekzero=false, seek=true, framecount=xxxx)

where you should replace "xxxx" with the total amount of calculated frames obtained from EVO Demux. (Save the file as Video_Only.avs for example.)

STEP 5: Create the batch file containing the complete transcoding process detailed below

eac3to.exe "C:\Path to\Audio_Source.ddp" "C:\Path to\output.wav"
tranzcode.exe "C:\Path to\output.wav"
wavavimux -o audio.avi -iwav 6 output-FL.wav output-FR.wav output-C.wav output-LFE.wav output-SL.wav output-SR.wav -mask 63
cscript.exe "C:\Program Files\Windows Media Components\Encoder\wmcmd.vbs" -input "C:\Path to\Video_Only.avs" -a_input "C:\Path to\audio.avi" -output "C:\Path to\output.wmv" -v_bframedist 1 -v_bdeltaqp 1 -v_mslevel 1 -v_codec wvc1 -v_keydist 3 -v_mode 2 -v_quality 96 -v_mmatch 0 -v_msrange 0 -v_performance 20 -v_loopfilter 1 -a_codec wmapro -a_setting 384_48_6_16