View Full Version : Source filters for DPX input?
ChiDragon
24th June 2015, 04:24
So far I've tried "ImportUncompressedSequence (http://forum.doom9.org/showthread.php?t=51227)" and ImmaRead (http://forum.doom9.org/showthread.php?t=135928), but both are giving me dependency errors that boggle my mind. Are there any other options?
Wilbert
24th June 2015, 17:16
Regarding Immaread. Did you put all files (dll + xml) in http://www.wilbertdijkhof.com/ImageMagick-6.5.8_dll.zip in your system folder?
ChiDragon
25th June 2015, 04:57
Hi Wilbert. I put them in C:\Windows\System32\ on this Win7 x64 PC. I'm not certain that's the right one.
foxyshadis
25th June 2015, 06:45
They have to go in SYSWOW64 (or something else on the 32-bit path).
18fps
26th June 2015, 11:55
Also the variable path in system has to be set, and after that you have to re-boot your system.
creaothceann
26th June 2015, 16:07
Logging out and back in might already do the trick.
ChiDragon
27th June 2015, 13:46
Okay, I placed the DLLs in SysWOW64. I have not set the environment variable, logged out, or rebooted.
JPEG test
ImmaRead("U:\frecklesTEST.jpg",MAGICK_HOME="C:\Windows\SysWOW64") #WORKING
ImmaRead("frecklesTEST.jpg",MAGICK_HOME="C:\Windows\SysWOW64") #Stack overflow
Actual DPX (720x486 10-bit Blackmagic Intensity Pro 4K capture)
ImmaRead("U:\<my very long path>\<filename>.dpx",magick_home="C:\Windows\SysWOW64") #Crash
ImmaRead("U:\<my very long path>\<filename>.00003591.dpx",magick_home="C:\Windows\SysWOW64") #Garbled image
ImmaRead("U:\<my very long path>\<filename>.%08d.dpx",magick_home="C:\Windows\SysWOW64") #100 garbled images
http://s7.postimg.org/jo9xx6lm3/Immaread_DPX_garbled.png
This is one of the crazy errors I was getting before, which happens if I try to place the DLLs in other folders:
ImmaRead: couldn't open picture file: severity=1b3, reason=unable to open image `EST.jpg': No such file or directory @ error/blob.c/OpenBlob/2643, description=(null)
(U:\ImmaRead TEST.avs, line 1)
Script for that is: ImmaRead("U:\frecklesTEST.jpg",MAGICK_HOME="U:\ImmaRead-ImageMagickDLLs\")
And then ImmaRead("frecklesTEST.jpg",MAGICK_HOME="U:\ImmaRead-ImageMagickDLLs\") generates the same error message except it says unable to open image `.jpg' without the "EST".
Wilbert
28th June 2015, 13:41
Could you upload such a file somewhere. The imagemagick libs which are used in that plugin are outdated, so it might be the dpx (or some dpx formats) is not well supported. I guess i should update the libs when the dpx file opens fine in newer versions of imagemagick.
ChiDragon
28th June 2015, 17:46
Here is a nice copyright-free image of something on my computer desk. Hopefully there are no bad ads on this site or anything.
http://www.4shared.com/file/Eaia_s4Aba/TEST_for_Wilbert_-_1080i5994_R.html
For me this 1920x1080 image crashes ImmaRead rather than displaying garbled like the other one. Should I send a 720x486 garbled one too?
Wilbert
28th June 2015, 21:38
For me this 1920x1080 image crashes ImmaRead rather than displaying garbled like the other one. Should I send a 720x486 garbled one too?
Yes please.
ChiDragon
29th June 2015, 15:02
Whoops, the crash was actually because I typed the path to the file wrong (filename correct but forgot subfolder)! This one actually loads just fine! Although, it's a 42-frame sequence and if I load it with the default end value of 100, there's a stack overflow when it tries to read frame 43.
Here is a garbled one:
http://www.4shared.com/file/t_1XiidTce/TEST_for_Wilbert_-_486i5994_RG.html
I guess it doesn't like the frame size?
Wilbert
29th June 2015, 20:41
Could you use a normal upload site (for both files)? I see tons of links but neither one gives me the images.
ChiDragon
30th June 2015, 05:29
I thought this was a normal file hosting site. What do you suggest?
The "Download" link is next to "Share" and then you click on "Free Download".
foxyshadis
30th June 2015, 08:45
4shared makes you sign up to download anything.
Mirrored big file (https://dl.dropboxusercontent.com/u/54412753/doom9/TEST%20for%20Wilbert%20-%201080i59.94%20RGB%2C%20Panasonic%20HDC-TM700.00000000.dpx) and little file (https://dl.dropboxusercontent.com/u/54412753/doom9/TEST%20for%20Wilbert%20-%20486i59.94%20RGB%2C%20Panasonic%20HDC-TM700.00000000.dpx).
creaothceann
30th June 2015, 22:38
What do you suggest?
MEGA or MediaFire.
raffriff42
1st July 2015, 03:08
As long as we're going off topic -
Dropbox.
* Set up a shared folder on your PC and the DropBox app uploads the files to the cloud.
* Browse the folder and right click a file to get the public URL.
* Paste the URL between and
OneDrive and Google Drive work too, but I find DropBox more convenient. Free for < X GB (not sure what the limit is these days)
Wilbert
1st July 2015, 18:13
I have the images. Btw xnview only shows the big one correctly. The little one looks garbled. Is there an image viewer which shows the little correctly?
When i have time i will look at ImageMagick and update libs if the last version can read them.
ChiDragon
4th July 2015, 04:21
Thanks for mirroring, foxyshadis.
I don't know which image viewers can display DPX files. It's entirely possible that the 720x486 DPX files created by the capture card are simply broken, though its 4:2:2 AVI captures with the same frame size are fine. This card currently has 1.4/5 stars on Amazon customer reviews because it's so buggy and fails to deliver so many features. Sorry for bothering you with what may be yet another Blackmagic driver failure.
Reel.Deel
4th July 2015, 06:39
FFImageSource (http://avisynth.nl/index.php/FFmpegSource) opens up the big file fine but fails with the small file.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.