Converting MXF back to TIFF
-
- Posts: 2
- Joined: Tue Nov 17, 2015 3:29 am
Converting MXF back to TIFF
Hi there. Does this tool have the ability to convert a DCP (specifically the MXF wrapped J2K) back to TIFF or any other uncompressed format?
-
- Site Admin
- Posts: 2548
- Joined: Thu Nov 14, 2013 2:53 pm
Re: Converting MXF back to TIFF
Hi there,
It does not. It's not too hard to do that from the command line, if you are so inclined. What platform are you using?
It does not. It's not too hard to do that from the command line, if you are so inclined. What platform are you using?
-
- Site Admin
- Posts: 2548
- Joined: Thu Nov 14, 2013 2:53 pm
Re: Converting MXF back to TIFF
I've started writing some notes on how to this here. Let me know if you try it ...
-
- Posts: 4
- Joined: Sat Oct 24, 2015 6:48 am
Re: Converting MXF back to TIFF
How about windows?
-
- Posts: 2804
- Joined: Tue Apr 15, 2014 9:11 pm
- Location: Germany
Re: Converting MXF back to TIFF
There is a simple way to do this with FFMPEG, I created some ProRes-Files from DCPs (MXFs) this way:
ffmpeg -i j2c.mxf -i pcm.mxf -vcodec prores -acodec pcm_s16le output.mov
However, this only works for DCPs with a 1:1 CPL-MXF relationship, that is, no offsets, etc. in the CPL for audio or video.
Uncompressed image sequence should work just as well.
- Carsten
ffmpeg -i j2c.mxf -i pcm.mxf -vcodec prores -acodec pcm_s16le output.mov
However, this only works for DCPs with a 1:1 CPL-MXF relationship, that is, no offsets, etc. in the CPL for audio or video.
Uncompressed image sequence should work just as well.
- Carsten
-
- Posts: 54
- Joined: Wed Sep 09, 2015 5:35 am
Re: Converting MXF back to TIFF
Hi all and freer new year
It will be usefull an export option to prores or mpeg2 in case of encrypted DCPs.
or can i convert to prores or whatelse with ffmpeg or asdcplib in case of encrypted DCPs?
Thanks
It will be usefull an export option to prores or mpeg2 in case of encrypted DCPs.
or can i convert to prores or whatelse with ffmpeg or asdcplib in case of encrypted DCPs?
Thanks