[FFmpeg-user] Create hvc1 mp4 with ffmpeg only

Cley Faye cleyfaye at gmail.com
Mon Jul 3 10:14:19 EEST 2017


2017-07-03 5:43 GMT+02:00 桃源老師 <xanadu6291 at 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​

?


More information about the ffmpeg-user mailing list