Jump to content

create mp4 with screen recording


phppup

Recommended Posts

This is a first time effort to create a video of my local pc workstation screen.

Attempt #1 utilized an application provided in Windows 10 to create the MP4 file.

Attempt #2 was to convert a Powerpoint 2010 presentation into an MP4 file

Both seemed to go well, and produced files then when clicked independently on the desktop, will play their clip.

However, when called from a local webpage "No video with supported format" is the message displayed where the working video is expected.

<video width="400" controls>
  <source src="mov_bbb.mp4" type="video/mp4">
  <source src="mov_bbb.ogg" type="video/ogg">
  Your browser does not support HTML5 video.
</video>

<video width="400" controls>
  <source src="Presentation2.mp4" type="video/mp4">
  <source src="Presentation2.mp4" type="video/ogg">
  Your browser does not support HTML5 video.
</video>

I borrowed a video clip from W3 and it seems to work fine, which leads me to believe that either I am creating a damaged file or the file is not truly MP4.

The file PROPERTIES indicate it is MP4 in all instances.

Where did I go wrong?

Edited by phppup
Link to comment
Share on other sites

I opened the webpage in both Firefox and Chrome and got the same result. 

I'm going to conclude that since these are the same browsers that played the video from W3 (both while at their URL and after saving the file locally) that it is not a browser issue.

How do I proceed regarding the codecs, or is their a simpler / more effective way to make a simple screen recording for use on a webpage?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.