/ohos5.0/docs/zh-cn/application-dev/media/media/ |
H A D | media-kit-intro.md | 234 | mp4 | 视频的容器格式,MP4。 | 281 | mp4 | 视频的容器格式,MP4。 |
|
H A D | using-avrecorder-for-recording.md | 88 fileFormat: media.ContainerFormatType.CFT_MPEG_4A, // 封装格式,当前支持MP4,M4A,MP3,WAV 166 fileFormat: media.ContainerFormatType.CFT_MPEG_4A, // 封装格式,当前支持MP4,M4A,MP3,WAV
|
H A D | video-recording.md | 93 fileFormat : media.ContainerFormatType.CFT_MPEG_4, // 视频文件封装格式,只支持MP4 167 fileFormat : media.ContainerFormatType.CFT_MPEG_4, // 视频文件封装格式,只支持MP4
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | avcodec-support-formats.md | 113 > - When the container format is MP4 and the audio codec type is MPEG (MP3), the sampling rate must… 114 > - When the container format is MP4 or M4A and the audio codec type is AAC, the number of audio ch…
|
H A D | audio-video-muxer.md | 40 …how to implement the entire process of audio and video muxing. It uses the MP4 format as an exampl… 55 // Set the muxing format to MP4.
|
H A D | avcodec-kit-intro.md | 13 …plication) can mux stream data encoded by the encoder into media files (in MP4 or M4A format), and…
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | media_types.h | 143 MP4 = 101, enumerator
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.3/ |
H A D | changelogs-multimedia.md | 557 2. 音视频播放资源涉及封装格式 WebM,或视频解码格式 H.263/MPEG2/MPEG4/VP8,会播放失败,尽量使用封装格式 MP4,视频解码格式 AVC 的资源代替。
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_format_helper.cpp | 502 return FileType::MP4; in GetFileTypeByName() 510 fileType = FileType::MP4; in GetFileTypeByName() 579 if (GetFileTypeByName(avFormatContext) == FileType::MP4) { in ParseVideoTrackInfo()
|
H A D | ffmpeg_reference_parser.cpp | 102 FALSE_RETURN_V_MSG_E(type == FileType::MP4 || type == FileType::MOV, false, in IsRefParserSupported()
|
H A D | ffmpeg_demuxer_plugin.cpp | 673 FFmpegFormatHelper::GetFileTypeByName(*formatContext_) == FileType::MP4) { in IsWebvttMP4() 1523 FALSE_RETURN_V_MSG_E(FFmpegFormatHelper::GetFileTypeByName(*formatContext_) == FileType::MP4, in GetIndexByRelativePresentationTimeUs() 1562 FALSE_RETURN_V_MSG_E(FFmpegFormatHelper::GetFileTypeByName(*formatContext_) == FileType::MP4, in GetRelativePresentationTimeUsByIndex()
|
/ohos5.0/docs/en/application-dev/media/media/ |
H A D | using-avrecorder-for-recording.md | 87 …fileFormat: media.ContainerFormatType.CFT_MPEG_4A, // Container format. Currently, MP4, M4A, MP3, … 165 …fileFormat: media.ContainerFormatType.CFT_MPEG_4A, // Container format. Currently, MP4, M4A, MP3, …
|
H A D | media-kit-intro.md | 47 The AVPlayer transcodes audio and video media assets (such as MP4, MP3, MKV, and MPEG-TS) into rend… 234 | mp4 | Video container format MP4.| 281 | mp4 | Video container format MP4.|
|
H A D | video-recording.md | 93 …fileFormat: media.ContainerFormatType.CFT_MPEG_4, // Video file container format. Only MP4 is supp… 172 …fileFormat: media.ContainerFormatType.CFT_MPEG_4, // Video file container format. Only MP4 is supp…
|
/ohos5.0/docs/zh-cn/application-dev/media/camera/ |
H A D | camera-recording.md | 65 fileFormat : media.ContainerFormatType.CFT_MPEG_4, // 视频文件封装格式,只支持MP4
|
/ohos5.0/docs/en/device-dev/guide/ |
H A D | device-camera-control-example.md | 44 3. Press **2** to start recording. The video file is in MP4 format and saved in the **/sdcard** di…
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/ |
H A D | avmetadata_collector.cpp | 38 { Plugins::FileType::MP4, "mp4" },
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/ |
H A D | js-apis-media-sys.md | 228 获取目标视频帧号对应的视频时间戳。仅支持MP4视频文件。 273 获取目标视频时间戳对应的视频帧号。仅支持MP4视频文件。
|
/ohos5.0/docs/zh-cn/release-notes/ |
H A D | OpenHarmony-v5.0.0-release.md | 186 新增AVTranscoder转码接口,支持降低码率,输出视频编码AVC、音频编码AAC、封装格式MP4的视频文件,减少传输/存储数据量。
|
/ohos5.0/docs/en/application-dev/media/camera/ |
H A D | camera-recording.md | 64 …fileFormat: media.ContainerFormatType.CFT_MPEG_4, // Video file container format. Only MP4 is supp…
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-scheme-handler.md | 135 In DevEco Studio, create a default **Native C++** project. You need to prepare an MP4 file named **… 676 …example.com/video.html"> Intercept the video resource request and read the local MP4 file.</a><br/>
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-wallpaper-sys.md | 89 | source | string | Yes| URI of an MP4 file.| 139 | source | string | Yes| URI of an MP4 file.|
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.3/ |
H A D | changelogs-multimedia.md | 557 …In this case, you are advised to use the resources in the container format MP4 and video decoding …
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/ |
H A D | _codec_base.md | 1039 | AV_OUTPUT_FORMAT_DEFAULT | 输出文件格式默认值,默认为MP4格式。 | 1040 | AV_OUTPUT_FORMAT_MPEG_4 | 输出文件格式为MP4格式。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/ |
H A D | js-apis-media-sys.md | 230 Obtains the video timestamp corresponding to a video frame number. Only MP4 video files are support… 275 Obtains the video frame number corresponding to a video timestamp. Only MP4 video files are support…
|