- What's New
- Service Overview
- Service Brochure
- Getting Started
-
User Guide
- Prerequisites
- Permissions Management
- Image Modeling
- Voice Modeling
- Video Production
- Livestreaming
- Asset Management
- Appendix
-
API Reference
- Before You Start
- API Overview
- Calling APIs
- Asset Management
- Virtual Avatar Video Production
-
Virtual Avatar Livestreaming
-
Intelligent Livestreaming Room Management
- Creating an Intelligent Livestreaming Room
- Querying Intelligent Livestreaming Rooms
- Querying Intelligent Livestreaming Script Details
- Updating Intelligent Livestreaming Room Information
- Deleting an Intelligent Livestreaming Room
- Creating an Interaction Rule Library for Live Rooms
- Querying Interaction Rule Libraries for Live Rooms
- Updating an Interaction Rule Library for Live Rooms
- Deleting an Interaction Rule Library for Live Rooms
-
Livestreaming Task Management
- Starting a Virtual Human Intelligent Livestreaming Task
- Querying Livestreaming Tasks of a Live Room
- Querying Virtual Human Intelligent Livestreaming Task Details
- Ending a Virtual Human Intelligent Livestreaming Task
- Controlling Virtual Human Intelligent Livestreaming
- Querying All Virtual Human Livestreaming Tasks of a Tenant
- Reporting Livestreaming Events
- Live Product Management
-
Intelligent Livestreaming Room Management
-
Image Modeling Management
- Creating a Virtual Avatar Model Training Task
- Querying Virtual Avatar Model Training Tasks
- Querying Details About a Virtual Avatar Model Training Task
- Deleting a Virtual Avatar Model Training Task
- Updating a Virtual Avatar Model Training Task
- Executing a Virtual Avatar Model Training Task as a Tenant
-
Voice Modeling Task Management
- Creating a Voice Training Task (Basic Edition)
- Creating a Voice Training Task (Advanced Edition)
- Creating a Voice Training Task (Premium Edition)
- Querying Voice Training Tasks
- Submitting a Voice Training Task
- Querying Voice Training Task Details
- Deleting a Voice Training Task
- Querying Task Operation Logs
- Obtaining the URL for Uploading a Voice File
- Obtaining the Review Result of a Voice Training Task
- Confirming the Online Recording Result
- Obtaining the Confirmed Online Recording Result
- TTS Management
- Appendix
- Change History
- ssdk
- FAQs
- Videos
- General Reference
Copied.
What If H.265 Training Video Submission Fails on Some Browsers?
Symptom
During virtual avatar image modeling, the uploaded training video cannot be played, or a message is displayed during training task submission, indicating that the video resolution is not supported.
![](https://support.huaweicloud.com/intl/en-us/metastudio_faq/en-us_image_0000002133202421.png)
Possible Causes
Browsers such as Chrome support hardware decoding of H.265 (HEVC) videos. If your PC does not support such videos, the videos cannot be played on your browser, and parameters such as the video resolution cannot be obtained.
Enter chrome://gpu in the address box of Chrome and search with coding. You can check whether the browser on the PC supports hardware decoding of H.265 (HEVC) videos.
![](https://support.huaweicloud.com/intl/en-us/metastudio_faq/en-us_image_0000002097483510.png)
Run ffmpeg -i Video file name to check whether the video encoding format is H.265 (HEVC).
![](https://support.huaweicloud.com/intl/en-us/metastudio_faq/en-us_image_0000002133202413.png)
You need to install FFmpeg first following these steps:
- Download FFmpeg at https://github.com/BtbN/FFmpeg-Builds/releases.
- Decompress the FFmpeg package and add the bin directory to the system environment variables.
- Run ffmpeg. If the version number is displayed, the installation is successful.
Troubleshooting
H.265 (HEVC) videos can be transcoded to H.264 videos using CapCut or FFmpeg, and then uploaded to the MetaStudio console for image modeling.
Take ffmpeg as an example. Run ffmpeg -i Video file name -c:v libx264 output.mp4, for example, ffmpeg -i .\test.mp4 -c:v libx264 output.mp4.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot