Sent from my iPhone

> On 30 Aug 2022, at 05:36, Sean Frazer <[email protected]> wrote:
> 
> Hi!
> 
> I'm trying to re-wrap (not re-encode) some J2k files using the following 
> syntax
> 
> ffmpeg -i J2K_issue_sample.mxf -c:v copy -c:a copy -map 0 output9.mxf
> 
> The re-wrap works though with some key discrepancies noted below:
> 
> Source file:
> sample_aspect_ratio=8:15
> display_aspect_ratio=4:3
> color_range=tv
> color_space=bt709
> color_transfer=bt709
> color_primaries=bt709
> field_order=tt
> 
> Output file:
> sample_aspect_ratio=N/A
> display_aspect_ratio=N/A
> color_range=unknown
> color_space=unknown
> color_transfer=unknown
> color_primaries=unknown
> field_order=progressive
> 
> Does anyone know how to have the output file inherit the exact metadata 
> properties of the source when doing a -c:v copy?

map_metadata 0

Def

> I have spent a while looking into using the -field_order tt syntax but 
> believe this is only possible when re-encoding.
> 
> Would really appreciate anyone's 
_______________________________________________
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".

Reply via email to