View Full Version : AutoQ2 Build: 1.2.00.01 - Date 07.05.2006 [R.I.P]
hddvd
17th January 2006, 21:20
here is my log:
AutoQ2-Log
___________________________________________________________________________
2:11:50 PM - 1/17/2006 >> AutoQ2 Version160106.1095 started...
2:12:41 PM - 1/17/2006 >>
2:12:41 PM - 1/17/2006 >> _________________________________________
2:12:41 PM - 1/17/2006 >> Batchencode: F:\Documents and Settings\Ravindra\Desktop\New Folder\9.avs
2:12:41 PM - 1/17/2006 >> Settings: BR[0]9.avs.aqb
2:12:41 PM - 1/17/2006 >> Encode mode: Prediction + Encode
2:12:41 PM - 1/17/2006 >> _________________________________________
2:12:41 PM - 1/17/2006 >>
2:12:42 PM - 1/17/2006 >> AVS loaded from: F:\Documents and Settings\Ravindra\Desktop\New Folder\9.avs
2:12:42 PM - 1/17/2006 >> Desired target: DVD 720x480
2:12:42 PM - 1/17/2006 >> Entered aspect ratio: 4:3
2:12:42 PM - 1/17/2006 >> Entered bitrate: min. 2000 max. 9000
2:12:42 PM - 1/17/2006 >> Progressive source
2:12:42 PM - 1/17/2006 >> Automatic change max Q-value if oversized: on
2:12:42 PM - 1/17/2006 >> Disc amount: 1 disc(s)
2:12:42 PM - 1/17/2006 >> Entered wanted size in MB: 435
2:12:42 PM - 1/17/2006 >> Entered audio size(s) in MB: 35
2:12:42 PM - 1/17/2006 >> Entered extras size in MB: 0
2:12:42 PM - 1/17/2006 >> Authoring and ISO overhead in MB: 0
2:12:42 PM - 1/17/2006 >> % of movie will be used: 2
2:12:42 PM - 1/17/2006 >> Your desired final encoded sample in MB: 8
2:12:42 PM - 1/17/2006 >> Your desired final encoded file in MB: 400
2:12:42 PM - 1/17/2006 >> Save mode disabled
2:12:42 PM - 1/17/2006 >> COF enabled
2:12:42 PM - 1/17/2006 >> Encode after prediction enabled
2:12:42 PM - 1/17/2006 >> _________________________________________
2:12:43 PM - 1/17/2006 >>
2:12:43 PM - 1/17/2006 >> _________________________________________
2:12:43 PM - 1/17/2006 >> Start prediction run #1
2:12:43 PM - 1/17/2006 >> First Q-value: 18 | (N/A|95)
as u can see it just stops there. i am using an avi source. it runs the first prediction pass and when it finishes it just stays there.
Amnon82
17th January 2006, 21:59
Does CCE close it self? Try COF 0.3 (I posted you the link 2 times).
Try AutoQ1. I added a link to my homepage. Try a mpeg2source too.
hddvd
17th January 2006, 22:03
yes. cce does close by itself.i already tried COF 0.3. Why should i use mpeg2source?
here is my avs script"
Import("F:\Documents and Settings\Ravindra\Desktop\2D Cleaner.avs")
AVISource("F:\Documents and Settings\Ravindra\Desktop\New Folder\9.avi")
Lanczos4Resize(660,440)
AddBorders(30,20,30,20)
ConvertToRGB()
VD_2DCleaneroptp3(10, 1, 1)
ConvertToYUY2()
Tweak(sat=1.2,bright=-18,cont=1)
Amnon82
18th January 2006, 22:04
to check if it is only an avisource-problem on your machine.
try this:
Import("F:\Documents and Settings\Ravindra\Desktop\2D Cleaner.avs")
DirectShowSource("F:\Documents and Settings\Ravindra\Desktop\New Folder\9.avi")
Lanczos4Resize(660,440)
AddBorders(30,20,30,20)
ConvertToRGB()
VD_2DCleaneroptp3(10, 1, 1)
ConvertToYUY2()
Tweak(sat=1.2,bright=-18,cont=1)
hddvd
18th January 2006, 22:44
i'll try that. also when i try to close out of the program nothing happens when i click the "X" and when it is next to the clock minimized and i right click and select quit it doesnt cloes either. just thought it would tell u.
hddvd
18th January 2006, 23:00
well i tried the avs script and it still didnt work. again, the only way it move onto the next prediction is to restore COF because it is minimized.
Amnon82
18th January 2006, 23:04
what do u mean by that when i try to close out of the program nothing happens when i click the "X"
Download the old AutoQ1 and tell me if that work for you. It is compiled with Delphi7 and not with Delphi 10 like the newest build of AutoQ2.
Also u can try out a mpeg source (mpeg2source) to check if its an avi-problem or a problem in total on your machine.
Drob my lead-tester didn't post me any bugs with the newest build. Seems u have a problem with your machine.
Try AutoQ2 on a other machine like from u'r friend or so.
Try out COF 0.3 which is not minimized.
Also u can demux the videostream of your avi using virtualdubmod, as I told u before.
hddvd
18th January 2006, 23:18
about the demuxing. i already did. the avi is just video. and will autoQ 1 be the same as 2 as in quality and prediction. thanks for the help.
Amnon82
18th January 2006, 23:38
You can try out the CCEFixTools 2006 (http://scifi.pages.at/amsoft/files/CCEFIXTOOLS2k6.7z). Maybe they will help ...
hddvd
18th January 2006, 23:40
thanks. i will try that.
hddvd
19th January 2006, 00:15
i tried the new tools and they didnt work. also how long is it supposed to take for the second prediction to start?
drob
19th January 2006, 01:08
hddvd, in answer to your questions, AutoQ 2 is more accurate, and had much more testing in that manner. the second prediction run should start immediately if no errors are found, or within 15 seconds if waiting for the OK click fix.
Try a simple avs script like the one here and see if it works for you:
AVISource("x:\path to your avi file.avi")
Lanczos4Resize(720,400)
AddBorders(0,40,0,40)
convertToYUY2()
Ignore the right ratio and so on ,this is for testing only, i have a feeling the problem is in the script itself.
Secondly make sure you have the latest avisynth version installed, to make sure uninstall your current one and install the latest.
Make sure you have the latest codecs for both xvid and divx.
Post your log after doing all of the above.
hddvd
19th January 2006, 02:18
ok i will try that. but i dont think its the scripts fault.
hddvd
19th January 2006, 02:53
i tried your scipt and the latest avisynth and i still had the same problem.
AutoQ2-Log
___________________________________________________________________________
5:20:26 PM - 1/18/2006 >> AutoQ2 Version160106.1095 started...
6:10:58 PM - 1/18/2006 >>
6:10:58 PM - 1/18/2006 >> _________________________________________
6:10:58 PM - 1/18/2006 >> Batchencode: F:\Documents and Settings\Ravindra\Desktop\New Folder\11.avs
6:10:58 PM - 1/18/2006 >> Settings: BR[0]11.avs.aqb
6:10:58 PM - 1/18/2006 >> Encode mode: Prediction + Encode
6:10:58 PM - 1/18/2006 >> _________________________________________
6:10:58 PM - 1/18/2006 >>
6:10:58 PM - 1/18/2006 >> AVS loaded from: F:\Documents and Settings\Ravindra\Desktop\New Folder\11.avs
6:10:58 PM - 1/18/2006 >> Desired target: DVD 720x480
6:10:58 PM - 1/18/2006 >> Entered aspect ratio: 4:3
6:10:58 PM - 1/18/2006 >> Entered bitrate: min. 2000 max. 9000
6:10:58 PM - 1/18/2006 >> Progressive source
6:10:58 PM - 1/18/2006 >> Automatic change max Q-value if oversized: on
6:10:58 PM - 1/18/2006 >> Disc amount: 1 disc(s)
6:10:58 PM - 1/18/2006 >> Entered wanted size in MB: 435
6:10:59 PM - 1/18/2006 >> Entered audio size(s) in MB: 35
6:10:59 PM - 1/18/2006 >> Entered extras size in MB: 0
6:10:59 PM - 1/18/2006 >> Authoring and ISO overhead in MB: 0
6:10:59 PM - 1/18/2006 >> % of movie will be used: 2
6:10:59 PM - 1/18/2006 >> Your desired final encoded sample in MB: 8
6:10:59 PM - 1/18/2006 >> Your desired final encoded file in MB: 400
6:10:59 PM - 1/18/2006 >> Save mode disabled
6:10:59 PM - 1/18/2006 >> COF enabled
6:10:59 PM - 1/18/2006 >> Encode after prediction enabled
6:10:59 PM - 1/18/2006 >> _________________________________________
6:10:59 PM - 1/18/2006 >>
6:10:59 PM - 1/18/2006 >> _________________________________________
6:10:59 PM - 1/18/2006 >> Start prediction run #1
6:11:00 PM - 1/18/2006 >> First Q-value: 18 | (N/A|95) <<<<<<< This is where it gets stuck.
Amnon82
19th January 2006, 13:15
I'll release a debug-version of the newest build and add some comments to the log. So we can find out where you realy got stuck.
1097 released. To enable the debug mode click on 'AQ2 Mode' and switch to 'debug'. In the lower right corner you'll find two new buttons to check whats going on during running AQ2.
drob
19th January 2006, 14:06
hddvd just to make sure i cover all other reasons, when you load your avs directly into cce, it works correctly and encodes with no problems?
what codec is your source avi? xvid divx?
Delete from x:\windows\prefetch\ all these files:
AUTOQ2
CCEOKFIX
CCTSPT
and all other files that are in the autoQ directory and have their name also in the prefetch directory, then make sure you reboot.
hddvd
19th January 2006, 14:08
thats i will try that debug. yes, when i load it into cce it encoded. any mi source is divx.
hddvd
20th January 2006, 01:54
Hey. I found something very very strange. When the first prediction run is finished and AutoQ2 does nothing I can make it move to the second prediction run by opening any program (Notepad, Task manager,ect.) and keep on minimizing it and restoring it about 1-2 times and AutoQ2 will start the second prediction run. I dont know what this means, mabey you can help. Also, is CCEFix.exe supposed to close everytime the prediction run is finished? When the prediction run is finished for me CCEfix closes and it doesnt open for the second prediction.
Amnon82
20th January 2006, 18:50
It seems u've a problem with your system. Something with the cache or stuff like that. It has nothing to do with my tools.
The closing of CCEFix.exe is right. I wanted it to be so.
CCEFix should start again, normaly.
drob
21st January 2006, 00:44
hddvd try deleting your pagefile, see if that helps.
hddvd
21st January 2006, 07:36
tried it and it didnt work.
hddvd
21st January 2006, 08:55
this is the AQ2PREDICTION.avs that autoq2 made, just wanted to see if everything is ok :
#AVS Created by AutoQ2 Build 190106.1097
#_________________________________
function AutoQ2Prediction(clip input,int percent,int Goplenght,int Gopmulti,string "ping")
{
PercCount=(Framecount(input)/100)*percent
period=int(Framecount(input)/PercCount)*(Goplenght*Gopmulti)
input=(ping=="pong")?input.trim((period/2),Framecount(input)):input
selectrangeevery(input,period,(Goplenght*Gopmulti))
}
ping = Import("F:\Documents and Settings\Ravindra\Desktop\New Folder\16.avs").AutoQ2Prediction(1,12,1,"ping")
pong = Import("F:\Documents and Settings\Ravindra\Desktop\New Folder\16.avs").AutoQ2Prediction(1,12,1,"pong")
ping++pong
Amnon82
21st January 2006, 10:23
AVS is ok. Try also the old AQ1. It has a different way it works. QCCE should be there also. It is like AQ2. I developed it further.
hddvd
21st January 2006, 21:48
i tried autoq1 and it also doesnt work.
Amnon82
22nd January 2006, 17:59
So it is defently your sys. Cos AQ1 was tested on many systems. Please reinstall your sys. I can't help you with your actual sys-config.
hddvd
23rd January 2006, 00:50
man that sucks. o well thanks for your help anyways
hddvd
24th January 2006, 04:28
hey. i got autoq2 to work, but it only works in safe mode. so i guess it was my system.
Amnon82
24th January 2006, 22:40
thats what I told you. atm I'm ill, so I'm a week off or so.
Amnon82
1st February 2006, 09:56
I added the avisynth_c port so there is no need of vfw anymore. THX goes to Myrsloik. Take a look into the changes ...
http://img372.imageshack.us/img372/5549/1111ez.png (http://imageshack.us)
NOTE: maybe you have to remove all files in the set-folder except the CCE.set
010206.1098r1:
* VFW removed
* AVISYNTH_C added
* AVSERRORS get displayed and written into the log
* No more errors when using bad avis (I hope so)
* Download AutoQ2 Build:010206.1098r1 (http://scifi.pages.at/amsoft/files/AQ2_010206_1098r1.7z)
* Mirror (http://www.megaupload.com/?d=ALGCMJWJ)
Amnon82
2nd February 2006, 10:56
020206.1098r2:
* AVSFilename field now readonly
* VAF field changes now when you edit M2V field
* EXE only release
* Download AutoQ2 Build:020206.1098r2 EXEONLY (http://www.megaupload.com/?d=O4WLCPQ0)
Amnon82
2nd February 2006, 11:21
020206.1098r3:
* AVSFilename field now readonly
* VAF field changes now when you edit M2V field
* 'AVISynth open failure'-bug fixed
* Download AutoQ2 020206.1098r3 (http://www.megaupload.com/?d=EERQZ6RW)
Amnon82
3rd February 2006, 15:17
We had the old error with the bad audiostream in avs-files. The newest build 030206.1099r1 adds or searches for the audiofix (audio=false). AQ2 encodes only videostreams so there is no need of audiostreams. Hope this helps you a lot ;)
15:12:21 - 03.02.2006 >> Load CCE settings ...
15:12:21 - 03.02.2006 >> Load last settings ...
15:12:22 - 03.02.2006 >> AVISynth-Script Info: 704x480 ; 23.976 fps
_______________________________________________________________________
15:12:28 - 03.02.2006 >> AVISynth-Script Info: 704x480 ; 23.976 fps
15:12:28 - 03.02.2006 >> Found Audiofix in 'Test.avi.avs
15:12:37 - 03.02.2006 >> AVISynth-Script Info: 704x480 ; 23.976 fps
15:12:37 - 03.02.2006 >> Found Audiofix in 'Test_TFF.avs
15:12:48 - 03.02.2006 >> AVISynth-Script Info: 704x480 ; 23.976 fps
15:12:48 - 03.02.2006 >> Added Audiofix to 'Test_DS_yuy2.avs
Amnon82
5th February 2006, 12:02
Adding the new AVISYNTH_C is much harder as I thought ...
050206.1099r2a:
* 'Audiofix'-bugs fixed
* 'M2V|VAF-PATH rename'-bug fixed
* fixed a bug of 1099r2
* other bugs fixed
* Download AutoQ2 050206.1099r2a_EXEONLY (http://scifi.pages.at/amsoft/files/AQ2_050206_1099r2_EXEONLY.7z)
* You've to download the last full release (http://scifi.pages.at/amsoft/files/AQ2_030206_1099r1.7z)
Amnon82
7th February 2006, 00:09
Unstable Release:
060206.1099r3:
* blank.avs files produce no errors
* AutoQ2 checks if *source exists
* renaming bug fixed (hope so)
* some source code changes
* Download AutoQ2 1099r3 (http://scifi.pages.at/amsoft/files/AQ2_060206_1099r3.7z)
Stable Release:
190106.1097:
* enabled Debugmode to fix some bugs
* CCEFixTools updated
* Download AutoQ2 1097 (Stable) (http://scifi.pages.at/amsoft/files/AQ2_190106_1097.7z)
hddvd
7th February 2006, 22:37
hey. looks like your tool got noticed. its on the doom9 main page. good job.
Amnon82
8th February 2006, 22:03
@HDDVD: It took time but I made it ;)
News 6.2/7.2 Doom9.org/de.vu
Date News
2/6
HC 0.17 has more CQ encoding options, supports GOP options as well as frame and chapter commands from the commandline, can create a chapter list based on scene changes and fixes a few bugs.
YAMB 1.5 supports cuesheet files for splitting, supports another MP4 tagger, can write copyright commands while importing, support the MOV container and supports splitting by hh:mm:ss timecode. On top of that, tracknames have been tuned and a few bugs have been fixed.
Last but not least, AutoQ2 is a Q factor predictor for CCE (that has been around for a while).
7.2.
DJ Hix
Die GVU macht Schlagzeilen. Sie haben scheinbar die Verbreitung von Screenern selber mitgefördert.
doom9
HC 0.17 (download) hat mehr CQ-Encodierungsoptionen, unterstützt GOP-Optionen ebenso wie Frame und Kapitelbefehle von der Kommandozeile, kann eine auf Szenenänderungen basierte Kapitelliste erstellen und behebt ein paar Fehler.
YAMB 1.5 (englischer Link) unterstützt Cuesheetdateien für das Splitten, unterstützt einen anderen MP- Tagger, kann Copyrightbefehle während des Imports schreiben, unterstützt den MOV-Container und unterstützt Splitten nach hh:mm:ss Timecode. Obendrein, sind die Tracknames verbessert worden und ein paar Fehler sind behoben worden.
AutoQ2 (englischer Link) ist ein Q-Faktoren-Predictor für CCE (das Programm gibt es schon eine Weile).
Amnon82
9th February 2006, 21:39
If you load a blank.avs (0 kB file) or a avs without a valid source you'll get this message in the log:
21:29:06 - 09.02.2006 >> Load CCE settings ...
21:29:06 - 09.02.2006 >> Load last settings ...
21:29:06 - 09.02.2006 >> Found Audiofix in 'Last.avs
21:29:06 - 09.02.2006 >> AVISynth-Script Info: 704x480 ; 23.976 fps
_______________________________________________________________________
21:29:09 - 09.02.2006 >> Error: The return value of 'blank.avs' was not a video clip or source is missing!
Also the avs-edit has this string: 'No AVS loaded ...'
Amnon82
15th February 2006, 00:31
Drob did a deep-test on RC3 and reported no bugs in it. When I find the time I'll update the manual and release it as final build 1.1.
Amnon82
26th February 2006, 20:12
260206.1100:
* Final release
* Help updated
* Some bugs fixed
* Download AutoQ2 1100 (final) (http://scifi.pages.at/amsoft/files/AQ2_260206_1100.7z)
Amnon82
5th March 2006, 16:52
I fixed the bug with the language-option. Also I add the option to translate the hints you can find in the AutoQ2 gui. Here the english hint file for translation:
AutoQ2 hints file - version 1108
====================================================
How it works: Since version 1108 you can translate
also the hints into your language. To write more than
one line in a hint use <next line> including the <>-signs.
Maximum of lines each hint is five (4x <next line> each hint)!
Each line is a differnt hint.
====================================================
Hints file for english.alng
====================================================
Settings
Matrices
Find out who's behind AutoQ2
Load default settings
Load Custom settings
Save Custom settings
Load Custom matrices
Save Custom matrices
Load chapters file
Load AVS file
Perform a prediction run of the selected video
Perform a full encode of the selected video
Load AVS file
Load chapters file
Click here for help
Change menus language
Display the Help file
Setup AutoQ2
Search for CCE version
The CCE version in use
Centers AutoQ2 window
This is where AutoQ saves your M2V files
This is where AutoQ saves your VAF files
Specify a path where you want M2V files to be saved
Specify a path where you want VAF files to be saved
Switch to SVCD mode
Switch to the DVD mode
The number of CD/DVD allowed for this project
Specify ONE CD/DVD capacity in MB
Specify your audio stream size, this should be the sum of <next line>all audio streams in MB
Specify your extras size (menus or extra data) in MB
Calculated sample size
Check this box in order to use safe mode (+1 Q-Value)
Specify your Authoring overhead in MB
Percentage of the movie that would be used for the prediction process
Change prediction Percentage with this slide bar
Min. Q-Value: AutoQ2 won't go underneath this value in its prediction run
Max. Q-Value: AutoQ2 won't go over this value in its prediction run
Check this box in order to verifying a specific Q-Value
Q-Value to be verified
Check this box in order to run a normal prediction run if <next line>verification fails to reach the desired size
Check this box in order to force a max. Q-Value
Intra matrix that would be used in this project
Inter matrix that would be used in this project
Load a custom matrice
Save a custom matrice
Check this box in order to disable the adaptive q-matrices switching <next line>function of CCE 2.70
Double click here to open your chapters file
Check this box for encoding a progressive frame flag stream
Check this box for encoding a top field first stream
Check this box for setting an offset line to 1
Initial Q-Value (Green for predicted value, red for initial value)
Min. Bitrate: Minimum Bitrate that would be used by CCE for encoding your video
Max. Bitrate: Bitrate that would be used by CCE for encoding your video
Quantizercharacteristic (Flatpartpriority)
DC8: Intra block DC precision
DC9: Intra block DC precision
DC10: Intra block DC precision
Aspect ratio will be set to 1:1
Aspect ratio will be set to 4:3
Aspect ratio will be set to 16:9
GOP 15 will be used for a framerate > 25 FPS
GOP 12 will be used for a framerate </= 25 FPS
Check this box for closeting all gops
This frame rate is used for NTSC Film projects (don't forget to check pulldown)
This frame rate is used for all PAL projects
This frame rate is used for the majority of NTSC none film projects
Check this box for applying pulldown to your encoded video
ZigZag Scan order: Use this for progressive projects
Alternate Scan order: use this interlaced projects
Displays all your batch tasks
Check this radio button for creating an SVCD project
Check this radio button for creating a DVD project
Check this box if your source is interlaced
Check this box if your source is PAL
Clears only checked batch tasks
Delete all entries currently in the batch list
Basic log file
Batch list
Load a saved batch list
Save current batch list
Delete a saved batch list
Visit AutoQ's homepage
Change Q-Value Multiplier Value with this slide bar
Q-Value Multiplier
chapters file name
Check this box for performing a full encode only
Run the batch list
Add current project to the batch list
Check this box for encoding your video after a prediction run
Check this box to perform a full encode run only, no prediction run would be executed
Specify working folder path
Browse for your working folder
Check this box for automaticly refreshing your work folder
Check this box for using the old prediction mode
IQ Series: This will automatically load the <next line>last predicted Q-Value of the last prediction run, <next line>Thus saving you time when encoding multiple chapters<next line>Works only during batch mode.
Classic pred.mode: This will activate the classic prediction mode.<next line>(PING.size - PONG.size)/2 = AV(adjust.value)<next line>PING (AV) -> PING (AV) -> BULLSEYE -> PONG - for check
Specify the path for your AVS Script
Browse for your AVS Script
Display of all your project's audio streams
Add an audio stream to the list
Delete the marked audio stream from the list
Clear the Audio streams list
Check this box to autoclose OK-Error messages in CCE.<next line>This box gets autochecked if an AVISource was found in the AVS-script
Amnon82
5th March 2006, 19:26
http://img328.imageshack.us/img328/9406/aq1108ger5zt.png
050306.1108:
* Fixed language bug
* editable hints added
* german hints-file added
* ballontips added
* Download AutoQ2 1108 (final) (http://scifi.pages.at/amsoft/files/AQ2_050306_1108.7z)
* Mirror (http://www.myupload.biz/f/q0e/5834/AQ2_050306_1108.7z)
Serg Belyansky
7th March 2006, 19:25
I've found a critical bug in AQ2 1.1.0.8.
Interlaced source, PAL source, OSL. CCE 2.67 trial with elcce.
"Manual" mode (without using a batch feature) generates ecl with "pulldown_detect=0", which is absolutely correct.
But ecl generated in "batch" mode contain "pulldown_detect=1", which is incorrect and may cause a lot of troubles with some PAL sources.
(It took me seven hours to find out why my mpegs switch between progressive and interlaced frames.)
Amnon82
7th March 2006, 22:44
Thx for the report. I found the bug. I realy don't know how in hell I added my self. It happend only in batchmode as you told me. I had a line called 'pld.checked:=true' in the batchcall, so on every batch the checkbox pulldown was checked also if it wasn't marked as 1 in the settings file. See this release as an quickfix. I'll rewrite the settings file so everybody can read it. So we will find bugs like this faster.
080306.1109:
* Pulldown-bug fixed (Batchmode only)
* removed Default.hint
* changed to language\english.hint
* Download AutoQ2 1109 (080306) (http://scifi.pages.at/amsoft/files/AQ2_080306_1109.7z)
* Mirror (http://www.myupload.biz/f/ub9/5978/AQ2_080306_1109.7z)
Amnon82
9th March 2006, 14:05
090306.1110|BV1.0:
* This a betaversion (not tested yet)
* Set-files (.set,.aqb) completely rewritten
* Batchviewlist renaming fixed
* Batchfile (.batch) fixed (Bug from 1109)
* www.autoq2.fx.to
Amnon82
9th March 2006, 19:36
http://home.arcor.de/autoq2_amsoft/img/1110.png
090306.1110:
* Some cosmetic stuff done
* Bugs fixed (found in BV1.0)
* AQ2 shows you know the freespace of the working folder
* languagefiles updated to 1.1.1.0
* www.autoq2.fx.to
Amnon82
12th March 2006, 21:37
http://home.arcor.de/autoq2_amsoft/img/1135.png
New Features:
* AVSPreview
* Checks HDDSpace for each run
* Some languages got updated
thegame
13th March 2006, 02:49
Amnon82,sorry if this has been answered,i am new to this and it looks very interesting,i would like to give it a shot,but how do i use this,i downloaded it but cant open it,or does it get opened with something else,i went to your homepage for info,and couldnt find any,also will this work with CCE v2.70.02.06?
sorry for all the questions,just trying to figure it out
game
drob
13th March 2006, 15:36
Amnon82,sorry if this has been answered,i am new to this and it looks very interesting,i would like to give it a shot,but how do i use this,i downloaded it but cant open it,or does it get opened with something else,i went to your homepage for info,and couldnt find any,also will this work with CCE v2.70.02.06?
sorry for all the questions,just trying to figure it out
game
AutoQ needs avisynth scripts in order to operate. you need to create a script, then load it into AutoQ and in turn it would use CCE to predict the right Q for the job. Yes v2.70.02.06 works just fine.
Amnon82
13th March 2006, 22:34
Without installing AVISynth it won't open. Version 190106.1097 was the last version with DirectShow, after that I added AVISynth_C as direct input. So you'll need AVISynth to operate AQ2. Normaly most people use AVISynth 2.5.6 here so it wasn't necessary for me to add a special hint. Also you can read the help files you can find in the support folder to get into AQ2. I'll update the first post and my homepage.
Here the list of the needed 3th party software:
* AVISynth 2.5.6 or higher (for running AutoQ2) (http://sourceforge.net/project/showfiles.php?group_id=57023&package_id=72557&release_id=366697)
* DGIndex (for D2V-Creation) (http://neuron2.net/dgmpgdec/dgmpgdec.html) - 1.4.7b4 or higher recommended (http://neuron2.net/dgmpgdec/dgmpgdec147b4.zip)
* Xvid (for YV12 Decoding) (http://www.free-codecs.com/Koepi_XviD_download.htm)
* EclCCE (only for CCE2.66/2.67 Trial) (http://home.arcor.de/caranthir2/eclcce.zip)
@drob: Do you like the new preview option?
thegame
14th March 2006, 01:20
i have the latest avisynth on my pc,i have been using it,but would it be to much to ask,if someone could give me a sample script,i am pretty new to avisynth.
thanks fro your time and help
game
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.