mp4
mp4 copied to clipboard
:movie_camera: Basic MP4 reader in Go! CLI + Golang Package for ISO/IEC 14496-12 - ISO Base Media File Format
This change is mainly about adding the moof box with its underlying boxes. It also prevents `mp4info.go` from crashing when parsing a fragmented mp4 file.
Hey, thanks for this package, I wrote some code about a year ago to find the duration of a video using your package but I see that you've changed the...
is it supported?
Hello, I have an application that is for playing local videos, it is an application that Jehovah's Witnesses use. The app uses Fyne as its user interface. So far I...
Get codec via ffprobe ``` ffprobe -loglevel fatal -print_format json -show_format -show_streams test/tears-of-steel.mp4 |grep codec_name "codec_name": "h264", "codec_name": "aac", ``` How to get (or parse) video and audio codec via...