Differences between revisions 1 and 2
Revision 1 as of 2016-03-22 19:37:08
Size: 246
Editor: PieterSmit
Comment:
Revision 2 as of 2016-03-22 19:53:02
Size: 378
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * Handbracke cli conversion
   {{{
HandBrakeCLI -i Videos/in.mkv -o Videos/out.mp4 --encoder x264 -q 20 -B 160 --optimize
   }}}

Video

  • Video Conversion
  • Handbracke cli conversion
    • HandBrakeCLI -i Videos/in.mkv -o Videos/out.mp4 --encoder x264 -q 20 -B 160 --optimize
  • Just copy video file over, putting the "moov" at the begining of the file.
    • ffmpeg -i input.mp4 -movflags faststart -acodec copy -vcodec copy output.mp4

...

HTML5/Video (last edited 2016-03-23 06:41:15 by PieterSmit)