[FFmpeg-devel] hev1 vs. hvc1

Eran Kornblau eran.kornblau at kaltura.com
Mon Jun 19 11:32:08 EEST 2017


> 
> 
> -----Original Message-----
> From: ffmpeg-devel [mailto:ffmpeg-devel-bounces at ffmpeg.org] On Behalf Of liyoubdu
> Sent: Monday, June 19, 2017 11:20 AM
> To: FFmpeg development discussions and patches <ffmpeg-devel at ffmpeg.org>
> Subject: Re: [FFmpeg-devel] hev1 vs. hvc1
> 
> >>>>>>>>>>>>>>>>>>
> i think mov is mp4 format?

That's what I thought as well... but there is a distinction between the two in ffmpeg.
A couple of differences I observed between using -f mp4 and -f mov:
- ftyp contains different brands (qt vs. isom)
- mov has an extra hdlr atom under minf
- audio tracks have chan & wave atoms in mov
You can see the differences by looking for 'track->mode == MODE_MOV' in movenc.c

Thanks,

Eran

> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list