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 > General > DVD2AVI / DGIndex

Reply
 
Thread Tools Search this Thread Display Modes
Old 17th December 2001, 13:01   #1  |  Link
eclipsedvd
Registered User
 
Join Date: Oct 2001
Location: France
Posts: 21
DVD2AVI Sourceforge Project

Hi everybody,

i think that it could be fine to create a dvd2avi sourceforge project.
There are some non-official release that contains good features.

Today, there is 4 differents release and i think it could be better to create this sf project.

What do you think about ?
__________________
ECLiPSEDVD Guides & News
http://www.eclipsedvd.fr.st
eclipsedvd is offline   Reply With Quote
Old 17th December 2001, 14:51   #2  |  Link
DmitryR
Registered User
 
Join Date: Oct 2001
Location: St.Petersburg, Russia
Posts: 79

Good idea for I think this forum is not a right place to discuss programming problems in.
DmitryR is offline   Reply With Quote
Old 17th December 2001, 15:40   #3  |  Link
trbarry
Registered User
 
trbarry's Avatar
 
Join Date: Oct 2001
Location: Gainesville FL USA
Posts: 2,092

Sounds good to me.

- Tom
trbarry is offline   Reply With Quote
Old 4th January 2002, 15:14   #4  |  Link
Millenod
Registered User
 
Millenod's Avatar
 
Join Date: Jan 2002
Posts: 50

Hi,

This project is very interesting!
Actually there are too many version of this program :
- 1.76 (official)
- 1.76.11a (i don't have tryed this version)
- 1.76.16 by Precis F Neumann (this version has an enormous bug : it doesn't detect correctly the PAL frame rate (it says 20fps.. and it's in fact 25fps))
- 1.82
- 1.84
- 1.85 by Gloval

Well....
each version has usefull functions...
but we must have only one version, otherwise the project will ended due to incompatibilty problems at the end....

I hope that all dvd2avi programmers (official and unofficial) will merge all their functions in one version, and that they will continue to create great and usefull versions of this program.

I'm waiting news of this project ;-)

(excuse me for my very bad english)
Millenod is offline   Reply With Quote
Old 5th January 2002, 14:36   #5  |  Link
trbarry
Registered User
 
trbarry's Avatar
 
Join Date: Oct 2001
Location: Gainesville FL USA
Posts: 2,092

Quote:
I'm waiting news of this project ;-)
I'm waiting too, but I'm not sure that any of those asking for it is willing to actually do the work to set it up and be responsible for it. Including me

- Tom
trbarry is offline   Reply With Quote
Old 5th January 2002, 14:38   #6  |  Link
trbarry
Registered User
 
trbarry's Avatar
 
Join Date: Oct 2001
Location: Gainesville FL USA
Posts: 2,092

Just out of curiosity, are there other more modest tools for small projects that just allow passing a zip around by email and merging changes?

- Tom
trbarry is offline   Reply With Quote
Old 9th January 2002, 08:01   #7  |  Link
GuiltyX
Registered User
 
Join Date: Oct 2001
Location: City of GeekZ
Posts: 11

Quote:
- 1.76.16 by Precis F Neumann (this version has an enormous bug : it doesn't detect correctly the PAL frame rate (it says 20fps.. and it's in fact 25fps))
1.76.19 is already out...
below, the comment of the author.

except for the function actually used, that have many bugs.
Although i think that d2v output and decode are running correctly, may be.
GuiltyX is offline   Reply With Quote
Old 10th January 2002, 18:28   #8  |  Link
Slyde
Registered User
 
Join Date: Jan 2002
Posts: 36

Hi everyone,

Where could those customs releases be downloaded ? I actually haven't been able to find them anywhere.

I've looked quickly at DVD2AVI 1.83pre (from OGO) source, It believe it should be possible to add deinterlacing quite easily, DVD2AVI is well coded.

If a new release of DVD2AVI could provide all theses features :

- automatic 2-pass management
- deinterlacing
- mp3 (lame) + mux (don't know wether 1.84 can mux or not)

DVD2AVI would become a wonderful software, much faster and even easier than FlaskMPEG, especially if someone implements SSE2 IVTC !

I will see what I can myself do for DVD2AVI so if someone wants to create a sf project, don't hesitate, this woud be great !
Slyde is offline   Reply With Quote
Old 10th January 2002, 18:58   #9  |  Link
Nic
Moderator
 
Join Date: Oct 2001
Location: England
Posts: 3,285

Ive already implemented:
2pass
Wizard_FL's Deinterlace (from his IVTC plugin)
(Could add other deinterlacer easily, IVTC is harder to add)
Added the SSE2 code Dmitry wrote

(plus some stuff for myself: i.e. A little simple gui for vstrip, automatic parsing to Lame + Azid exe's, etc)

I use this for all my rips at present...(also added many iDCT algo's but none were better than the present one (on my computer anywayz))

So shout me if I can be any help when things get organised...

Cheers,
-Nic
Nic is offline   Reply With Quote
Old 10th January 2002, 19:44   #10  |  Link
Millenod
Registered User
 
Millenod's Avatar
 
Join Date: Jan 2002
Posts: 50

Hi,

As we can see, there are lot of developpers who work on dvd2avi.
Each develop interesting features, and want to help the community.

- Well, a project on SourceForge was interesting, but nobody has created it (If I'm wrong please give me the url).
It's the 1st thing you must do : create officially this project.
But you must find a responsible for the web site.

- You must determine all functions, features of this project.
- Why don't create a topic on this forum where people could suggest them

It will be interesting to create project with module files...
so that people can just update this or this module... and why not translation file... (just some suggestions for features).

Lot of people are interested to have finally only one version of this great software.
It's your goal, programmers, you program softwares for you, for your pleasure, and why not share your ideas....

DVD2Avi is more used than FlaskMpeg, and is very well-known.
If I know programming, it will be a real pleasure to help you, but the only thing i can do is sharing my motivation, ideas, suggestions...
Millenod is offline   Reply With Quote
Old 11th January 2002, 12:16   #11  |  Link
Slyde
Registered User
 
Join Date: Jan 2002
Posts: 36
Re:

Quote:
Originally posted by Nic
Ive already implemented:
2pass
Wizard_FL's Deinterlace (from his IVTC plugin)
(Could add other deinterlacer easily, IVTC is harder to add)
Added the SSE2 code Dmitry wrote

(plus some stuff for myself: i.e. A little simple gui for vstrip, automatic parsing to Lame + Azid exe's, etc)

I use this for all my rips at present...(also added many iDCT algo's but none were better than the present one (on my computer anywayz))

So shout me if I can be any help when things get organised...

Cheers,
-Nic
Is your custom release of DVD2AVI available for download anywhere ? Your release isn't far from being perfect for zone 2 DVDs (moreover, very few R2 DVDs are interlaced, in most case they have 4/3 DAR - never seen a 16/9 DAR interlaced DVD).

I've heard on a french forum that doom9 was noticed about the DVD2AVI CVS project, however there's a glitch : DVD2AVI author's permission must be obtained before opening a CVS and he can't be found anywhere...

Thanx to anyone who could give me some URL of any custom build, I'm going to have a look on the deinterlace code. I think we should really make a team as almost anything that should be done is already done but everything should now be put in one, greater release of DVD2AVI.
Slyde is offline   Reply With Quote
Old 11th January 2002, 20:47   #12  |  Link
Slyde
Registered User
 
Join Date: Jan 2002
Posts: 36
new name ?

Maybe another name should be found for the next releases ? (would it solve our little problem with the author's autorisation ?)
Slyde is offline   Reply With Quote
Old 11th January 2002, 22:17   #13  |  Link
Millenod
Registered User
 
Millenod's Avatar
 
Join Date: Jan 2002
Posts: 50

I've tryed to contacts people who've worked with Loli J to obtain his email adress...
I hope they'll give me a reply...
Millenod is offline   Reply With Quote
Old 11th January 2002, 23:02   #14  |  Link
Farok
Registered User
 
Join Date: Dec 2001
Location: Paris
Posts: 21
Re:

Quote:
Originally posted by Nic
Ive already implemented:
2pass
Wizard_FL's Deinterlace (from his IVTC plugin)
(Could add other deinterlacer easily, IVTC is harder to add)
Added the SSE2 code Dmitry wrote

(plus some stuff for myself: i.e. A little simple gui for vstrip, automatic parsing to Lame + Azid exe's, etc)

I use this for all my rips at present...(also added many iDCT algo's but none were better than the present one (on my computer anywayz))

So shout me if I can be any help when things get organised...

Cheers,
-Nic
Hi nic,

Where can we download you version of Dvd2Avi ??
thnaks
__________________
---------------------------------
FaroK
Farok is offline   Reply With Quote
Old 11th January 2002, 23:06   #15  |  Link
Nic
Moderator
 
Join Date: Oct 2001
Location: England
Posts: 3,285

Hiya,

I aint really keen on giving it out, there are so many versions out there & mine is such a work in progress....The things ive added were done quickly so people would only flame me for releasing yet another version & not doing things nicely...But I like it (as I can do everything from inside one prog

(I promised hld2002 it ages ago...And I still haven't send it....oops)

Cheers,
-Nic
Nic is offline   Reply With Quote
Old 11th January 2002, 23:32   #16  |  Link
Slyde
Registered User
 
Join Date: Jan 2002
Posts: 36
Re:

Quote:
Originally posted by Nic
Hiya,

I aint really keen on giving it out, there are so many versions out there & mine is such a work in progress....The things ive added were done quickly so people would only flame me for releasing yet another version & not doing things nicely...But I like it (as I can do everything from inside one prog

(I promised hld2002 it ages ago...And I still haven't send it....oops)

Cheers,
-Nic
I would rather get your custom build more for addind some code than using or distributing it.
Slyde is offline   Reply With Quote
Old 16th January 2002, 10:08   #17  |  Link
Julien
Registered User
 
Join Date: Dec 2001
Posts: 27
Quote:
Originally posted by Slyde

I've heard on a french forum
lol
Me too ! You don't like anymore MV but please give us a link ! Thanks

Change the name ?
It's a good idea. Something like VOB2D2V or VOB2AVI ?

7+ Bonne année et bonne santé !
Julien is offline   Reply With Quote
Old 16th January 2002, 10:20   #18  |  Link
Millenod
Registered User
 
Millenod's Avatar
 
Join Date: Jan 2002
Posts: 50
Hi Julien ;-)

We could change the name, but are you sure we don't have any problems with Loli J ?
Millenod is offline   Reply With Quote
Old 16th January 2002, 10:38   #19  |  Link
Julien
Registered User
 
Join Date: Dec 2001
Posts: 27
Quote:
Originally posted by Millenod
are you sure we don't have any problems with Loli J ?
I don't think he really care about the "copyright"... we wasting too much time ! We must start the project now, it's stupid to wait more and more.

I can take the responsibility if there is any problem, but my english sucks and I am not a programmer... I am not the best person to carry out a project like this but if it's the only way, I can do it
Julien is offline   Reply With Quote
Old 16th January 2002, 10:57   #20  |  Link
Millenod
Registered User
 
Millenod's Avatar
 
Join Date: Jan 2002
Posts: 50
I have the same problem as you..
We must meet us on a chat one evening to talk about that.
We must find a solution quickly....
Millenod 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 19:18.


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