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 > (HD) DVD, Blu-ray & (S)VCD > Advanced authoring

Reply
 
Thread Tools Search this Thread Display Modes
Old 6th May 2005, 16:40   #21  |  Link
Trahald
Wewkiee
 
Trahald's Avatar
 
Join Date: Feb 2002
Location: kashyyyk
Posts: 2,269
OK.. the source is available at http://sourceforge.net/projects/batchccews/ on cvs. added is support for 2.70.x , d3s7 added a vaf option, i added stuff from revpulldown so now it can create vif files for scenarist and also avoid .5 errors on ntsc pulldown. This branch is unstable.. i'll make a binary available over the weekend but i havent tested it much (ok.. any) i'll keep you updated.
__________________
...yeah...but...why on earth would I compare apples with apples?

Last edited by Trahald; 6th May 2005 at 17:01.
Trahald is offline   Reply With Quote
Old 10th May 2005, 15:00   #22  |  Link
Ripe73
DVDR Freak!
 
Ripe73's Avatar
 
Join Date: Oct 2001
Location: Sweden
Posts: 351
Is it possible to add a " make ECL " button?it will make a ECL of all job loaded in BatchCCE.
__________________
Drugs,Sex & Encoding
Ripe73 is offline   Reply With Quote
Old 13th May 2005, 23:29   #23  |  Link
Trahald
Wewkiee
 
Trahald's Avatar
 
Join Date: Feb 2002
Location: kashyyyk
Posts: 2,269
i compiled a unstable version. it is just the .exe . if you have time try it out. especially pal people since i cant really test that. dont use it for mission critical stuff yet. i havent had time to really test it myself. More to come. available at link above on sourceforge.net

here is the change log

<0916a unstable>
- Added support for cce 2.70.x
- Added pan and scan and corrected ntsc .5 errors and create .vif file option (speeds up import in scenarist) by using my modifications to revpulldown
- Added option to use existing vaf file
- Software is now covered under the GNU General Public License
- Max GOP option which picks the biggest gop size (m / n/m ) for film/pal/ntsc-video 12/15/18
__________________
...yeah...but...why on earth would I compare apples with apples?

Last edited by Trahald; 14th May 2005 at 02:44.
Trahald is offline   Reply With Quote
Old 13th May 2005, 23:29   #24  |  Link
Trahald
Wewkiee
 
Trahald's Avatar
 
Join Date: Feb 2002
Location: kashyyyk
Posts: 2,269
Quote:
Originally posted by Ripe73
Is it possible to add a " make ECL " button?it will make a ECL of all job loaded in BatchCCE.
i guesso.. lemme think about that...
__________________
...yeah...but...why on earth would I compare apples with apples?
Trahald is offline   Reply With Quote
Old 14th May 2005, 16:24   #25  |  Link
influenza
Dutch strain
 
influenza's Avatar
 
Join Date: Sep 2002
Location: Netherlands
Posts: 2,039
Working auto angle detection would be nice.

A somewhat more clear procedure when making changes. Now you have to press the replace button. I would rather have a dialog box or so.

And keep up the good work of course !
__________________
What can I do to protect myself against the flu?

By far, the single best way to prevent the flu is for individuals, especially persons at high risk for serious complications from the flu, to get a flu shot each fall.
influenza is offline   Reply With Quote
Old 14th May 2005, 16:50   #26  |  Link
D3s7
ScenAid
 
D3s7's Avatar
 
Join Date: Mar 2003
Posts: 1,623
It does work.... at least w/ the Scenaid Switch

BBWoof finished it before he turned over the project.. just never released a build that had it in

Trahald, what version number does this build reflect so I can update Scenaid to use the newer ccedata format w/ this?
__________________
ScenAid
May just replace the dog as man's best friend
http://www.scenaid.com
D3s7 is offline   Reply With Quote
Old 14th May 2005, 19:36   #27  |  Link
Trahald
Wewkiee
 
Trahald's Avatar
 
Join Date: Feb 2002
Location: kashyyyk
Posts: 2,269
0.9.1.6 even though youve had that for a while (bbwoofs old 0916), since it was never public i decided not to skip the number. If it would be better tho i could just as easy use 0917
__________________
...yeah...but...why on earth would I compare apples with apples?

Last edited by Trahald; 14th May 2005 at 19:41.
Trahald is offline   Reply With Quote
Old 14th May 2005, 20:06   #28  |  Link
D3s7
ScenAid
 
D3s7's Avatar
 
Join Date: Mar 2003
Posts: 1,623
nope that's fine... already coded for >= that...

so, if using this new version, Scenaid will auto switch to the new ccedata format which passes angle info to batchccews
__________________
ScenAid
May just replace the dog as man's best friend
http://www.scenaid.com
D3s7 is offline   Reply With Quote
Old 27th May 2005, 19:09   #29  |  Link
Trahald
Wewkiee
 
Trahald's Avatar
 
Join Date: Feb 2002
Location: kashyyyk
Posts: 2,269
<0916b Unstable> fixed vif creation ( i added something stupid to my revpulldown code when i brought it over to batchccews.. not sure what i was smoking) fixed now.

i started other stuff but commented it out.. i think i'll make more progress soon as summer comes. i'll work on summore of the suggestions in this post.
__________________
...yeah...but...why on earth would I compare apples with apples?
Trahald is offline   Reply With Quote
Old 31st May 2005, 02:26   #30  |  Link
Trahald
Wewkiee
 
Trahald's Avatar
 
Join Date: Feb 2002
Location: kashyyyk
Posts: 2,269
Quote:
Originally Posted by JuanC
No, it's just that given several jobs using the same template, whatever it is, they will all be encoded with the quant. matrix associated with that template. BCCE won't use the matrix you chose for each encoding job. Please advise if this is clear. I guess my english is not very good.
ahh.. i found the issue.. the qmat_idx value is written correctly to the ecl file from what you choose. the problem is this.. if (cceVer > "2.50.01.00") then it writes a bunch of values from the template to the ecl including the qmat_idx. the second value is what cce uses (if you look at your ecls for cce > 2.50.01.00 you will see some values written twice.)

i'll comment out the double stuff ( i imagine some of it is stuff that isnt in 2.50 ecls but is in later versions.. but maybe not) the code isnt commented with a reason.
__________________
...yeah...but...why on earth would I compare apples with apples?
Trahald is offline   Reply With Quote
Old 1st June 2005, 07:36   #31  |  Link
JuanC
Registered User
 
Join Date: May 2002
Posts: 220
That is very promising. Thanks Trahald
JuanC is offline   Reply With Quote
Reply

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 02:49.


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