Skip to content
/ mp4dovi Public
forked from rixtox/mp4dovi

Change video codec in MP4 files for Apple QuickTime conformance.

License

Notifications You must be signed in to change notification settings

omgcli/mp4dovi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mp4dovi

This fork works with 64bit box sizes in MP4 files. It can handle large(> 4GB) MP4 files without faststart option set.

Change video codec in MP4 files for Apple QuickTime conformance.

Usage

usage: mp4dovi [options] files...
  -from string
      video codec to convert from (default "dvhe")
  -to string
      video codec to convert to (default "dvh1")
  -verbose
      enable verbose output

Recommended codec id for Apple devices

Avoid Recommended
dvhe dvh1
hev1 hvc1
avc3 avc1

MP4 file specification

https://developer.apple.com/standards/qtff-2001.pdf

About

Change video codec in MP4 files for Apple QuickTime conformance.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.9%
  • Makefile 1.1%