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-boun...@ffmpeg.org> 代表 Gyan Doshi <ffm...@gyani.pro> 发送时间: 2020年12月9日 18:04 收件人: ffmpeg-devel@ffmpeg.org <ffmpeg-devel@ffmpeg.org> 主题: Re: [FFmpeg-devel] [PATCH] libavformat/movenc: add support for HEVC in .3gp On 09-12-2020 11:06 am, hisunzhenli...@outlook.com wrote: > From: SunZhenliang <hisunzhenli...@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@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".