Re: [FFmpeg-user] ffmpeg and handler_name in a mov

2016-12-10 Thread Bouke / VideoToolShed

> On Dec 7, 2016, at 15:42, David Cecco  wrote:
> 
> Is there any way to change the handler_name metadata field in a mov file?  I 
> am trying to avoid having a Final Cut Pro message pop up regarding media 
> optimisation.
> 
> Here is what I am currently trying:
> 
> ffmpeg -y -i test.mxf -vf setfield=tff -flags +ilme+ildct -map 0:1 -map 0:0 
> -metadata:s handler_name="Apple Alias Data Handler" -metadata:s 
> encoder="\"Apple ProRes 422 LT\"" -acodec pcm_s16le -vcodec prores_ks 
> -profile:v 1 -copytb -1 test.mov


Hi David,

Did you try adding a Reelname & Timecode? (And, a gotcha, don’t forget to quote 
drop frame timecode…)
And / or in combination with faststart.
I can’t remember having issues when this was all done. (But it’s some time ago 
for me…)

Bouke

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ffmpeg and handler_name in a mov

2016-12-08 Thread Moritz Barsnick
On Thu, Dec 08, 2016 at 01:42:16 +1100, David Cecco wrote:
> Is there any way to change the handler_name metadata field in a mov
> file? I am trying to avoid having a Final Cut Pro message pop up
> regarding media optimisation.

Is that field really the only issue?

From what I can tell in the source code, the handler_name cannot be set
by the user (but I may be mistaken - it's late). If this is really
useful, it might be worth a feature request.

Moritz
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] ffmpeg and handler_name in a mov

2016-12-08 Thread David Cecco
Hi guys,

Is there any way to change the handler_name metadata field in a mov file?  I am 
trying to avoid having a Final Cut Pro message pop up regarding media 
optimisation.

Here is what I am currently trying:

ffmpeg -y -i test.mxf -vf setfield=tff -flags +ilme+ildct -map 0:1 -map 0:0 
-metadata:s handler_name="Apple Alias Data Handler" -metadata:s 
encoder="\"Apple ProRes 422 LT\"" -acodec pcm_s16le -vcodec prores_ks 
-profile:v 1 -copytb -1 test.mov

I tried the above with a Matroska file and it worked, I have tried this will 
the latest source code on git too.

Thank you in advance for any help you can offer!

/dave.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".