| Author |
Message |
Topic: Auto Encode .iso/Video_TS Files using handbrake |
colek42
Replies: 4
Views: 3665
|
Forum: Scripts & Functions Posted: Sun Jun 07, 2009 10:58 am Subject: Auto Encode .iso/Video_TS Files using handbrake |
Lexikos helped me out quite at but on the DLL calls in this script. It would have been very messy without his help.
I have coded a script that takes all of your ISO and VIDEO_TS files and converts ... |
Topic: AttachConsole in a loop |
colek42
Replies: 11
Views: 1319
|
Forum: Ask for Help Posted: Thu Jun 04, 2009 6:23 am Subject: AttachConsole in a loop |
ok im thinking for the SetConsoleScreenBufferSize I have to do something like this:
hConOut:=DllCall("CreateFile","str","CONOUT$","uint",0xC000000 ... |
Topic: AttachConsole in a loop |
colek42
Replies: 11
Views: 1319
|
Forum: Ask for Help Posted: Wed Jun 03, 2009 8:09 am Subject: AttachConsole in a loop |
Everything is working great now!
Have you noticed that your script won't retrieve the buffer when the console is hidden. I am using Win7 RC1 so that may break it if it has worked before. If you k ... |
Topic: AttachConsole in a loop |
colek42
Replies: 11
Views: 1319
|
Forum: Ask for Help Posted: Tue Jun 02, 2009 9:40 am Subject: Nevermind! |
I got it to work. I had to reduce the screen buffer height from the console properties menu.
I think the way HandbrakeCLI updates it's info was weirding out your script and this somehow fixed it.
... |
Topic: SimpleArray |
colek42
Replies: 2
Views: 411
|
Forum: Ask for Help Posted: Tue Jun 02, 2009 9:12 am Subject: SimpleArray |
anyone have any examples of code using this function. It would save me quite a bit of time as there is little documentation and im still a bit new with this.
Thanks! |
Topic: AttachConsole in a loop |
colek42
Replies: 11
Views: 1319
|
Forum: Ask for Help Posted: Tue Jun 02, 2009 9:04 am Subject: Almost got it |
| It works perfect, but only for the first encode. When I get to the second file in the loop and a new instance of handbrakecli.exe the GUI stops updating. It isn't throwing any errors though so I kno ... |
Topic: AttachConsole in a loop |
colek42
Replies: 11
Views: 1319
|
Forum: Ask for Help Posted: Mon Jun 01, 2009 8:12 pm Subject: AttachConsole() |
so I just need to open a console then send each execution to that console. That seems like it may work. More research -- how to send a command to a console, I don't want to do it the sloppy way.
... |
Topic: AttachConsole in a loop |
colek42
Replies: 11
Views: 1319
|
Forum: Ask for Help Posted: Mon Jun 01, 2009 5:54 am Subject: AttachConsole in a loop |
| I don't know what is going on. When I comment out AttachConsole() the loop runs through everything in the folder. When AttachConsole() is enabled (for progress bar) the first file encodes just fine ... |
Topic: [lib] SimpleArray - short & fast string array - v3.5 |
colek42
Replies: 82
Views: 18965
|
Forum: Scripts & Functions Posted: Mon Jun 01, 2009 3:51 am Subject: Problems with 3D arrays |
Having some trouble with creating a 3D array.
I have a list of files with data associated with them
[file1 | iso | input_string | name | output_dir | source ]
[file2 | iso | in ... |
Topic: is it possible to get text from console window? |
colek42
Replies: 7
Views: 884
|
Forum: Ask for Help Posted: Sun May 31, 2009 8:09 am Subject: Did you get it to work? |
| Did you ever get it to work. I am doing something similar with hand brake. Would like to see your code. |
Topic: Problems with my auto DVD->MKV Script (CMDrett.DLL Specif |
colek42
Replies: 3
Views: 1008
|
Forum: Ask for Help Posted: Sun May 31, 2009 8:02 am Subject: Working version of the script |
If anyone is interested here is a "working" version of the script. I just want to make it a lot better.
;Script for auto converting all .iso files and folder with VIDEO_TS Folders in a d ... |
Topic: Problems with my auto DVD->MKV Script (CMDrett.DLL Specif |
colek42
Replies: 3
Views: 1008
|
Forum: Ask for Help Posted: Sun May 31, 2009 7:38 am Subject: Problems with my auto DVD->MKV Script (CMDrett.DLL Specif |
| I have made a script that will scan a specified folder for all VIDEO_TS and ISO files and convert them to another format based upon a sting that is right now a constant in the code. All of this using ... |
| |