On Sat, Sep 19, 2020 at 11:14:03PM +0300, [email protected] 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 <[email protected]> On Behalf Of Paul B Mahol > Sent: Saturday, September 19, 2020 10:46 PM > To: FFmpeg user questions <[email protected]> > Subject: Re: [FFmpeg-user] how to convert *.cin into *.avi? > > Hi, > > On Sat, Sep 19, 2020 at 11:12:05AM +0200, Reto Kromer wrote: > > [email protected] 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 > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email [email protected] > with subject "unsubscribe". > > _______________________________________________ > ffmpeg-user mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
