[FFmpeg-devel] 回复: [PATCH] libavformat/movenc: add support for HEVC in .3gp

Sun Zhenliang hisunzhenliang at outlook.com
Wed Dec 9 16:03:01 EET 2020


1) 3GPP TS 26.244 V16.1.0 (2020-09)  and ISO/IEC 14496-15: "Information technology – Coding of audio-visual objects – Part 15: Carriage of NAL unit structured video in the ISO base media file format"   states HEVC's sample entry in 3GPP file format. I think these documentations says we can store hevc in 3gp files.

2) I just found that I could encode hevc into 3gp files by adding tags to 3GP tag list. By just adding one line, ffmpeg could make 3gp file with hevc and ffplay can also play it correctly. That's enough for me.  Because I don't set parameters very much, I didn't find any parameter restrictions.

Regards,
SunZhenliang

Ps: First contribution of open source project and first use of mailing lists.😊
________________________________
发件人: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> 代表 Gyan Doshi <ffmpeg at gyani.pro>
发送时间: 2020年12月9日 18:04
收件人: ffmpeg-devel at ffmpeg.org <ffmpeg-devel at ffmpeg.org>
主题: Re: [FFmpeg-devel] [PATCH] libavformat/movenc: add support for HEVC in .3gp



On 09-12-2020 11:06 am, hisunzhenliang at outlook.com wrote:
> From: SunZhenliang <hisunzhenliang at outlook.com>
>
> Just add HEVC's tag in 3gp tag list and it works to support HEVC in
> 3gp files.

1) Is there official documentation for this support?
2) Any constraints on codec parameters?

Regards,
Gyan
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel at ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list