Log in

View Full Version : AutoRV10 beta1


datascab
20th February 2004, 20:41
Hello D-C, D-A :)

A few comments about your frontend GUI if I may....

1/. d2v input.. I think most people should be using dvd2avidg.exe with the frame loss fix problem addressed. As such you need the mpeg2dec3dg.dll avisynth plugin or you will lose a few frames. You program comes with the nic mpeg2dec.dll (i have replaced it in my rig).

2/. For the maximum bitrate in 2 pass vbr mode, would it possible to have the option of inputting a user variable multiplier instead of either ticking your box or specifying the exact amount?

3/. Would also be nice to have the option of either have the video bitrate set by file size or actual bitrate (useful for multiple files that might be appended later).

4/. On the video tab, I would like to have a simple tick box to resize or not (via avisynth) and another for producer resize (for anamorphic). Save having to edit the avisynth script and also having your program calculate the the horizontal stretch to correct anamorphic ratio.

Thanks

Data

Dark-Cracker
20th February 2004, 23:56
hi,

1) yes i have forget to change it :) it will be done in next release.

2) in 2 pass vbr autorv10 use the new RC mode so maxbitrate is ignored.

3) sorry i have a poor english and i don't understand your request !
u want more info in the listbox when u add a job ? i am right ?

4) sorry again i don't fully understand your request, u want the possibility to resize video throw producer ? avisynth resize producer better result, and in anamorphic producer simply change the AR flag in the header without resizing the frame during encoding.

could u plz try to explain with simple words :) what are the requested features.

Best Regards,
DC

Bye.

datascab
21st February 2004, 14:28
point 3.....

At the moment, video bitrate is calculated from the final file size.

It would also be nice to have a tick box that would allow the user input there own bitrate directly.

point 4.....

Would be nice to have a simple tick box for resize for resize, in either avisynth or producer. Like a tiock box enable resize then perhaps a radio button to decide whether it be done in producer or avisynth. Then a place to directly input the size.

Thanks

DAta

Dark-Cracker
21st February 2004, 17:49
hi,

3) yes i will probabely add this option :)

4) no i think avisynth resize is more powerfull (bicubic , bilinear, bicublin,simple or lanczos u have the choice :) ) than producer resize so i will not add this option sorry.

feel free to post suggestion/bug report.

Bye.

achtungfeuer
21st February 2004, 18:08
where can we download it?

achtungfeuer
21st February 2004, 19:00
sorry, I haven't read the previous reply.

datascab
24th February 2004, 19:14
@ D-C

I dont think I stated my idea clearly enough.

I was trying to make the choices simpler on the video tab that involve resizing.

I would have it like this (assuming I could code, LOL)....

Resize? [TICK BOX]
Method? [SELECTION - ANAMORPHIC CORRECTION or AVISYNTH]
Resolution [hor x vert]

Then a little explaination..

Anamorphic Correction using resize on playback (i.e. 720x432 => 1016x432)

Avisynth permanent image resize (i.e. 720x432 => 640x272)

Using AutoRVx as its stands at the moment, I have to check both boxes to eliminate resize from your script.

Also I get no choice regarding the -rs ... x ... which is written as your program calculates it, usually wrong.

I would really like to input the data where possible, like is possible in the other GUI's.

It would also be nice to have an option like....

use AviSynth.

Quite often now I am wrting the scripts such that all the preprocessing is already done and as such, it can be encoded as is.

Just a few thoughts.

Data