An open API service indexing awesome lists of open source software.

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

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.