https://github.com/angrycoding/xmh264mp4
xmeye h264 to mp4 video conversion with sound
https://github.com/angrycoding/xmh264mp4
Last synced: 10 months ago
JSON representation
xmeye h264 to mp4 video conversion with sound
- Host: GitHub
- URL: https://github.com/angrycoding/xmh264mp4
- Owner: angrycoding
- Created: 2020-08-05T10:40:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T20:23:05.000Z (over 5 years ago)
- Last Synced: 2025-04-09T18:14:43.809Z (10 months ago)
- Language: JavaScript
- Size: 5.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xmh264mp4
xmeye h264 to mp4 video conversion with sound.
# install and use
Make sure that you have node.js and ffmpeg installed.
Check out repository, then do:
```npm install```
Convert test video using command:
```node convert.js -i test.h264 -o test.mp4```
This will produce test.mp4 in the current working directory.