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 > Video Encoding > MPEG-4 ASP
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 4th April 2004, 10:47   #21  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,784
Quote:
Originally posted by incredible
If exporting to TmpgEnc.ini file the values will be like "reverse" .... don't know how to describe it in german.
Heck... mathematicians call that "transposed" (top right <=> bottom left). Indeed, that's a bug I'll have to fix!

And I saw on one PC that I'm not able to export to text (start CQME, open a matrix file, export, select "Text (CSV)"... no dialog appears, although it should "onClick"). Very strange. But the only W2K Domain Controller with user login I tested so far.
LigH is offline   Reply With Quote
Old 4th April 2004, 12:45   #22  |  Link
Inc
Squeeze it!
 
Inc's Avatar
 
Join Date: Oct 2003
Location: Germany
Posts: 472
Quote:
Originally posted by LigH
And I saw on one PC that I'm not able to export to text (start CQME, open a matrix file, export, select "Text (CSV)"... no dialog appears, although it should "onClick"). Very strange. But the only W2K Domain Controller with user login I tested so far.
If you export to "text" ... its the case that you have to change just a letter or so in the Name and the "ok" button then appears.
(In case if you refer to that issue).

I just PNed you about the Alternate (F2) Diagram and how it interprets the manual settet values ....
Inc is offline   Reply With Quote
Old 4th April 2004, 13:49   #23  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,784
Oh, I shall know my own program... I thought the export file dialog appears when I click onto the radiobox, but it appears when I click on the OK button. So I will have to check the logic, if I shall enable the OK button when I click on the radiobox and the matrix name is not empty...

And yes, indeed, also the scan order is read transposed, stupid me.
LigH is offline   Reply With Quote
Old 4th April 2004, 20:23   #24  |  Link
bill_baroud
Registered User
 
Join Date: Feb 2002
Posts: 407
Quote:
Originally posted by LigH
Oh yeah, a software developer, network and database administrator, and media specialist - and still unemployed; this is only possible in Germany. How many years did they tell us that so many IT specialists are missing - and now so many IT specialists are missing available jobs.
No no, not only in Germany ... same here (France)

btw, really nice tool.
bill_baroud is offline   Reply With Quote
Old 5th April 2004, 07:09   #25  |  Link
SoonUDie
Registered User
 
Join Date: Dec 2003
Posts: 147
Good program, it's very helpful.

I may have a bug though - it seems that the diagrams for the scanning process don't math the scanning order.

The image goes like this
1 2 6
3 5
4

etc.

While the program seems to create the "scan order" bars by reading like this:
1 3 4
2 5
6
__________________
Stuff was here at some point.
SoonUDie is offline   Reply With Quote
Old 5th April 2004, 13:15   #26  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,784
That is just the effect what "transposed" means: x <=> y, mirrored at the main diagonal...
__

http://www.ligh.de/software/CQME_1.0a.zip contains most fixes, and the enhanced documentation.
LigH is offline   Reply With Quote
Old 5th April 2004, 13:23   #27  |  Link
SoonUDie
Registered User
 
Join Date: Dec 2003
Posts: 147
Yes, but you talked about that in relation to exporting / importing something.

When I hit F2 and get the scan graph, it looks like the values have been scanned incorrectly. Am I right, or are they supposed to be scanned transposed?
__________________
Stuff was here at some point.
SoonUDie is offline   Reply With Quote
Old 5th April 2004, 13:28   #28  |  Link
Inc
Squeeze it!
 
Inc's Avatar
 
Join Date: Oct 2003
Location: Germany
Posts: 472
@SoonUdie

Yep, thats exactly the point I mailed to LigH via PN yesterday, .... and what he explained above by "transposed" x <=> y. This should be fixed now if I understand LigH right.

LigH ...., did you also fixed the export to TmpgEnc.ini as there the ordering seemed to be "transposed" but not when doing just exporting to text file.
Inc is offline   Reply With Quote
Old 5th April 2004, 13:58   #29  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,784
Look into the documentation, "History": I fixed transposed matrixes in the TMPGEnc.ini export, and in the Scan order window.
LigH is offline   Reply With Quote
Old 5th April 2004, 14:10   #30  |  Link
Inc
Squeeze it!
 
Inc's Avatar
 
Join Date: Oct 2003
Location: Germany
Posts: 472
At work Im working on a MAC which can't open the .chm file, ... thats why I should wait until this evening when I get home to my PC.
Inc is offline   Reply With Quote
Old 5th April 2004, 14:22   #31  |  Link
bond
Registered User
 
Join Date: Nov 2001
Posts: 9,770
ligh, did you try to set nerodigital matrices?
__________________
Between the weak and the strong one it is the freedom which oppresses and the law that liberates (Jean Jacques Rousseau)
I know, that I know nothing (Socrates)

MPEG-4 ASP FAQ | AVC/H.264 FAQ | AAC FAQ | MP4 FAQ | MP4Menu stores DVD Menus in MP4 (guide)
Ogg Theora | Ogg Vorbis
use WM9 today and get Micro$oft controlling the A/V market tomorrow for free
bond is offline   Reply With Quote
Old 5th April 2004, 14:24   #32  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,784
Fixed:
  • TMPGEnc.ini output wrote a transposed matrix (x <=> y)
  • Scan order used transposed matrix indices, too
  • Enabled OK button for "Text (CSV)" export immediately, when the matrix name already was not empty
Added:
  • Provided more file type masks in some dialogs
  • Enhanced the documentation
Changed:
  • Increased the saturation of the bar colors in the scan order window
__

Nero Digital is too complicated currently: I would have to copy a whole preset branch inside an XML file, just to create new matrices.
LigH is offline   Reply With Quote
Old 8th April 2004, 20:01   #33  |  Link
Morpheus_xx
Registered User
 
Join Date: Feb 2002
Posts: 85
Quote:
Originally posted by LigH
Nero Digital is too complicated currently: I would have to copy a whole preset branch inside an XML file, just to create new matrices. [/B]
Maybe you could only overwrite the matrix-value in one profile. You could let the user select it before writing...
Morpheus_xx is offline   Reply With Quote
Old 8th April 2004, 23:07   #34  |  Link
Neo Neko
Registered User
 
Neo Neko's Avatar
 
Join Date: Mar 2002
Location: Kansas City, Missouri
Posts: 1,812
Quote:
Originally posted by Leak
Looking at the binary, I'd say it's Delphi - there goes the portability.
Not really. I have a copy of Kylix sitting on my shelves right here. Which is IIRC the linux component of delphi. Mind you not everything is portable from delphi to kylix. Like 3rd party or software specific modules. But the base interface design and component code is. When you talk cross platform code C/C++ is king. But Pascal and Obective Pascal should not be counted out.

Quote:
Originally posted by Leak
Still can't figure out why creating a resizeable layout shouldn't be possible in Delphi, but then again I've never used it...
I never created anything usefull in delphi. But I did create resizable layouts. So on a basic level I can't understand it either. The only thing I can figure is that the matrix visualisation module may not have good support for it. Or that the entry boxes for the matrix would get hard to read and scrunched if re-aranged and re-sized.
__________________
Opensource will not take over the world. But it will sure improve the lives of most of it!
_______________________________________________
Inkscape - Scallable Vector Graphics for everyone.
The GIMP - Free raster graphics and photo editing software.
Planeshift - Free 3D MMORPG. Cause everyone needs some fun.
Neo Neko is offline   Reply With Quote
Old 13th April 2004, 00:36   #35  |  Link
lordadmira
Registered User
 
lordadmira's Avatar
 
Join Date: Mar 2004
Location: Zinzinnati
Posts: 294
Real mathematicians use Fortran!

__________________
Anata wa baka da! REPENT!
lordadmira is offline   Reply With Quote
Old 13th April 2004, 00:38   #36  |  Link
lordadmira
Registered User
 
lordadmira's Avatar
 
Join Date: Mar 2004
Location: Zinzinnati
Posts: 294
Ligh:
Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems.
Please try again later.

Apache/1.3.27 Server at www.ligh.de Port 80
__________________
Anata wa baka da! REPENT!
lordadmira is offline   Reply With Quote
Old 13th April 2004, 02:42   #37  |  Link
TorgoGuy
Registered User
 
TorgoGuy's Avatar
 
Join Date: Jan 2004
Posts: 35
Quote:
Originally posted by Leak
Still can't figure out why creating a resizeable layout shouldn't be possible in Delphi, but then again I've never used it...
Resizable layouts are easily doable in Delphi. In fact, if you just want everything to scale you can have it happen automatically with some pretty standard free controls (i.e., not a single line of code required). If you only want to certain area to scale then you'll have to write a bit of code which sometime can require a bit of "futzing."

Quote:
Also, am I the only one that finds the flickering when you adjust one of the spin controls annoying? Double-buffering the diagrams would be nice...
Also easy to fix (a few lines of code). If LigH doesn't know how to fix it, he can PM me and I'll help him out.
TorgoGuy is offline   Reply With Quote
Old 13th April 2004, 13:34   #38  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,784
"Service Temporarily Unavailable":

I don't have manual access to my lend server. So please wait for my provider to fix it...
__

"Double buffering":

I'm working on it. Probably I'll have to render the metafile offscreen, and draw the created bitmap.
__

"Resizing the window layout":

I still don't know how it shall be done (not just technically, this would be at least possible - but most important: which controls and which control dimensions shall resize, which shall not; are there minimum sizes for some control dimensions; which shall keep their proportions relatively to which others...). I made all the controls so fixed, it would take much time to rewrite everything, especially if you would insist in resizing the bar graph panels.

Last edited by LigH; 13th April 2004 at 13:40.
LigH is offline   Reply With Quote
Old 13th April 2004, 18:39   #39  |  Link
lordadmira
Registered User
 
lordadmira's Avatar
 
Join Date: Mar 2004
Location: Zinzinnati
Posts: 294
It crashed as soon as I ran it.

Zurgriffsverletzung bei Adresse BFF7B9A6 in Modul 'KERNEL32.DLL'. Schreiben von Adresse 0000000.

Exception EReadError in Modul CQME.EXe bei 00001910B. Fehler beim Lesen von ZigZagImage.Picture.Data: Zurgriffsverletzung bei Adresse 0042264A in Modul CQME.EXE blah blah blah....

I have 98SE.
__________________
Anata wa baka da! REPENT!

Last edited by lordadmira; 13th April 2004 at 18:41.
lordadmira is offline   Reply With Quote
Old 14th April 2004, 00:09   #40  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,784
Oops - never ran it under Win98; I hope it is not related to using UPX as EXE packer. I'll try and see...
LigH 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 01:04.


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