« Previous How do I convert video between different formats with free software?
Next » What are the bitrates for different digital video quality?
windows ubuntu macos xibo network zenworks android storage See also: What are the bitrates for different digital video quality?
See also: How do I convert video between different formats with free software?
The easiest way may be to use the HTML5 video tag :
<video width="320" height="240" controls>
<source src="video/big_buck_bunny_240p_1mb.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
The result can look like this:
Your browser does not support the video tag.
Read more about the sample video at Wikipedia .
This entry html.video was last modified 2018-06-13
This documentation is covered by GNU Free Documentation License . 11 ms