Home > Article > CMS Tutorial > What should I do if phpcms video transcoding fails?
1. It is not recommended to upload video files directly in the background, because video files are generally relatively large, and direct uploading affects bandwidth; you can first upload the video files to the specified directory through the ftp tool, and then Then introduce the address of the video file in the background
2. If you only want to display the "Network File" option when uploading a video, what should you do? As shown in the figure Display:
Operation steps:
Step 1: Modify the flashupload method in the phpcms/statics/js/swfupload/swf2ckeditor.js file :
Step 2: Modify the swfupload method in the phpcms/modules/attachment/attachments.php file:
Step 3: Modify the phpcms/modules/attachment/templates/swfupload.tpl.php template file:
##3. Where does dizhi_images come from? Answer: The name specified when customizing the video field in the model can be defined by yourself Note: Sometimes when using a program to generate thumbnails from images, the images will be distorted. The effect displayed at the front desk is not very good; if you want to obtain a high-quality high-definition picture album, you can also use the ftp tool to upload the designed fixed-size pictures to the serverThe above is the detailed content of What should I do if phpcms video transcoding fails?. For more information, please follow other related articles on the PHP Chinese website!