2017-07-03 5:43 GMT+02:00 桃源老師 <xanadu6...@dream.jp>:

> I also know that ffmpeg can produce hvc1 mov with the following command:
> ffmpeg -i hev1.mp4 -c: copy -tag:v hvc1 hvc1.mov
>
> Above information (hvc1 with mov) was found by Googling:
> https://ffmpeg.org/pipermail/ffmpeg-devel/2017-June/212538.html
>
> But if it is possible, I'd like to create hvc1 mp4 using ffmpeg only.  Is
> it possible?
>

​No idea, but have you *tried* doing this:
ffmpeg -i hev1.mp4 -c:copy -tag:v hvc1 hvc1.mp4​

?
_______________________________________________
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".

Reply via email to