Differences between revisions 2 and 3
Revision 2 as of 2016-03-22 19:53:02
Size: 378
Editor: PieterSmit
Comment:
Revision 3 as of 2016-03-22 20:16:53
Size: 424
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
# --h264-profile main --h264-level 4.2
  fi

Video

  • Video Conversion
  • Handbracke cli conversion
    • HandBrakeCLI -i Videos/in.mkv -o Videos/out.mp4 --encoder x264 -q 20 -B 160 --optimize
      # --h264-profile main --h264-level 4.2
                      fi
  • 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)