Differences between revisions 3 and 4
Revision 3 as of 2016-03-22 20:16:53
Size: 424
Editor: PieterSmit
Comment:
Revision 4 as of 2016-03-23 06:41:15
Size: 562
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
HandBrakeCLI -i Videos/in.mkv -o Videos/out.mp4 --encoder x264 -q 20 -B 160 --optimize HandBrakeCLI -i Videos/in.mkv -o Videos/out.mp4 --encoder x264 -q 20 -B 160 --optimize --aencoder av_aac
Line 9: Line 9:
  fi # --encopts bframes=8:b-adapt=2:direct=auto:me=umh:merange=24:partitions=all:rc-lookahead=60:ref=16:subme=10:trellis=2.
Line 13: Line 14:
ffmpeg -i input.mp4 -movflags faststart -acodec copy -vcodec copy output.mp4    ffmpeg -i input.mp4 -movflags faststart -acodec copy -vcodec copy output.mp4

Video

  • Video Conversion
  • Handbracke cli conversion
    • HandBrakeCLI -i Videos/in.mkv -o Videos/out.mp4 --encoder x264 -q 20 -B 160 --optimize --aencoder av_aac
      # --h264-profile main --h264-level 4.2
      # --encopts bframes=8:b-adapt=2:direct=auto:me=umh:merange=24:partitions=all:rc-lookahead=60:ref=16:subme=10:trellis=2.
  • 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)