Copy link to clipboard
Copied
Hello
I am new to DW 2021 CC and have encountered a problem inserting .mp4 video links into DW. After I click HTML5 Video, in the Properties panel I choose an .mp4 video in a local folder and then get the following alert:
I don't see how one can choose an .mp4 file in addition to initially choosing it. Thanks for any suggestions.
Monty
Copy link to clipboard
Copied
1. No need for webm and ogg alternative sources anymore. MP4 is supported by all browsers now.
2. I can't repeat that message on my end. Can you hit OK and escape out of it?
This is the only code you need for player, poster image and video.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MP4 test</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<video poster="folder/my_poster.jpg" controls="controls" >
<source src="folder/my_video.mp4" type="video/mp4">
</video>
</body>
</html>
Copy link to clipboard
Copied
Is the video within your site? If not it should be located within your site as if it is outside, DW will not be able to link to it. Also how was the mp4 video encoded? I'm wondering if it could also be the encoding.
Copy link to clipboard
Copied
The file to which I cannot linked was created by a GoPro Hero 9. Thanks for the question about encoding. I haven't confirmed my theory yet, but a little research suggests that the file that will not allow linking is a 4K file and has been encoded in H.265 (HEVC) and DW doesn't support it yet. Since my post I selected a file downloaded from YouTube and it plays perfectly in the Live view.
Copy link to clipboard
Copied
See if this helps:
Transcoding with Adobe Media Encoder
Copy link to clipboard
Copied
although it is a wonderful tool, sometimes AME can disconcert a first approach... teh interface is very, very complete... so at first, just to convert your videos... there is a small tool, very simple to use that allows you to quickly get to the point... well it's not comparable to AME's capabilities, but still... http://www.mirovideoconverter.com/