[FFmpeg-user] how to convert *.cin into *.avi?

Paul B Mahol onemda at gmail.com
Sat Sep 19 23:32:43 EEST 2020


On Sat, Sep 19, 2020 at 11:14:03PM +0300, peter.lysyansky at gmail.com wrote:
> If you ask me- this is my first experience with FFmpeg, so I have no idea about your question.
> 
> Actually I will appreciate some practical instructions.
> 
> I desperately need the acquired data in any reasonable format.

There is a problem.

IIRC you have not provided any cineon sample files.

Also do know that Cineon can store completely custom color space
into bitstream. And to get proper representation for your display
device there are some conversion that needs to be done somehow.

FFmpeg currently does not have any support for Cineon (.cin file extension
with magic bytes 0x802a5fd7 at start) at all.

You could try GraphicsMagick or ImageMagick.

> 
> Thank you,
> Peter
> 
> -----Original Message-----
> From: ffmpeg-user <ffmpeg-user-bounces at ffmpeg.org> On Behalf Of Paul B Mahol
> Sent: Saturday, September 19, 2020 10:46 PM
> To: FFmpeg user questions <ffmpeg-user at ffmpeg.org>
> Subject: Re: [FFmpeg-user] how to convert *.cin into *.avi?
> 
> Hi,
> 
> On Sat, Sep 19, 2020 at 11:12:05AM +0200, Reto Kromer wrote:
> > peter.lysyansky at gmail.com wrote:
> > 
> > >I was unable to use FFmpeg to convert the * .cin file to
> > >* .avi.
> > 
> > Cineon (.cin) was a predecessor of DPX, introduced by Kodak as a 
> > digital postproduction format for cinema movies in the early 1990s, 
> > and today it's essentially one of its flavours.
> 
> Do you have by any chance Cineon muxed into .mov container?
> 
> Some examples:
> 
> C310:GL3N
> 
> cini:bsmt
> 
> D210:GL3N
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> 
> To unsubscribe, visit link above, or email ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
> 
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> 
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list