Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 13th August 2008, 09:07   #41  |  Link
BleedingGums
Registered User
 
Join Date: Aug 2006
Posts: 22
@buzzqw
Oh tell me it isnt so! It's a shame beacause everything is faster with .96 and end quality is better too. You have a marvel of a program with automvk and you always work so hard and diligently on it. Thank you.

@all
Somebody that knows basic please help buzzqw exorcise the queue! Its been an issue since AutoMKV 0.23 and keeps breaking at every version. By now the poor man is almost bald. Please save the hair he has left!
BleedingGums is offline  
Old 13th August 2008, 10:56   #42  |  Link
Elpichu
Registered User
 
Join Date: Jul 2008
Posts: 22
@buzzqw

First try of the AutoMKV096b13-tad2.exe build : it works! VobSub was launched and i got the .idx and .sub files in the temp directory.
I'll try tonight with my StarWars III dvd which always ends up with messy subtitles with vsrip.
Elpichu is offline  
Old 13th August 2008, 11:01   #43  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
Glad it works

post your result when done!

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline  
Old 13th August 2008, 16:48   #44  |  Link
Taddeusz
Registered User
 
Join Date: Jan 2008
Posts: 65
Quote:
Originally Posted by buzzqw View Post
@Elpichu AND Taddeusz AND Honeyko

please try this http://www.64k.it/andres/data/a/AutoMKV096b13-tad2.exe
Ok, vobsub is running now and ripping the subs as it should. But for some reason I can't get it to burn them into the video. I've even registered the vsfilter.dll in Windows to no avail.

I see that the idx file is in the avs but for some reason it's not rendering it in the video. Any ideas?
Taddeusz is offline  
Old 13th August 2008, 19:13   #45  |  Link
Taddeusz
Registered User
 
Join Date: Jan 2008
Posts: 65
Just as a test I sent the same video through both 0.95 and 0.96 beta 13. The old version burns the subtitles as it's supposed to while the new version does not.
Taddeusz is offline  
Old 13th August 2008, 19:34   #46  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
0.95 and 0.96b13 generate the same avs script
and same script generates same output
same muxer generates some output file

what's wrong here ?

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline  
Old 13th August 2008, 20:09   #47  |  Link
Taddeusz
Registered User
 
Join Date: Jan 2008
Posts: 65
Quote:
Originally Posted by buzzqw View Post
0.95 and 0.96b13 generate the same avs script
and same script generates same output
same muxer generates some output file

what's wrong here ?

BHH
Yea, I don't know. Maybe something has changed in the newer versions of x264 that's preventing avisynth from doing the video overlay?
Taddeusz is offline  
Old 13th August 2008, 20:30   #48  |  Link
Taddeusz
Registered User
 
Join Date: Jan 2008
Posts: 65
I don't know if it would help but here are the two avs scripts. Other than the added filters in the new version I don't see any difference between the two.
Attached Files
File Type: txt movie095.avs.txt (3.1 KB, 49 views)
File Type: txt movie096.avs.txt (3.8 KB, 38 views)
Taddeusz is offline  
Old 13th August 2008, 21:35   #49  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
@Taddeusz

please make a zip an email me to me (my email in is license.txt)

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline  
Old 13th August 2008, 21:38   #50  |  Link
Taddeusz
Registered User
 
Join Date: Jan 2008
Posts: 65
Quote:
Originally Posted by buzzqw View Post
@Taddeusz

please make a zip an email me to me (my email in is license.txt)

BHH
What is it you want me to send?
Taddeusz is offline  
Old 14th August 2008, 08:30   #51  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
the full log of both encode

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline  
Old 14th August 2008, 09:36   #52  |  Link
AMED
Registered User
 
AMED's Avatar
 
Join Date: Sep 2004
Location: Auckland, New Zealand
Posts: 466
Hi Buzzqw,

i have noticed an oddity with the compression test.

I have just tried to encode Indiana Jones and the temple of doom and when it does the compression test the output fed into x264 is 700x304 which the horizontal res is not dividable by 16.



Because of this output looks like this when i either preview resmovie.avs in a media player or virtual dub, so this is what x264 is encoding as well.


This of course makes the compression test very inaccurate. I'm not sure why the compression test is not running at 720x304, maybe a typo somewhere.

resmovie.avs
Code:
..........(removed list of plugins at the top).....
#importstart

#test2

movie = mpeg2source("F:\MOVIES\temp\movie.d2v")
function getOrder(clip c) { 
order = GetParity(c) ? 1 : 0 
Return order } 
#filter1start

#test3

last=movie.Crop(2,72,716,432)
fixed_aspect = 2.357202
out_width = 700
#Aspect_Error = 2.370%
out_height = 304
#resizestart

#test4

LanczosResize(out_width,out_height)
#filter2start

#test5

function Comptest(clip c, float percent)
{
frange=floor(14./(percent/100.))
Return SelectRangeEvery(c, frange, 14)
}
Comptest(last,5)
backward_vec2 = last.MVAnalyse(isb = true, lambda = 1000, delta = 2, pel = 2, idx = 1)
backward_vec1 = last.MVAnalyse(isb = true, lambda = 1000, delta = 1, pel = 2, idx = 1)
forward_vec1 = last.MVAnalyse(isb = false, lambda = 1000, delta = 1, pel = 2, idx = 1)
forward_vec2 = last.MVAnalyse(isb = false, lambda = 1000, delta = 2, pel = 2, idx = 1)
last.MVDenoise(backward_vec2,backward_vec1,forward_vec1,forward_vec2,tht=10,thSAD=300)
log
Code:
19:23:58 0.96 public beta13  - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
19:23:58 Selected Input file:     F:\IJ_TEMPLE_OF_DOOM\VIDEO_TS\VTS_01_0.IFO
19:23:58 Selected Output dir:     F:\MOVIES\temp\
19:23:58 Selected Final Name:     IJ_TEMPLE_OF_DOOM
19:23:58 Selected Container type: MKV
19:23:58 Selected Encoder:        X264
19:23:58 Selected Size:           1/5 DVD-R / 1
19:23:58 Selected Profile:        2_Pass_Insane_Quality.xml
19:23:58 Selected Resizer:        LanczosResize / Automatic
19:23:58 Selected Filters:        NONE
19:23:58 Selected Deinterlacer:   AUTO
19:23:58 Selected Field Order:    AUTO
19:23:58 Enabled CRF/CQ AutoRes at 19 value
19:23:58 Activate PGC Ripping:    1
19:23:58 Track Language 1:        80: English (AC3 6ch, 0xBD 0x80) [0]
19:23:58 Audio Codec 1:           Nero AAC
19:23:58 Audio Quality 1:         0.35
19:23:58 Audio Channel 1:         Stereo
19:23:58 Track Language 2:        NONE
19:23:58 Audio Codec 2:           Nero AAC
19:23:59 Advanced Audio Settings DUMP Track 1
19:23:59 Nero Option Profiles:    AUTO --- Encoding Mode:   Quality
19:23:59 CCT Option Profiles:     AUTO --- Channel Options: AUTO
19:23:59 Lame Settings:           ABR
19:23:59 Audio Normalization:     1
19:23:59 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add: 
19:23:59 
19:23:59 Activate PGC processing:      PGC 1 [1:53:34:14]
19:23:59 Dgindex CMD:             F:\AutoMKV0.96beta13\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=80 -YR=2 -AIF=[F:\IJ_TEMPLE_OF_DOOM\VIDEO_TS\VTS_01_1.vob] -OF=[F:\MOVIES\temp\movie] -exit -minimize
19:25:48 D2V file size:           894864 bytes
19:25:48 Audio 1:                 movie t80 3_2ch 448kbps delay 0ms.ac3
19:25:48 Pre Audio 1' Size:       381615360 bytes
19:25:49 Applying DelayAudio of 0 to audio file: movie t80 3_2ch 448kbps delay 0ms.ac3
19:25:49 Encoding F:\MOVIES\temp\movie t80 3_2ch 448kbps delay 0ms.ac3 to NeroAAC with 0.35 quality
19:33:39 Encoded 1' Audio Track:  movie t80 3_2ch 448kbps delay 0ms.mp4 84051152 bytes
19:33:41 Number of Frames:        170364
19:33:41 Framerate:               25.000000
19:33:41 Movie length in Seconds: 6815
19:33:41 Movie Width/Height:      720/576
19:33:41 DgIndex AR:              16:9
19:36:22 Source is declared tff by a margin of 109/66.
19:36:22 Advanced Deinterlace Routines Log
19:36:22 Analyzed 765 sections of five frames
19:36:22 Found Interlace Sections:  8 1.05%
19:36:22 Found Progressive Sections:756 98.82%
19:36:22 Found Telecined Sections:  1 0.13%
19:36:22 Found Zero  Mov:  98.82%         756
19:36:22 Found One   Mov:  0.00%         0
19:36:22 Found Two   Mov:  0.13%         1
19:36:22 Found Three Mov:  0.52%         4
19:36:22 Found Four  Mov:  0.13%         1
19:36:22 Found Five  Mov:  0.39%         3
19:36:22 The Movie is declared to progressive
19:36:22 Starting X264 AutoResize with WIDTH of Automatic and wanted size of 933232640 bytes
19:36:22 CRF encoding X264:       F:\AutoMKV0.96beta13\exe\encoder\x264.exe --pass 1 --crf 19 --stats "F:\MOVIES\temp\.stats" --progress --keyint 250 --bframes 16 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --mixed-refs --trellis 2 --ref 16 --filter -2,-1 --subme 6 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me umh --pre-scenecut --psy-rd 1.0 --no-ssim --level 4.1 --merange 32 --weightb --b-adapt 2 --b-pyramid --b-rdo --bime --partitions p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --aq-mode 2 --aq-strength 0.80  --sar 1:1  --output "F:\MOVIES\temp\resmovie.mp4" "F:\MOVIES\temp\resmovie.avs"
20:06:03 Finished Autosize procedure
20:06:03 Tested total movie:      5%
20:06:03 AutoResize movie size:   89169058 bytes
20:06:03 Movie Width suggested:   544 value based on sample size (75.56% of original width)
20:06:03 Starting  X264
20:06:03 Command Line 1' Pass X264: F:\AutoMKV0.96beta13\exe\encoder\x264.exe --pass 1 --bitrate 991 --stats "F:\MOVIES\temp\.stats" --ref 1 --progress --keyint 250 --bframes 16 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --filter -2,-1 --subme 2 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me dia --pre-scenecut --psy-rd 1.0 --no-ssim --level 4.1 --merange 32 --b-adapt 2 --b-pyramid --partitions none --threads auto --thread-input --aq-mode 2 --aq-strength 0.80  --sar 1:1  --output NUL "F:\MOVIES\temp\movie.avs"
20:06:03 Command Line 2' Pass X264: F:\AutoMKV0.96beta13\exe\encoder\x264.exe --pass 2 --bitrate 991 --stats "F:\MOVIES\temp\.stats" --progress --keyint 250 --bframes 16 --qpmin 10 --qpmax 51 --no-psnr --no-fast-pskip --mixed-refs --trellis 2 --ref 16 --filter -2,-1 --subme 6 --direct auto --vbv-bufsize 14000 --vbv-maxrate 25000 --me umh --pre-scenecut --psy-rd 1.0 --no-ssim --level 4.1 --merange 32 --weightb --b-adapt 2 --b-pyramid --b-rdo --bime --partitions p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input --aq-mode 2 --aq-strength 0.80  --sar 1:1  --output "F:\MOVIES\temp\movie.264" "F:\MOVIES\temp\movie.avs"
__________________
A Man Eating Duck
AMED is offline  
Old 14th August 2008, 10:09   #53  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
@AMED

got it, thanks, fixed in next beta 14 http://www.64k.it/andres/data/a/AutoMKV096b14.exe

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline  
Old 14th August 2008, 10:12   #54  |  Link
AMED
Registered User
 
AMED's Avatar
 
Join Date: Sep 2004
Location: Auckland, New Zealand
Posts: 466
Thanks Buzzqw,

your way to quick

I'll give it a test now

Also with your source code, will you be able to add the missing .pbv for the gui?
__________________
A Man Eating Duck
AMED is offline  
Old 14th August 2008, 10:25   #55  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
ops.. sorry i haven't it

i can suggest to use gDesign (for recover from source code )

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline  
Old 14th August 2008, 10:32   #56  |  Link
Elpichu
Registered User
 
Join Date: Jul 2008
Posts: 22
I tried Star Wars III and it's ok with the sub ripping using vobsub, and sub muxing in final mkv file.
But subs are still desynched from movie (like it did with vsrip). At the begining of the movie I see the subs that should be in the middle of it.
Elpichu is offline  
Old 14th August 2008, 10:33   #57  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
@Elpichu

sorry pal, i cannot do more. i sugget to check and modify the timing using somw subtitles tools

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline  
Old 14th August 2008, 10:36   #58  |  Link
Elpichu
Registered User
 
Join Date: Jul 2008
Posts: 22
@buzzqw

Yes i'll try that, and it's not an AutoMKV bug anyway
Thanks for the good work !
Elpichu is offline  
Old 14th August 2008, 17:24   #59  |  Link
Chengbin
Registered User
 
Join Date: Oct 2007
Posts: 1,060
Update, I tried resizing with hybridfuqq on another computer and it doesn't work as well. Can anybody use it?

How come the beta 14's file size is 200KB smaller? The interface looks uglier as well with the colour gray filling up empty spots unlike the colour white used in previous versions.

Last edited by Chengbin; 14th August 2008 at 17:28.
Chengbin is offline  
Old 14th August 2008, 17:40   #60  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
@Chengbin

maybe i campiled without skin support, nothing to be problem

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline  
Closed Thread

Tags
automkv, mpeg4 gui, x264, xvid

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 22:08.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.