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 September 2007, 07:16   #3381  |  Link
DIEGO7-5
Registered User
 
Join Date: Jun 2007
Location: Germany
Posts: 92
Try using the trim function in preview. Itīs on the "Advanced Settings" tab.
DIEGO7-5 is offline  
Old 13th September 2007, 08:03   #3382  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
the trim in preview panel is for cutting last part of video

you can also use the "Last line avs script" and write Trim(1500,5000) ... for example

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 September 2007, 15:14   #3383  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
Update 0.90!

please referr to first post for download link

0.90 Full Package 13/09/2007
ADDED: PGCDemux and DvdDecrypter support. Reworked how episodic dvd is engaged.
1) FIRST CASE: WORKING WITH DVD TO RIP
the ripping will be done by dvddecrypter, in case of "difficult" ripping i suggest to use ripit4me or dvdfabdecrypter (after this you can mount the iso to simulate "dvd to rip")
On PGC list select your pgc (episode) and DVDDecrypter will rip only this pgc
2) SECOND CASE: WORKING ON DVD ALREADY RIPPED (laying on hd)
If selected the first pgc, dgindex will start directly, else PGCDemux will "demux" the selected pgc and this will be used for encoding
Don't strip audio from dvd or dgindex will be fouled when demuxing audio tracks!
ADDED: CFilter folder in \exe folder. In this folder put plugin that need LoadCPlugin (like yadif)
ADDED: VirtualDubPlugins in \exe folder. In this folder put VirtualDub plugins that want to load (example DeLogo.vdf). The filter will be loaded as this (for example) LoadVirtualDubPlugin("c:\VirtualDub-1_4_10\plugins\delogo.vdf","delogo"), attention to filter name "delogo". The filter name is based on plugin name!. So if plugin is called "awesome_deinterlacer.vdf" the filter will de called "awesome_deinterlacer". To use DeLogo plugin (and other virtualdub plugins) remember to converto rgb32 before. like this ConvertToRGB32.delogo(1, "500-999", "D:/2.bmp", "D:/2.bmp", "D:/1.bmp", "D:/2.bmp", 34, 56, 0,0).ConvertToyv12(interlaced=true) , apply this string to Last line avs string or base.avs
ADDED: If .chunks is present in original folder, before launching VSrip these file will be deleted (suggestion by vOjToL)
ADDED: In Xvid Status encoding the total time estimated and % of worked frames (suggestion by connex)
ADDED: Even in xvid 2 pass encoding the average bitrate is displayed in window
ADDED: FFmpegSource to queue saving
ADDED: DGDecode_Deblock in Advanced Profile Editing
ADDED: More X264 profiles, made by Kurtnoise13 PD_Apple_iPhone.xml,PD_Apple_TV.xml,PD-ATV.xml,PD-iPhone.xml,PD-Archos605.xml
ADDED: MVDegrain1
ADDED: MP4 as allowed audio input (suggestion by tha_reaper)
ADDED: In X264 encoding window the bitrate (suggestion by bleedingum)
ADDED: In Advanced Audio Options the possibility to encode with SoundOut with OGG/FLAC/WAV Extended/MP2
ADDED: In log the use of Specify Quality and Specify Bitrate
ADDED: Workaround for "Field Order Transition Detected" on Dgindex. The d2v is now checked against TFM and if movie-fixed.d2v is generated, then AutoMKV will use it
ADDED: Check , in Advanced profile editing, for allowing third pass with x264 (suggestion by 3ngel)
ADDED: In Advanced Settings "Hide Subs". This option is to use only for mkv container and will force player to not show subtitle
ADDED: Option to force first pass with the same value as second pass. Check "HQ first pass" in Advanced profile editing (suggestion by 3ngel)
ADDED: XviD_Sap_Scure to use for SAP compatibility when dealing with high compressibility source
FIXED: Using preview with d2v with HD movie (thanks to bisdelf)
FIXED: Spelling (thanks to InorganicMatter)
FIXED: X264 profile and use of deadzone-intra/inter (thanks to peter_h)
FIXED: Using the preview without filter enabled (thanks to edwardt)
FIXED: Missing parsing of Width parameter for x264 profiles
FIXED: No more need to copy ffmpeg libraries, libsndfile-1.dll or fftw3.dll in \windows\system32. Anyway is always preferred to copy these dll.
FIXED: AutoMKV will wrongly apply TFM/TDecimate on avi input. (thanks to AC84)
FIXED: In 2 pass encoding the default subme for first pass is now 2, look here http://forum.doom9.org/showthread.ph...85#post1035385
FIXED: Muxing problem using MP4Box and long path
FIXED: Reporting of wrong size of muxed file when container is MP4 (thanks to delacroixp)
FIXED: Title muxing when using Avi container and VirtualdubMod muxer
FIXED: Preview using ifo as input (thanks to DIEGO7-5)
FIXED: In log the report of a second pass when using Quality Mode (thanks to jellyfish2002)
FIXED: Erroneus splitting in many and more parts (beta fix)
FIXED: By default the encoding status is no more displayed. This will bring more speed to encoding and if wanted in Advanced profile editing is possible to enable it
FIXED: The deinterlacer status is not displayed. This will bring a more faster analysis and a more secure results.
FIXED: Custom BAT for audio encoding. Now is passed the Destination directory as variable. Look at custom_mp2.bat and custom_besweet.bat in \besweet folder
REMOVED: Vstrip, DVDFabDecrypter
UPDATE: MVTools to 1.8.4, mt_masktools to 2.0 alpha 32, update NicAudio (13/08/2007), PS3.xml and X264 profiles like 1_Pass_High Performance.xml, 2_Pass_Balanced.xml,2_Pass_Better_Quality.xml (http://forum.doom9.org/showthread.ph...09#post1035509), XviD profiles,Mktoolnix to 2.1.0, BAutoDeint thanks to Andreas Kuhlen, DGindex 1.5.0b1, xvid_encraw 31/08/2007, MediaInfo 0.7.5.2, ColorMatrix 2.2, FFmpegSource 1.11, dgmpgdec 150b2,x264 r675

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 September 2007, 17:01   #3384  |  Link
ryc0203
Registered User
 
ryc0203's Avatar
 
Join Date: Jan 2007
Location: Chile
Posts: 52
@buzzqw
Thanks for 0.90 Full
ryc0203 is offline  
Old 13th September 2007, 17:03   #3385  |  Link
pieraz
Registered User
 
Join Date: Jul 2007
Posts: 2
thank you buzzqw
pieraz is offline  
Old 13th September 2007, 17:09   #3386  |  Link
zacoz
Guest
 
Posts: n/a
Thanks buzzqw. Was just about to start a series encode, so will download 0.90 and give it a run
 
Old 13th September 2007, 19:31   #3387  |  Link
weaver4
Registered User
 
Join Date: Jun 2005
Posts: 925
thanks buzz,

I was wondering if the new Apple profiles for the apple tv and ipod will actually play on the apple tv? Strange question but I remember something a few months ago that they wouldn't; something about a package problem I think.
weaver4 is offline  
Old 13th September 2007, 19:35   #3388  |  Link
weaver4
Registered User
 
Join Date: Jun 2005
Posts: 925
Also their was that problem with BAutoDeInt.exe errors. Were those fixed?
weaver4 is offline  
Old 13th September 2007, 19:56   #3389  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
@weaver4
Quote:
I was wondering if the new Apple profiles for the apple tv and ipod will actually play on the apple tv
i havn't an apple tv.. so.. don't know!

Quote:
Also their was that problem with BAutoDeInt.exe errors. Were those fixed?
i am positive. i changed the way bautodeint is launched and used.. so.. yes, i "hope" is fixed

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 September 2007, 22:36   #3390  |  Link
AMED
Registered User
 
AMED's Avatar
 
Join Date: Sep 2004
Location: Auckland, New Zealand
Posts: 466
I'm still having crashing problems if the show enc stats is unchecked. I tried v0.90 out on my work computer running vista (previously is was using my home computer running XP SP2) and here is the crash log that happens a few seconds into the first pass of the encode.

Code:
Problem signature:
  Problem Event Name:	APPCRASH
  Application Name:	AutoMKV090.exe
  Application Version:	0.89.0.0
  Application Timestamp:	46e934f7
  Fault Module Name:	AutoMKV090.exe
  Fault Module Version:	0.89.0.0
  Fault Module Timestamp:	46e934f7
  Exception Code:	c0000005
  Exception Offset:	000b9b0b
  OS Version:	6.0.6000.2.0.0.256.6
  Locale ID:	5129
Code:
10:23:17 0.90  - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
10:23:17 Selected Input file:     F:\DVD\DVD\VIDEO_TS\VTS_01_0.IFO
10:23:17 Selected Output dir:     F:\DVD\DVD\temp\
10:23:17 Selected Final Name:     VTS_01_0
10:23:17 Selected Container type: MKV
10:23:17 Selected Encoder:        X264
10:23:17 Selected Size:           30 / 1
10:23:17 Selected Profile:        2_Pass_Extreme_Quality.xml
10:23:17 Selected Resizer:        Lanczosmtplus / Automatic
10:23:17 Selected Filters:        RemoveGrain(mode=2)
10:23:17 Selected Deinterlacer:   AUTO
10:23:17 Selected Field Order:    AUTO
10:23:17 NeroAACEnc.exe:          not present
10:23:17 Track Language 1:        English (AC3 2ch, 0xBD 0x80) [0]
10:23:17 Audio Codec 1:           Copy Original
10:23:17 Audio Quality 1:         3
10:23:17 Audio Channel 1:         Stereo
10:23:17 Advanced Audio Settings DUMP Track 1
10:23:17 Nero Option Profiles:    AUTO --- Encoding Mode:   Quality
10:23:17 CCT Option Profiles:     AUTO --- Channel Options: AUTO
10:23:17 Lame Settings:           ABR
10:23:17 Audio Normalization:     1
10:23:17 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add: 
10:23:17 Advanced Audio Settings DUMP Track 2
10:23:17 Nero Option Profiles:    AUTO --- Encoding Mode:   Quality
10:23:17 CCT Option Profiles:     AUTO --- Channel Options: AUTO
10:23:17 Lame Settings:           ABR
10:23:17 Audio Normalization:     1
10:23:17 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add: 
10:23:17 
10:23:17 Starting Indexing
10:23:17 Dgindex CMD:             F:\AutoMKV090_NORIP\exe\dgindex\dgindex.exe -FO=0 -OM=1 -TN=1 -YR=2 -AIF=[F:\DVD\DVD\VIDEO_TS\VTS_01_1.vob] -OF=[F:\DVD\DVD\temp\movie] -exit -minimize
10:23:44 Finished indexing
10:23:44 D2V file size:           62302
10:23:44 Starting fixing audio delay on track number 1
10:23:44 DelayCut CMD:            F:\AutoMKV090_NORIP\exe\dgindex\Delaycut.exe -auto -out "F:\DVD\DVD\temp\fixed1.ac3" "F:\DVD\DVD\temp\movie T01 2_0ch 192Kbps DELAY 0ms.ac3"
10:23:44 Original 1 Audio Size:   12549888 bytes
10:23:45 Fixed 1' Audio Size:     12549888 bytes
10:23:45 Finished fixing audio delay
10:23:45 Renamed file fixed1.ac3 to audio.ac3
10:23:45 Encoded 1' Audio Track:  12549888 bytes
10:23:51 Number of Frames:        13072
10:23:51 Framerate:               25.000000
10:23:51 Movie length in Seconds: 523
10:23:51 Movie Width/Height:      720/576
10:23:51 DgIndex AR:              4:3
10:23:53 Starting X264 AutoResize with WIDTH of Automatic and wanted size of 31457280 bytes
10:23:53 CRF encoding X264:       F:\AutoMKV090_NORIP\exe\encoder\x264.exe --pass 1 --crf 18 --stats "F:\DVD\DVD\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 12 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input  --output "F:\DVD\DVD\temp\resmovie.mp4" "F:\DVD\DVD\temp\resmovie.avs"
10:26:14 Finished Autosize procedure
10:26:14 Tested total movie:      5%
10:26:14 AutoResize movie size:   11449467 bytes
10:26:14 Movie Width suggested:   96 value based on sample size (13.33% of original width)
10:26:14 Starting  X264
10:26:14 Command Line 1' Pass X264: F:\AutoMKV090_NORIP\exe\encoder\x264.exe --pass 1 --bitrate 288 --stats "F:\DVD\DVD\temp\.stats" --ref 1 --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --filter -2,-1 --subme 2 --direct auto --vbv-maxrate 25000 --me dia --no-ssim --b-pyramid --analyse none --threads auto --thread-input  --output NUL "F:\DVD\DVD\temp\movie.avs"
10:26:14 Command Line 2' Pass X264: F:\AutoMKV090_NORIP\exe\encoder\x264.exe --pass 2 --bitrate 288 --stats "F:\DVD\DVD\temp\.stats" --progress --keyint 250 --bframes 3 --qpmin 10 --qpmax 51 --no-psnr --mixed-refs --trellis 1 --ref 12 --filter -2,-1 --direct auto --vbv-maxrate 25000 --me umh --no-ssim --weightb --b-pyramid --b-rdo --bime --analyse p8x8,b8x8,i4x4,i8x8,p4x4 --8x8dct --threads auto --thread-input  --output "F:\DVD\DVD\temp\movie.mp4" "F:\DVD\DVD\temp\movie.avs"
__________________
A Man Eating Duck
AMED is offline  
Old 14th September 2007, 06:49   #3391  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
you got always the error .. or only sometimes ?

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 September 2007, 08:18   #3392  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
update 0.90a

FIXED: Keyboard shortcut form HCEnc/Avs2Avi (previusly could break some games.. like PES6 when played at in windowed mode)
FIXED: Better thread optimizations

i have worked on how threads (encoding and windows) are collaborating. In this build i have re-enabled by default the encoding status windows.
On XviD encoding, with encoding status window, the speed are over +15% and some point % for x264

I suggest all to update to this build

http://www.64k.it/andres/data/a/AutoMKV090a.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 September 2007, 09:00   #3393  |  Link
vOjToL
Registered User
 
Join Date: Dec 2006
Location: Gdynia, Poland
Posts: 32
Hi buzzqw!
Something is wrong with the new xvid_profile_balanced(maybe with the others profiles too)
Look at this:

new profile/old profile

http://img369.imageshack.us/img369/3880/profile2ro4.jpg
and this:

http://img369.imageshack.us/img369/8457/profileuc1.jpg

Average bitrate firstpass
new profile ~7000kbps
old profile ~1700kbps
Average movie bitrate: 1044kbps

Last edited by vOjToL; 14th September 2007 at 14:10.
vOjToL is offline  
Old 14th September 2007, 09:30   #3394  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552


the change made should bring more quality to 2 pass profile...

here is the old profile pack http://www.64k.it/andres/data/a/AutoMKV_profiles089.rar

but.. it's strange!

could you do some test with other source too ?

thanks!

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 September 2007, 11:25   #3395  |  Link
vOjToL
Registered User
 
Join Date: Dec 2006
Location: Gdynia, Poland
Posts: 32
Quote:
Originally Posted by buzzqw View Post


the change made should bring more quality to 2 pass profile...

here is the old profile pack http://www.64k.it/andres/data/a/AutoMKV_profiles089.rar

but.. it's strange!

could you do some test with other source too ?

thanks!

BHH
Now I know what happened, AutoMKV ignored profile setting: bquant_ratio=150 and set bquant_ratio=30
Code:
02:46:23 0.90  - - - - - - - - - - - - - START JOBS - - - - - - - - - - - - - -
02:46:23 Selected Input file:     E:\samuraj jack[9][xvid].avs
02:46:23 Selected Output dir:     E:\Scooby Doo\Scooby-Doo Show\temp\
02:46:23 Selected Final Name:     samuraj jack[9][xvid]
02:46:23 Selected Container type: AVI
02:46:23 Selected Encoder:        XviD
02:46:23 Selected Size:           175 / 1
02:46:23 Selected Profile:        2_Pass_Balanced.xml
02:46:23 Selected Resizer:        NONE / Original
02:46:23 Selected Filters:        NONE
02:46:23 Selected Deinterlacer:   AUTO
02:46:23 Selected Field Order:    AUTO
02:46:23 Enabled CRF/CQ AutoRes at 2.5 value
02:46:23 Track Language 1:        E:\samuraj jack[9][xvid].avs
02:46:23 Audio Codec 1:           Lame
02:46:23 Audio Quality 1:         112
02:46:23 Audio Channel 1:         Stereo
02:46:23 Advanced Audio Settings DUMP Track 1
02:46:23 Nero Option Profiles:    AUTO --- Encoding Mode:   Quality
02:46:23 CCT Option Profiles:     AUTO --- Channel Options: AUTO
02:46:23 Lame Settings:           ABR
02:46:23 Audio Normalization:     1
02:46:23 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add: 
02:46:23 Advanced Audio Settings DUMP Track 2
02:46:23 Nero Option Profiles:    AUTO --- Encoding Mode:   Quality
02:46:23 CCT Option Profiles:     AUTO --- Channel Options: AUTO
02:46:23 Lame Settings:           ABR
02:46:23 Audio Normalization:     1
02:46:23 Frequency: AUTO --- Tempo: NONE --- Pitch: NONE --- Other Add: 
02:46:23 
02:46:23 Copied file E:\samuraj jack[9][xvid].avs to E:\Scooby Doo\Scooby-Doo Show\temp\fixed1.avs
02:46:23 Copied file NONE to E:\Scooby Doo\Scooby-Doo Show\temp\fixed2.
02:46:23 Encoding E:\Scooby Doo\Scooby-Doo Show\temp\fixed1.avs To Mp3 with 112 ABR Preset
02:51:20 Encoded 1' Audio Track:  16811502 bytes
02:51:48 Number of Frames:        31867
02:51:48 Framerate:               25.000000
02:51:48 Movie length in Seconds: 1275
02:51:48 Movie Width/Height:      560/448
02:52:30 FIRST pass XviD:         "H:\AutoMKV\exe\encoder\xvid_encraw.exe" -pass1 -bitrate 1044 -turbo -progress -max_bframes 2 -imin 3 -imax 16 -quality 6 -vhqmode 1 -pmax 16 -bmax 16 -bquant_ratio 30 -bquant_offset 0 -kboost 20 -odegrade 9 -nopacked -nochromame -bvhq -threads 0  -i "E:\Scooby Doo\Scooby-Doo Show\temp\movie.avs" -type 2 -avi "E:\Scooby Doo\Scooby-Doo Show\temp\movie.avi"
02:52:30 SECOND pass XviD:        "H:\AutoMKV\exe\encoder\xvid_encraw.exe" -pass2 -bitrate 1044 -progress -max_bframes 2 -imin 3 -imax 16 -quality 6 -vhqmode 1 -pmax 16 -bmax 16 -bquant_ratio 30 -bquant_offset 0 -kboost 20 -odegrade 9 -nopacked -nochromame -bvhq -threads 0  -i "E:\Scooby Doo\Scooby-Doo Show\temp\movie.avs" -type 2 -avi "E:\Scooby Doo\Scooby-Doo Show\temp\movie.avi"
03:17:55 Starting Second Pass
03:47:15 Only Movie Size:         170858592 bytes
03:47:16 Using VirtualDubMod for Muxing!
03:47:31 Encoding finished:       00:29:36 elapsed time
03:47:31 -----------------------------------------------------------------------
03:47:31 Script AutoCrop.log
03:47:31 -----------------------------------------------------------------------
03:47:31 Script Resmovie.avs
03:47:31 -----------------------------------------------------------------------
03:47:31 Script movie.avs
03:47:31  
03:47:31 Import("E:\samuraj jack[9][xvid].avs")
03:47:31 isRGB(last) ? ConvertToYV12(last,interlaced=true) : last
03:47:31 isYUY2(last) ? ConvertToYV12(last,interlaced=true) : last
03:47:31 return last
03:47:31 -----------------------------------------------------------------------
03:47:31 Script mkvmaudio.avs
03:47:31  
03:47:31 LoadPlugin("H:\AutoMKV\exe\filter\NicAudio.dll")
03:47:31 LoadPlugin("H:\AutoMKV\exe\filter\SoundOut.dll")
03:47:31 LoadPlugin("H:\AutoMKV\exe\filter\FFmpegSource.dll")
03:47:31 Import("E:\samuraj jack[9][xvid].avs")
03:47:31 #Applying STEREO downmixing routines
03:47:31 function stereo(clip a)
03:47:31 {
03:47:31 flr = GetChannel(a, 1, 2)
03:47:31 fcc = GetChannel(a, 3)
03:47:31 lfe = GetChannel(a, 4)
03:47:31 lfc = MixAudio(fcc, lfe, 0.2071, 0.2071)
03:47:31 mix = MergeChannels(lfc, lfc)
03:47:31 lrc = MixAudio(flr, mix, 0.2929, 1.0)
03:47:31 blr = GetChannel(a, 5, 6)
03:47:31 Return MixAudio(lrc, blr, 1.0, 0.2929)
03:47:31 }
03:47:31 #
03:47:31 6==Audiochannels() ? stereo() : last
03:47:31 function addvideo(clip c) {
03:47:32 blankclip(length = Int(100 * AudioLengthF(c) / float(audiorate(c))), fps=100)
03:47:32 Return audiodub(last,c)
03:47:32 }
03:47:32 Normalize()
03:47:32 Soundout(output="mp3",type=0,format=0,autoclose=true,mode=1,abrrate=112,showoutput=false,filename="audio.mp3")
03:47:32 -----------------------------------------------------------------------
03:47:32 Script mkvmaudio.bat
03:47:32 -----------------------------------------------------------------------
03:47:32 Script mkvmaudio2.avs
03:47:32 -----------------------------------------------------------------------
03:47:32 Script mkvmaudio2.bat
03:47:32 -----------------------------------------------------------------------
03:47:32 Script VirtualDubMod.vcf
03:47:32  
03:47:32 VirtualDub.Open("E:\\Scooby Doo\\Scooby-Doo Show\\temp\\movie.avi",0,0);
03:47:32 VirtualDub.RemoveInputStreams();
03:47:32 VirtualDub.stream[0].SetSource("E:\\Scooby Doo\\Scooby-Doo Show\\temp\\audio.mp3",0x00000202,1);
03:47:32 VirtualDub.stream[0].DeleteComments(1);
03:47:32 VirtualDub.stream[0].AdjustChapters(1);
03:47:32 VirtualDub.stream[0].SetMode(0);
03:47:32 VirtualDub.stream[0].SetInterleave(1,500,1,0,86);
03:47:32 VirtualDub.stream[0].SetClipMode(1,1);
03:47:32 VirtualDub.stream[0].SetConversion(0,0,0,0,0);
03:47:32 VirtualDub.stream[0].SetVolume();
03:47:32 VirtualDub.stream[0].SetCompression();
03:47:32 VirtualDub.stream[0].EnableFilterGraph(0);
03:47:32 VirtualDub.stream[0].filters.Clear();
03:47:32 VirtualDub.video.DeleteComments(1);
03:47:32 VirtualDub.video.AddComment(0x00000005,"ISFT","Done with AutoMKV! http://forum.doom9.org/showthread.php?t=113811");
03:47:32 VirtualDub.video.AdjustChapters(1);
03:47:32 VirtualDub.video.SetDepth(24,24);
03:47:32 VirtualDub.video.SetMode(0);
03:47:32 VirtualDub.video.SetFrameRate(0,1);
03:47:32 VirtualDub.video.SetIVTC(0,0,-1,0);
03:47:32 VirtualDub.video.SetCompression();
03:47:32 VirtualDub.video.filters.Clear();
03:47:32 VirtualDub.SaveAVI("E:\\Scooby Doo\\Scooby-Doo Show\\samuraj jack[9][xvid].avi");
03:47:32 VirtualDub.Close();
03:47:32  
03:47:32 - - - - - - - - - - - - FINISHED JOBS - - - - - - - - - - - - - - - - -
BTW, "elapsed time" is strange...

EDIT: Next jobs I run are correct with default value of "bquant_ratio"

Last edited by vOjToL; 14th September 2007 at 11:54.
vOjToL is offline  
Old 14th September 2007, 12:03   #3396  |  Link
zacoz
Guest
 
Posts: n/a
From memory, since I've been using AutoMKV the reported elapsed time has always only ever been the time taken for the second pass. So while "strange" or of dubious value it's not a new development.
 
Old 14th September 2007, 13:16   #3397  |  Link
klicker4546
Registered User
 
Join Date: Sep 2005
Location: Germany
Posts: 68
@weaver

I've just tried to run another encoding job and it seems to me that the problem is not fixed yet!

BAutoDeint is still crashing here for me! Ran tests under Windows XP and also on a fresh Vista installation.



What is it????

Maybe buzzqw can tell us a little more on that issue.

Quote:
Originally Posted by weaver4 View Post
Also their was that problem with BAutoDeInt.exe errors. Were those fixed?
klicker4546 is offline  
Old 14th September 2007, 13:42   #3398  |  Link
ryc0203
Registered User
 
ryc0203's Avatar
 
Join Date: Jan 2007
Location: Chile
Posts: 52
@buzzqw
Quote:
i have worked on how threads (encoding and windows) are collaborating. In this build i have re-enabled by default the encoding status windows.
On XviD encoding, with encoding status window, the speed are over +15% and some point % for x264
Thanks for this
ryc0203 is offline  
Old 14th September 2007, 13:45   #3399  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
@vOjToL
it happen when using autoresize fuction.. and autoresize decide that source need less b frames..

BUT the "decision" is taken to next encoding too...

fixed in next update!

@zacoz
i don't fully understand... are you speaking with me ?

@klicker4546
... the change made to bautodeint launch make it near bulletproof.. but in your case.. seems not..

download this "special build" http://www.64k.it/andres/data/a/Auto...licker4546.exe
and create an empty file named "klicker4546" (without quotes and extension) in automkv folder... then start this build and look at deinterlacer routines
NOW if crash is something on your pc

please report any 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  
Old 14th September 2007, 14:22   #3400  |  Link
hw360
Registered User
 
Join Date: Sep 2007
Posts: 6
Quote:
Originally Posted by buzzqw View Post
you can also use the "Last line avs script" and write Trim(1500,5000) ... for example
Thanks for the reply. It works!! (although it takes a long time to build index before encoding.) If this function can be implemented in DGIndex step, it could be much faster - I guess.
hw360 is offline  
Closed Thread

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 05:39.


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