奇怪的是,一些MP4文件将在HTML5中播放,但其他人则不会.这是一个测试页面http://psdtucss.com/test/test2.html,在Chrome 19.0.1084.46 m中打开它.第一个MP4播放,但另一个不播放.什么原因.代码很简单:
<h3>the first mp4 file can play</h3>
<p><video width="640" height="264" controls="controls"><source src="1.mp4" type="video/mp4" />Your browser does not support the video tag.</video></p>
<h3>but the other can't play</h3>
<p><video width="640" height="264" controls="controls"><source src="2.mp4" type="video/mp4" />Your browser does not support the video tag.</video></p>
Run Code Online (Sandbox Code Playgroud)
我怎样才能解决这个问题?
我试过videojs,但仍然有些MP4文件无法播放.测试页面在这里:http: //psdtucss.com/test/test.html
Drupal 7模块的"图像样式"可以产生图像效果,如调整大小,缩放,裁剪等.但这还不够.例如,原始图像大小为800x600,我可以将其缩放到400x300,然后我想在高度上添加白色背景,使其为400x400.如何产生这种效果?