Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I'm not sure I completely understand your question but I'll do my best to give you useful information.</p> <blockquote> <p>I've noticed you can use FFMPEG with HTML5. I've read the documentation of the FFMPEG's website and it's far beyond my knowledge</p> </blockquote> <p>HTML5 enabled browsers have a <code>&lt;video&gt;</code> tag that you can use to play a video on your site, the encoding depends on the browser, until now it was mainly <em>H.264</em> but recently Google, Mozilla and others joined efforts on the <a href="http://www.webmproject.org/" rel="nofollow">WebM Project</a> with the new <em>VP8</em> codec.</p> <blockquote> <p>The real question is using mp4box and flvtool2 to convert all videos right to .flv so you can use flowplayer or jwplayer then telling to convert.</p> </blockquote> <p><em>flowplayer</em> and other flash based video streaming players use the <em>FLV</em> format, which has (at least on latest flash players) as underlying encoding the same <em>H.264</em>.</p> <ul> <li><em>FFMPEG</em> can convert videos to <em>FLV</em> so you can use it along side with <em>flowplayer</em>.</li> <li><em>flvtool2</em> is for reading and writing <em>FLV</em> metadata (duration and others) from and to the file.</li> </ul> <p>So, you can use this tools to create your videos an stream them through <em>flowplayer</em>.</p> <p>More info on <a href="http://rob.opendot.cl/index.php/useful-stuff/ffmpeg-x264-encoding-guide/" rel="nofollow">FFMPEG and x264</a> and on <a href="http://www.bala-krishna.com/convert-video-files-to-flv-using-ffmpeg-command/" rel="nofollow">Converting to FLV with FFMPEG</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload