Login  Register

mp4 files

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

mp4 files

Zeev Smilansky
7 posts
I'm analyzing some MP4 files from the net. They only load via LOCI tools from 2008 (and NOT by the latest version). The video plays nicely on the screen, but I can't access the color data. Type is GRAY32. Status bar shows a float number as pixel value. In the debugger three channels can be seen, one in the regular ImageProcessor, two others in a field called "otherChannels" which is ImageProcessor[] of length 2 and does have the right data buffers.
Any suggestion will be appreciated.... how to access the "otherChannels" field or how otherwise to read such files. It's just an ordinary file type, like billions of others.
thanks
Zeev

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: mp4 files

dscho
1631 posts
Hi Zeev,

On Sun, 8 Jul 2012, Zeev Smilansky wrote:

> I'm analyzing some MP4 files from the net.
>
> They only load via LOCI tools from 2008 (and NOT by the latest version).

Could you upload one sample, maybe via Fiji's Help>Upload Sample File? The
Bio-Formats developers have access to the uploaded files and I am sure
that having an example file will help resolve the issue pretty quickly.

Ciao,
Johannes

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: mp4 files

Zeev Smilansky
7 posts
Thanks Johannes for the quick reply
I will upload the movie as you suggested.
Zeev


From: Johannes Schindelin
Date: יום ראשון 08 יולי 2012 22:58
To: [hidden email]
Subject: Re: mp4 files

Hi Zeev,

On Sun, 8 Jul 2012, Zeev Smilansky wrote:

> I'm analyzing some MP4 files from the net.
>
> They only load via LOCI tools from 2008 (and NOT by the latest version).

Could you upload one sample, maybe via Fiji's Help>Upload Sample File? The
Bio-Formats developers have access to the uploaded files and I am sure
that having an example file will help resolve the issue pretty quickly.

Ciao,
Johannes

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html


__________ NOD32 7121 (20120508) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.com


--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: mp4 files

ctrueden
1670 posts
Hi Zeev,

Thanks for uploading the sample MP4 files!

I was able to successfully read the file
"hahahaha_Baby_gets_out_of_crib.mp4" with the latest version of
Bio-Formats, when running Java in 32-bit mode. The reason is that to read
this kind of file, Bio-Formats uses the QuickTime for Java library, which
is only available from 32-bit Java. Additionally, on Windows, you must have
QuickTime installed.

For a list of supported codecs, see this page:
    http://loci.wisc.edu/bio-formats-format/quicktime-movie

Please let us know if you experience different behavior.

HTH,
Curtis


On Mon, Jul 9, 2012 at 5:56 AM, Zeev Smilansky
<[hidden email]>wrote:

> Thanks Johannes for the quick reply
> I will upload the movie as you suggested.
> Zeev
>
>
> From: Johannes Schindelin
> Date: יום ראשון 08 יולי 2012 22:58
> To: [hidden email]
> Subject: Re: mp4 files
>
> Hi Zeev,
>
> On Sun, 8 Jul 2012, Zeev Smilansky wrote:
>
> > I'm analyzing some MP4 files from the net.
> >
> > They only load via LOCI tools from 2008 (and NOT by the latest version).
>
> Could you upload one sample, maybe via Fiji's Help>Upload Sample File? The
> Bio-Formats developers have access to the uploaded files and I am sure
> that having an example file will help resolve the issue pretty quickly.
>
> Ciao,
> Johannes
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>
>
> __________ NOD32 7121 (20120508) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html