On Wed, Jul 3, 2013 at 5:41 PM, Arvind R <arvin...@gmail.com> wrote:
> Hi,
>
> With the ffmpeg file-reader patches, .MTS files can be rendered
> through YUV4MPEG pipe to 365bps dnxhd, but only if colormodel in the
> settings->format is set to to 'RGB-8bit' AND the X11 driver chosen
> which is set to prefer RGB888.
> Any other combination of settings renders and/or displays torn frames
> - suggesting that colormodels are not in sync in the various
> pipelines.
>
> Also the driver set to X11 (RGB888), the overlay engine does not
> clobber the picture in the compositor when playback is paused. Any
> other choice of driver (Xv, openGL) plays ok, but picture torn when
> the safe-area rectangles are overlaid.
>
> The ffmpeg reader is so much faster - about 6 times - that it seems
> very attractive to set right the colormodel anamoly.
> The overlay/rendering engines do not somehow seem to regard the
> driver's preferences. Any suggestions on setting this right?
>
> Arvind

Got it working with all pix_fmts and drivers. Am attaching the tar.gz file
containing all the patches to be applied as specified in the series file.

Cinelerra seems to use packed formats whereas ffmpeg has moved to
providing planar formats for almost everything - upto eight planes.

Tested RGB, RGBA FLOAT RGB FLOAT RGBA YUV YUVA formats in X11,
Xv and openGL. Playback of .MTS files OK. Rendering thro' YUV4MPEG pipe
to dnxhd at 365000000 bps using ffmpeg OK - whew!

Would be nice to extend to write next. But only after taking off to
shoot and edit-:)

Arvind

Attachment: cinelerra-cv_2.2-ffmpeg-patches.tar.gz
Description: GNU Zip compressed data

_______________________________________________
Cinelerra mailing list
Cinelerra@skolelinux.no
https://lists.skolelinux.org/listinfo/cinelerra

Reply via email to