https://trac.ffmpeg.org/ticket/5068 according to this you can mux baseline profile h264 into mxf Also should be supported: dv video (with better 4:2:2 subsampling) mpeg2 (not sure about GOP size?) Avc-intra 100 (intra-only variant of h264 with yuv422p10le colorspace, 100 mbit/s) audio is pcm, 16 or 24 bit please try? put mxf_pcm* into ffmpeg/audio and rest in ffmpeg/video, try to render those and see if other NLEs or tools accept those files...
also added mjpeg2000/mxf via openjpeg and dnxhr_lb/mxf according to https://dovidenko.com/2019/999/ffmpeg-dnxhd-dnxhr-mxf-proxies-and-optimized-... https://wiki.archivematica.org/Video (oh, jpeg2000 / mxf and mjpeg2000 / mxf are different things, now renaming) On Saturday, June 19, 2021, Andrew Randrianasulu <[email protected]> wrote:
https://trac.ffmpeg.org/ticket/5068
according to this you can mux baseline profile h264 into mxf Also should be supported:
dv video (with better 4:2:2 subsampling) mpeg2 (not sure about GOP size?) Avc-intra 100 (intra-only variant of h264 with yuv422p10le colorspace, 100 mbit/s)
audio is pcm, 16 or 24 bit
please try?
put mxf_pcm* into ffmpeg/audio and rest in ffmpeg/video, try to render those and see if other NLEs or tools accept those files...
Great; the mxf format was missing. Thanks. I created 3 renders: DNxHR_Lb; avc_intra and mpeg2. All 3 worked fine (to me the renderings without render farm go in single thread, instead in the case of avc_intra it went in multi thread, hurrah). I've imported the produced files without problems in OpenShot and Olive; it gives me an error in Kdenlive (the same error I had importing the CMX3600 EDLs. I guess I don't know how to import files in Kdenlive...). Thank you Andrew.
Andrew, I tested them all and will checkin next time I power on that computer. Thank you and thanks to Andrea for his work. On Sat, Jun 19, 2021 at 9:08 AM Andrew Randrianasulu via Cin < [email protected]> wrote:
also added mjpeg2000/mxf via openjpeg and dnxhr_lb/mxf according to
https://dovidenko.com/2019/999/ffmpeg-dnxhd-dnxhr-mxf-proxies-and-optimized-...
https://wiki.archivematica.org/Video
(oh, jpeg2000 / mxf and mjpeg2000 / mxf are different things, now renaming)
On Saturday, June 19, 2021, Andrew Randrianasulu <[email protected]> wrote:
https://trac.ffmpeg.org/ticket/5068
according to this you can mux baseline profile h264 into mxf Also should be supported:
dv video (with better 4:2:2 subsampling) mpeg2 (not sure about GOP size?) Avc-intra 100 (intra-only variant of h264 with yuv422p10le colorspace, 100 mbit/s)
audio is pcm, 16 or 24 bit
please try?
put mxf_pcm* into ffmpeg/audio and rest in ffmpeg/video, try to render those and see if other NLEs or tools accept those files...
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
Andrew, how about tidying up a bit by removing DNxHR from .mov and .qt and putting them all under .mxf which is their original container?
On Sunday, June 20, 2021, Andrea paz via Cin <[email protected]> wrote:
Andrew, how about tidying up a bit by removing DNxHR from .mov and .qt and putting them all under .mxf which is their original container?
well, just copy/edit DNxHR mov presets into corresponding mxf presets? but because those are separate muxers having two sets of profiles might be useful for troubleshooting in future? --
Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
participants (3)
-
Andrea paz -
Andrew Randrianasulu -
Phyllis Smith