Conversion 422 files to picture?

Started by tobifu, August 16, 2022, 04:28:04 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tobifu

Hi!
Is there any way to convert the .422-files to any picture format?
I already searched the web and this forum, but all information I can find is outdated und has dead links.
Thanks! :)
Tobias

Walter Schulz

May I ask what you are talking about?
Is there any chance you are using "stable" v2.3 which is nowadays unsupported?
You may want to use https://archive.org to dive into broken links.

tobifu

Hi!
I used magic lantern (ver 2.3.60D.111) in silent mode and got .422-files, which I cannot open or convert.
Found this in the forum:
https://www.magiclantern.fm/forum/index.php?topic=3310.25
But I can't find the tool 422toimage.exe

Walter Schulz

Move to a maintained build and use DNG or MLV instead.

Or you can find source code on archive.org and compile it on your own.

tobifu

Quote from: Walter Schulz on August 16, 2022, 07:42:04 PM
Move to a maintained build and use DNG or MLV instead.

Okay, already updated Magic Lantern. :)

But what about the existing files? No way to open them?
To be honest: I've got no idea how to compile a source code to do this....  :'(

Or you can find source code on archive.org and compile it on your own.

theBilalFakhouri

Quote from: tobifu on August 16, 2022, 07:27:37 PM
422toimage.exe

422ToImage 1.9.2

You should add your .422 files resolution in "resolutions.xml" if it's not there by default, otherwise 422ToImage would show blank result.

tobifu

Thanks a lot, theBilalFakhouri!  :)
But the program doesn't start.
I got the message:
"Error while reading 'resolutions.xml'. Replace this file with original. Program will exit now"
:'(

Walter Schulz

Show content of your resolutions.xml file.

tobifu

As it was in the zip. I didn't change anything:

<?xml version="1.0"?>
<Resolutions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <resolutions>
    <Point>
      <X>1056</X>
      <Y>704</Y>
    </Point>
    <Point>
      <X>1720</X>
      <Y>974</Y>
    </Point>
    <Point>
      <X>580</X>
      <Y>580</Y>
    </Point>
    <Point>
      <X>1280</X>
      <Y>580</Y>
    </Point>
    <Point>
      <X>640</X>
      <Y>480</Y>
    </Point>
    <Point>
      <X>1024</X>
      <Y>680</Y>
    </Point>
    <Point>
      <X>512</X>
      <Y>340</Y>
    </Point>
    <Point>
      <X>720</X>
      <Y>480</Y>
    </Point>
    <Point>
      <X>1680</X>
      <Y>945</Y>
    </Point>
    <Point>
      <X>1280</X>
      <Y>720</Y>
    </Point>
    <Point>
      <X>928</X>
      <Y>616</Y>
    </Point>
    <Point>
      <X>1576</X>
      <Y>1048</Y>
    </Point>
    <Point>
      <X>1120</X>
      <Y>746</Y>
    </Point>
    <Point>
      <X>1872</X>
      <Y>1079</Y>
    </Point>
    <Point>
      <X>1560</X>
      <Y>884</Y>
    </Point>
    <Point>
      <X>1872</X>
      <Y>1080</Y>
    </Point>
    <Point>
      <X>1280</X>
      <Y>560</Y>
    </Point>
    <Point>
      <X>944</X>
      <Y>632</Y>
    </Point>
    <Point>
      <X>1576</X>
      <Y>632</Y>
    </Point>
    <Point>
      <X>1056</X>
      <Y>756</Y>
    </Point>
    <Point>
      <X>1728</X>
      <Y>972</Y>
    </Point>
    <Point>
      <X>1152</X>
      <Y>768</Y>
    </Point>
    <Point>
      <X>1904</X>
      <Y>1274</Y>
    </Point>
    <Point>
      <X>1920</X>
      <Y>1080</Y>
    </Point>
    <Point>
      <X>1920</X>
      <Y>540</Y>
    </Point>
    <Point>
      <X>960</X>
      <Y>540</Y>
    </Point>
    <Point>
      <X>1620</X>
      <Y>1080</Y>
    </Point>
   <Point>
      <X>960</X>
      <Y>639</Y>
    </Point>
   <Point>
      <X>1728</X>
      <Y>1151</Y>
    </Point>
   <Point>
      <X>1728</X>
      <Y>971</Y>
    </Point>
   <Point>
      <X>1280</X>
      <Y>689</Y>
    </Point>
        <Point>
      <X>1620</X>
      <Y>639</Y>
    </Point>
        <Point>
      <X>1320</X>
      <Y>639</Y>
    </Point>
        <Point>
      <X>1280</X>
      <Y>639</Y>
    </Point>
        <Point>
      <X>1728</X>
      <Y>639</Y>
    </Point>
        <Point>
      <X>2582</X>
      <Y>639</Y>
    </Point>
        <Point>
      <X>480</X>
      <Y>639</Y>
    </Point>
        <Point>
      <X>1032</X>
      <Y>1199</Y>
    </Point>
  </resolutions>
</Resolutions>

Walter Schulz

Quote from: theBilalFakhouri on August 17, 2022, 02:02:19 AM
You should add your .422 files resolution in "resolutions.xml" if it's not there by default, otherwise 422ToImage would show blank result.

So: Is your resolution included or not?

tobifu

Resolution is included.

But as I mentioned: the program doesn't even start. I only get this error-message.

theBilalFakhouri

Quote from: tobifu on August 17, 2022, 01:38:44 PM
But the program doesn't start.
I got the message:
"Error while reading 'resolutions.xml'. Replace this file with original. Program will exit now"
:'(

It does work here without your mentioned issue.

Have your read the included "readme.txt"?
You might need to install the mentioned software.

Which Windows you are using?

tobifu

Okay, after all I got the program to convert the files. Yeah!

But to use 422toimage I have to install Enblend/Enfuse!?
And to install this I need to install GNU Make?!
And so on and on...??

Let's quit it here - that's all much to complicated and annoying.

Thanks to you all for your help and support. :)

Walter Schulz

Look into bin directory to find compiled binaries.

Quote from: tobifu on August 20, 2022, 11:42:39 AM
And to install this I need to install GNU Make?!

Readmes are intended to be read with care. "To build" you need GNU. But you don't have to because of first sentence.