View Full Version : Merge of RealAnime and Yatoshi Satsuki
damrod
12th February 2004, 19:24
grrr@vb6
i will add all the dll to be sure it works... before installing delphi8.net to recode the soft..
Sirber
12th February 2004, 19:26
@damrod
I'm closing Surreal UI dev. I will focus on RealAnime. If you want it as a base for your soft...
damrod
12th February 2004, 19:32
ok i add a link top dwld the dlls
1Mo so i will not add them in the rar of realbatch...
i update my website so check it ;-)
h9903209
12th February 2004, 19:36
finally find the needed files from Siber realanime folder... ^O^
just play a short while, some problems/suggestion:
1. can it remmeber last setting when quit, really don't want to go to muxer tab first everytime open and need to reload setting... T__T
2. "do you really want to quit realbatch?" confirmation box when quit is too annoying... how about an option to choose popup or not?
btw, just some general question: Under what circumstance should I tick avisynth and force directshow? Because I don't need to think about this using Yatoshi Satsuki'S Real producer GUI before... don't quite understand...
also, can realanime or realbatch do ape->ra and how? I try tick all avisynth and force directshow but seems still fail...
damrod
12th February 2004, 19:43
it show the mkv panel first?? strange i will check my code
i will disable the confirm to quit dialog ;-))
for ape-ra i don't know... do you have the dshow filte for ape??
you need it if you want to use directshow in avs...
for the settings i work on it to load it at the beginning...or to add the possibility to load a rpad file...
h9903209
12th February 2004, 20:07
thx, remember last setting when quit would be the best. ^^
btw, could you explain a bit about avisynth and force directshow? when should I use them? I have ape directshow so I should check force directshow?
damrod
12th February 2004, 20:22
normally we use dshow for movies in ogm/wmv/asf/rmvb...
i don't know if we can use it for audio-only file...we must specify framerate...and audio has no framerate...*
what you can do is make an avs file in notepad :
directshowsource("toto.ape",25)
and test if it works in mùediaplayer...normally it will...the framerate is for synchro audio/video
i'm not sure we can handle it in realanime/realbatch...
loading avs file will be more sure
damrod
12th February 2004, 20:47
@sirber : ok for me..do as your want
btw your merging for realanime2 will still be in vb6?? or vb7? delphi?
i think i will change to delphi8 but the problem is that's .net!!
you need the .net framework (like with jre and java soft)
Sirber
12th February 2004, 20:48
Delphi 8 uses .NET?
I will stick with VB6. I hate .NET...
damrod
12th February 2004, 20:53
no but i have delhpi8 for .net
i will install it and see if i must use .net or make classic delphi soft
if not i will check my cds and install delhpi6 or 7 :-))
Sirber
12th February 2004, 21:08
Delphi 8 is pure .NET and pure Delphi. You can start developing today with Delphi language RAD development for the Microsoft .NET Framework, including VCL Forms, Windows® Forms, ASP.NET, Web Forms, Web Services, ADO.NET, and more. Developers can immediately use their Delphi language and framework skills and most of their existing investments in Delphi application source code to start developing Windows applications for .NET today.Wierd...
damrod
12th February 2004, 21:12
en francais : ca pue!!
enfin je vais tester ca :-)
unmei
13th February 2004, 06:24
to me this sounds like you could use .net framework in delphi 8 like you can use clx/qt and that stuff in delphi 7.
i hope they did not completely replace or base VLC on .net.
damrod
13th February 2004, 14:56
for installing delphi8 installer says that i need .net framework 1.1
which is on the cds
i will check that to try pure delphi soft (.net..beurk!!! if i need framework... i will make a java soft which is true multiplateform!!)
Sirber
14th February 2004, 17:11
We have problems. We knocked ourself into 2 VB6 limnits, one in object managemnt and the other in forms. We are thinking about what to do
Complete rewrite?
Changing language?
How to have only 1 UI?
:rolleyes:
Latexxx
14th February 2004, 17:19
Going surreal and dropping the old programs?
Sirber
14th February 2004, 17:40
dunno yet
One thing sure is that Surreal UI is not dev by me anymore. I don,t have time to dev 2 project on my own. That's why I'm merging with Shinobu.
h9903209
15th February 2004, 12:46
Originally posted by Sirber
We have problems. We knocked ourself into 2 VB6 limnits, one in object managemnt and the other in forms. We are thinking about what to do
Complete rewrite?
Changing language?
How to have only 1 UI?
:rolleyes:
don't know anything about language, but if that two limits is caused by the need of swaping with 2 interface, then how about just drop this swapping function, releasing two versions of respective interface...?
Sirber
15th February 2004, 16:37
too much troubles. updating 1 soft is easier than 2.
damrod
15th February 2004, 18:30
if you want to have 2 gui using the same functionnality...
you must completely separate the gui of the api ie :
write classes to store the functions and procedures
the gui is a form with button...and "change function" which calls functions/procedures of your classes
en fr : y'a le moteur et la carosserie ;-)
ton moteur c toutes les fcts de lacement de l'encodage et calcul de temps
au niveau form c juste que si ya txt_change() ou un click bouton ya kune ligne de code appelant la fonction gerant l'evenement...
voila...c d ela programmation evennementiel..vb est assez limite peut etre
je suis en train de migrer le code de realbatch vers cette forme...trop complique a maintenir le code sous la forme actuelle
...
in en : that's all ;-)
Sirber
15th February 2004, 18:49
Fr:
Sa fais déjà quelques années que je programme et je sais déjà tout ce que tu a posté plus haut. VB est trop limité coté puissance, c'est pourquoi on se déplace en Delphi.
En:
I'm programming for some years already and I know what you posted before. VB is way too limited, that's why we are moving on Delphi.
damrod
15th February 2004, 18:57
limited vb? no... really ? ;-))
i don't like it much...i use it because customer wants it but i prefer java/c++
Sirber
15th February 2004, 21:11
I love Delphi coz it's between VB and C++. What I hate about Delphi is that the errors that come the most is EAccessViolation :(
damrod
15th February 2004, 22:12
weird error name... remember me of oracle :-)
Sirber
15th February 2004, 22:14
Oracle did Access Violation with SQL code? LOL
damrod
16th February 2004, 00:10
oracle error are part of the dark side of the force i think :-)
h9903209
16th February 2004, 12:06
Originally posted by Sirber
too much troubles. updating 1 soft is easier than 2.
1. as I mention I don't know about langugage, I just thought that since the only difference is the interface mapping, I misunderstand it would be something like search and replace all mapping then ok... ^^
2. MPC can set ogm default langugage audio and subtitle, can your GUI do the same so that when convert ogm to real, it can auto choose the audio and subtitle we want so no need demux first?
damrod
16th February 2004, 12:10
good idea i will check that also ;-))
Sirber
16th February 2004, 13:04
Dunno. OGM and MKV are a pain in the ass to recompress.
damrod
16th February 2004, 13:18
usually i convert ogm to mkv... better handlement in realanime/realbatch
but i choose audio track (only one) and demux subtitles...
h9903209
16th February 2004, 16:03
my way is to use mkvmerge to choose the audio and subtitle when convert to mkv, then compress the resulting mkv, no need demux subttile.
if set default audio and subtitle doesn't work, how about integrate a batch mkvmerge GUI, and thus automate the whole process:
ogm/mkv -> use mkvmerge to choose one audio and subtitle and convert to mkv -> rmvb
^_^
damrod
16th February 2004, 16:14
ok ok i will add that
i add a matroska muxer so i have the mkvtools
i will add that in case of ogm and mkv files...
when i have time...
h9903209
16th February 2004, 17:11
great!! thx!! ^O^
btw, just wondering why you need mkv muxer in realbatch? already has mkv output... can't figure out its use...
damrod
16th February 2004, 17:19
because sometimes i demux ogm ;-))
so if i want to mux srt and rmvb....
and encoding 2 times audio...
also i convert rmvb to mkv : all episodes in one format :-))
Sirber
18th February 2004, 00:21
http://forum.doom9.org/showthread.php?s=&threadid=71090
Thread created. I will add screens soon.
damrod
18th February 2004, 10:40
good news...will check it ;-)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.