我试着用html查看视频,但它不起作用。音频播放,但视频保持空白。这段视频是mp4 。如果你下载并查看它,它就能工作(不要质疑,是朋友做的)。我把它上传到youtube上,然后又下载了一次,然后它就开始工作了,也许是用了编解码器呢?如果是的话,我该怎么解决呢?
html
<video width="960" height="620" controls>
<source src=<?=$videofile?> type="video/mp4">
Your browser does
我正在使用.avi和Python3.5从YouTube下载视频,但我需要将视频转换为带有pytube扩展名的音频。
下面是我目前正在使用的代码:
from pytube import YouTube
yt = YouTube(str(input("Enter the video link: ")))
videos = yt.get_videos()
s = 1
for v in videos:
print(str(s)+". "+str(v))
s += 1
n = int(input("Enter the number of th
我已经创建了一个简单的android应用程序来下载whatsapp状态
I have completed all the functionalities.then the app size is less than 5MB
之后,我添加了一个第三方插件,以添加我的应用程序名称下载的视频文件作为水印
i used ffmpeg to add water mark in the video
但在那之后,我的应用程序发布大小达到了20MB左右。
I used minifyEnabled true to shrink the code.but doesn't worked
如何减小我的发布大小