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 > Announcements and Chat > General Discussion
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 16th November 2005, 18:12   #261  |  Link
promitheas
Registered User
 
Join Date: Mar 2004
Location: Greece
Posts: 27
it works

it works ok!
__________________
Better to play and loose than loose without having play.
promitheas is offline   Reply With Quote
Old 16th November 2005, 18:37   #262  |  Link
celtic_druid
Registered User
 
celtic_druid's Avatar
 
Join Date: Oct 2001
Location: Melbourne, Australia
Posts: 2,171
Think I might have fixed it now. Just got to test it. The installer works ok though? Also I updated x264, XviD, oggenc, lame and vorbisgain.
celtic_druid is offline   Reply With Quote
Old 16th November 2005, 18:41   #263  |  Link
280zx
Registered User
 
Join Date: Jun 2003
Posts: 47
Quote:
Originally Posted by celtic_druid
Think I might have fixed it now. Just got to test it. The installer works ok though? Also I updated x264, XviD, oggenc, lame and vorbisgain.

The installer seemed to work fine. One strange little quirk though, everytime after I run fairuse and return to the start button, it informs me that a new program has been installed.

Also, do you mean you updated fairuse's internal version of xvid etc?
280zx is offline   Reply With Quote
Old 17th November 2005, 03:13   #264  |  Link
celtic_druid
Registered User
 
celtic_druid's Avatar
 
Join Date: Oct 2001
Location: Melbourne, Australia
Posts: 2,171
Exactly, the internal versions. From recollection the old ones were compiled by me anyway.

My start menu doesn't do that, but I'm running win2k. I will know if the changes I made worked (in regards to > 700) when I get back from the gym tonight.
celtic_druid is offline   Reply With Quote
Old 17th November 2005, 03:34   #265  |  Link
280zx
Registered User
 
Join Date: Jun 2003
Posts: 47
Sounds good. The start menu bug was worse than I originally thought though. After running any program, then returning to the start menu, it states that a new program was just installed (annoying bubble pops up). Uninstalling fairuse stopped it so that's definitely what was causing it in xp.
280zx is offline   Reply With Quote
Old 17th November 2005, 13:58   #266  |  Link
celtic_druid
Registered User
 
celtic_druid's Avatar
 
Join Date: Oct 2001
Location: Melbourne, Australia
Posts: 2,171
Ok, seems to work, at least the log file reports the correct bitrate instead of just 700. Limit is now (in theory) 8.4GB. So if you set it to 19GB's you would get 8.4.

See previous link for download.

Someone might want to try it with splitting enabled, 'cause I didn't test that at all.
celtic_druid is offline   Reply With Quote
Old 17th November 2005, 20:12   #267  |  Link
280zx
Registered User
 
Join Date: Jun 2003
Posts: 47
It works! Range selection, no 700mb limitation, outputting as 2, 700mb files. Thanks for doing that celtic_druid, much appreciated.

Here's a link to cd's .exe and the light edition of fairuse 2.1 installer from the fairuse website. The "new program installed" prompts bug was getting to me. You could also turn off the highlight newly installed programs option in the taskbar if you're using xp and cd's installer.
280zx is offline   Reply With Quote
Old 17th November 2005, 21:02   #268  |  Link
Wilbert
Moderator
 
Join Date: Nov 2001
Location: Netherlands
Posts: 6,364
celtic_druid, could you upload the source somewhere? Then i can add it to the first post of this thread.
Wilbert is offline   Reply With Quote
Old 18th November 2005, 01:46   #269  |  Link
celtic_druid
Registered User
 
celtic_druid's Avatar
 
Join Date: Oct 2001
Location: Melbourne, Australia
Posts: 2,171
Code:
diff -u FU-Source/DecodeMain.cpp new/DecodeMain.cpp
--- FU-Source/DecodeMain.cpp	2005-09-05 22:38:16.000000000 +1000
+++ new/DecodeMain.cpp	2005-11-17 23:50:34.421875000 +1100
@@ -577,9 +577,9 @@
 		credits = credits * 24 / 30;
 	}
 	if(_session->chapterSplit) {
-		targetSize = min((unsigned)_session->fileSize, 0x2BCu) * _segmentLength / totalFrames;
+		targetSize = min((unsigned)_session->fileSize, 0x219Au) * _segmentLength / totalFrames;
 	} else {
-		targetSize = min((unsigned)_session->fileSize, 0x2BCu) / _session->filePart;
+		targetSize = min((unsigned)_session->fileSize, 0x219Au) / _session->filePart;
 	}
 
 	// determine overhead
diff -u FU-Source/demoMode.h new/demoMode.h
--- FU-Source/demoMode.h	2005-09-05 22:29:56.000000000 +1000
+++ new/demoMode.h	2005-11-16 16:20:45.312500000 +1100
@@ -1,3 +1,4 @@
 //#define CSS_DISABLED
 //#define DEMO_MODE
 #define FAIRUSE_PRO
+#define LOGO_ENABLED
\ No newline at end of file
diff -u FU-Source/Main.cpp new/Main.cpp
--- FU-Source/Main.cpp	2005-09-05 22:38:16.000000000 +1000
+++ new/Main.cpp	2005-11-17 23:49:44.734375000 +1100
@@ -1392,11 +1392,11 @@
 				return true;
 
 			case _DlgIdProjectLogo:
-				if(TranslateMessageBox("LOGO_WARNING", "T_LOGO_WARNING", 0, "The full edition of FairUse Wizard does not overlay any logo.\n\nDo you want to open the full version download page ?", "FairUSe Wizard - Free Edition", MB_YESNO | MB_DEFBUTTON1 | MB_ICONINFORMATION) == IDYES) {
+				/*if(TranslateMessageBox("LOGO_WARNING", "T_LOGO_WARNING", 0, "The full edition of FairUse Wizard does not overlay any logo.\n\nDo you want to open the full version download page ?", "FairUSe Wizard - Free Edition", MB_YESNO | MB_DEFBUTTON1 | MB_ICONINFORMATION) == IDYES) {
 					sprintf(buffer, "http://fairusewizard.com/lang_%s/download.html", Ifo::Language::IdentDescShort(_preferredSubtitles >= 0 ? _preferredSubtitles : _preferredAudio));
 					strlwr(buffer);
 					ShellExecute(NULL, "open", buffer, NULL, NULL, SW_SHOWNORMAL);
-				}
+				}*/
 				Button_SetCheck(GetDlgItem(_projectPage, _DlgIdProjectLogo), BST_CHECKED);
 				return true;
 		}
@@ -3845,7 +3845,7 @@
 		TranslateMessageBox("CROPPING_REGION", "T_CROPPING_REGION", _sheet, "The cropping region you have selected removes too much of the frame.\nThe area to be encoded can be no smaller than 48 x 48 pixels in size.", "Cropping Region", MB_OK | MB_ICONEXCLAMATION);
 		return -1;
 	}
-	if(_rangeStart > 0 || _rangeEnd < _section->fields / 2 - 1) {
+/*	if(_rangeStart > 0 || _rangeEnd < _section->fields / 2 - 1) {
 		char buffer[4096];
 		if(TranslateMessageBox("LE_WARNING_RANGE", "T_LE_WARNING", _sheet, "The Light Edition of FairUse Wizard doesn't allow custom range selection.\n\nDo you want to open the full version download page ?", "FairUSe Wizard - Light Edition", MB_YESNO | MB_DEFBUTTON1 | MB_ICONINFORMATION) == IDYES) {
 			sprintf(buffer, "http://fairusewizard.com/lang_%s/download.html", Ifo::Language::IdentDescShort(_preferredSubtitles >= 0 ? _preferredSubtitles : _preferredAudio));
@@ -3855,7 +3855,7 @@
 		SetTextInt(GetDlgItem(_rangePage, _DlgIdRangeStart), 0);
 		SetTextInt(GetDlgItem(_rangePage, _DlgIdRangeEnd), _section->fields / 2 - 1);
 		return -1;
-	}
+	}*/
 	_rangeExtractSubs = Button_GetCheck(GetDlgItem(_rangePage, _DlgIdRangeDemuxSubs));
 	return 0;
 }
@@ -3898,6 +3898,15 @@
 
 void X::_RangeRangeState()
 {
+//	Slider_SetSel(GetDlgItem(_rangePage, _DlgIdRangeSlider), _rangeStart, _rangeEnd, true);
+	unsigned	max, temp;
+
+	max = _section->fields / 2 - 1;
+	_rangeStart = min(GetTextInt(GetDlgItem(_rangePage, _DlgIdRangeStart), 0), max);
+	_rangeEnd = min(GetTextInt(GetDlgItem(_rangePage, _DlgIdRangeEnd), max), max);
+	if(_rangeStart > _rangeEnd) {
+		temp = _rangeStart; _rangeStart = _rangeEnd; _rangeEnd = temp;
+	}
 	Slider_SetSel(GetDlgItem(_rangePage, _DlgIdRangeSlider), _rangeStart, _rangeEnd, true);
 }
 
@@ -5644,7 +5653,7 @@
 	char buffer[4096];
 
 	fileSize = GetTextInt(GetDlgItem(pageHandle, _DlgIdEncodingFileSize), ~0);
-	if(fileSize > 700) {
+/*	if(fileSize > 700) {
 		if(TranslateMessageBox("LE_WARNING_SIZE", "T_LE_WARNING", _sheet, "The Light Edition of FairUse Wizard doesn't allow to create files greater than 700 MB.\n\nDo you want to open the full version download page ?", "FairUSe Wizard - Light Edition", MB_YESNO | MB_DEFBUTTON1 | MB_ICONINFORMATION) == IDYES) {
 			sprintf(buffer, "http://fairusewizard.com/lang_%s/download.html", Ifo::Language::IdentDescShort(_preferredSubtitles >= 0 ? _preferredSubtitles : _preferredAudio));
 			strlwr(buffer);
@@ -5653,16 +5662,16 @@
 		SetTextInt(GetDlgItem(pageHandle, _DlgIdEncodingFileSize), 700);
 		SetTextInt(GetDlgItem(pageHandle, _DlgIdEncodingFilePart), 1);
 		return false;
-	}
+	}*/
 
-	if(_encodingMode == DivXCompressor::EncodingModeQuantizer) {
+/*	if(_encodingMode == DivXCompressor::EncodingModeQuantizer) {
 		if(TranslateMessageBox("LE_WARNING_QUALITY", "T_LE_WARNING", _sheet, "Quantizer based encoding is only available in the Full Edition of FairUse Wizard.\n\nDo you want to open the full version download page ?", "FairUSe Wizard - Light Edition", MB_YESNO | MB_DEFBUTTON1 | MB_ICONINFORMATION) == IDYES) {
 			sprintf(buffer, "http://fairusewizard.com/lang_%s/download.html", Ifo::Language::IdentDescShort(_preferredSubtitles >= 0 ? _preferredSubtitles : _preferredAudio));
 			strlwr(buffer);
 			ShellExecute(NULL, "open", buffer, NULL, NULL, SW_SHOWNORMAL);
 		}
 		return false;
-	}
+	}*/
 	return true;
 }
 
@@ -8976,9 +8985,9 @@
 	//}
 	if(validSettings == false) {
 		// file size
-		_introFileSize = 700;
-		SetTextInt(GetDlgItem(_optionsPage, _DlgIdEncodingFileSize), 700);
-		SetTextInt(GetDlgItem(_optionsPage, _DlgIdIntroFilePart), 1);
+//		_introFileSize = 700;
+//		SetTextInt(GetDlgItem(_optionsPage, _DlgIdEncodingFileSize), 700);
+//		SetTextInt(GetDlgItem(_optionsPage, _DlgIdIntroFilePart), 1);
 		sprintf(buffer, "%u", _introFileSize);
 		WritePrivateProfileString("Options", "DefaultFileSize2", buffer, IniPath);
 		return -1;
@@ -10230,7 +10239,7 @@
 	createGnuKey();
 	Instance(instance);
 	sprintf(versionInfo, "%s", version);
-	sprintf(versionInfo, "%s LE", version);
+//	sprintf(versionInfo, "%s LE", version);
 	Version(versionInfo);
 	_DiagnosticInit();
 	_Diagnostic("%s log file\n", Version());
Note the hex value for 700 that I had to change.

Anyone want the link to the installer script? Perhaps someone can fix it?
celtic_druid is offline   Reply With Quote
Old 10th December 2005, 17:13   #270  |  Link
Thomas_AR
Registered User
 
Thomas_AR's Avatar
 
Join Date: Jul 2005
Location: Buenos Aires
Posts: 57
Stupid question:
In this treadt a version is offered which breaks the 700MB limit. This is normaly a feature of the full version on the FairUse homepage for which you have to pay. Can somebody explain that please, or i am missing something?
Thomas_AR is offline   Reply With Quote
Old 10th December 2005, 17:49   #271  |  Link
celtic_druid
Registered User
 
celtic_druid's Avatar
 
Join Date: Oct 2001
Location: Melbourne, Australia
Posts: 2,171
Explain what exactly?
FairUse is GPL, that means that it can be sold, but the source code must be made available. I guess the full version source would be to available to those who have paid for the full version, however the light version source is available to all and the above patch fixes the limitations. No idea about the differences between the above and the real full version. But it can definatly encode more than 700MB's.
celtic_druid is offline   Reply With Quote
Old 10th December 2005, 18:32   #272  |  Link
Thomas_AR
Registered User
 
Thomas_AR's Avatar
 
Join Date: Jul 2005
Location: Buenos Aires
Posts: 57
Does the patch also fix these limitations mentioned at the homepage:

Only available in the Full Edition :

Encode much faster !
Encode much faster with the Dual-Core, SMP, and Hyper-Threading processors optimised build !

Optimise your encodings with the "quality" mode !
Get the best possible quality while only using exactly the needed space. The quality mode is best suited for the archiving of DVD quality movies !

Break the 700 MB limit !
Encode to 1400 MB (or even more) target file size for superior video and audio quality !

Select exactly what to encode !
Remove any unneeded or repeating credits, encode only your favorite movie parts, ...
Thomas_AR is offline   Reply With Quote
Old 10th December 2005, 18:55   #273  |  Link
celtic_druid
Registered User
 
celtic_druid's Avatar
 
Join Date: Oct 2001
Location: Melbourne, Australia
Posts: 2,171
1) Not really. More upto the encoder anyway since that is the most CPU intensive.
2) I think so. That was a limit on DivX though wasn't it? I don't have DivX installed.
3) Already covered that.
4) Yes.

Download the installer (or the single exe posted above) and test it yourself.
celtic_druid is offline   Reply With Quote
Old 4th January 2006, 03:34   #274  |  Link
sillKotscha
what's this for?
 
sillKotscha's Avatar
 
Join Date: Apr 2002
Location: Berlin, Germany
Posts: 993
Here is FairUse 2.2 to celebrate the new year that's coming !

Quote:
Fixed:
- fixed compatibility with all current (and hopefully future) DivX codec versions
- fixed a crash after parsing IFO files with some discs
- fixed the "incomplete movie" bug that showed up with some homemade discs - ISO images can now be opened even if no physical drive is found
- fixed the checkboxes behaviour on the audio transcoding screen
- default encoding profile os no longer overwritten when customized for one encoding
- fixed potential problems with data caching
- fixed minor GUI glitches

Added:
- added iPod Video encoding (see profiles, full version only)
- added encoding profiles (standard, standard with ESS compatibility, custom codec settings)
- the codec settings can now be customized for all codecs

Changed:
- updated the internal XviD codec
- updated the internal x264 codec
do you plan MP4 support...? I mean you do use x264 via fvw and store that file in an avi, hmm.
sillKotscha is offline   Reply With Quote
Old 4th January 2006, 15:45   #275  |  Link
celtic_druid
Registered User
 
celtic_druid's Avatar
 
Join Date: Oct 2001
Location: Melbourne, Australia
Posts: 2,171
http://mirror05.x264.nl/celtic_druid...u2.2-setup.exe

In case anyone is interested.
celtic_druid is offline   Reply With Quote
Old 4th January 2006, 16:10   #276  |  Link
Thomas_AR
Registered User
 
Thomas_AR's Avatar
 
Join Date: Jul 2005
Location: Buenos Aires
Posts: 57
I am interestet
Thanks a lot.
Thomas_AR is offline   Reply With Quote
Old 4th January 2006, 16:10   #277  |  Link
Wilbert
Moderator
 
Join Date: Nov 2001
Location: Netherlands
Posts: 6,364
@celtic_druid,

Where did you find the source on their site? I searched for it, but couldn't find it.
Wilbert is offline   Reply With Quote
Old 4th January 2006, 16:32   #278  |  Link
celtic_druid
Registered User
 
celtic_druid's Avatar
 
Join Date: Oct 2001
Location: Melbourne, Australia
Posts: 2,171
Same link as always which is in the FAQ as well as I think Patchwork's signature.
http://www.fairusewizard.com/Release/fu-src.zip

I updated XviD to 1.1 final, lame to 3.97b2, oggenc and x264 as well.

Installer is basically the same, so probably the same issues. New registry keys for 2.2 though so that is changed, plus I updated Innosetup since last time I think, so maybe it is ok?
celtic_druid is offline   Reply With Quote
Old 9th January 2006, 18:43   #279  |  Link
Automan
Registered User
 
Join Date: Dec 2004
Location: Costa Rica
Posts: 11
thank you.

Thank you celtic_druid for your setup package. Very apreciated.

My best regards.

Happy New Year 2006 to everyone!
__________________
Cursor...
Automan is offline   Reply With Quote
Old 15th January 2006, 06:03   #280  |  Link
loopyloops
Registered User
 
Join Date: Dec 2005
Posts: 87
Not sure if this is the appropriate place to post this - but I am sure I'll find out :-)

I've also contacted ump, but maybe he's away. In any case, all of a sudden, instead of getting 700mb files (I have the full version, btw), I end up with 15kb files - and I get no error or anything.

Would someone be able to help me out and take a look at my log file? This seems to have come on all of a sudden - one day it worked, and now, not so much. I'm wondering if some kind of codec update is messing with the program.


Sorry, nevermind, this problem is now poping up all over the FUW support site, and ump's fixing it soon - when he's better - has the flu :-(

Last edited by loopyloops; 16th January 2006 at 05:44.
loopyloops is offline   Reply With Quote
Reply


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 11:14.


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