Hubertnator / RaspiCam

RaspiCam repository
MIT License
0 stars 0 forks source link

MP4Box conversion optimization, #2

Open Hubertnator opened 4 years ago

Hubertnator commented 4 years ago

Is there a faster way of converting .h264 files into .mp4? Or is there a way to make MP4Box conversions faster? If I'm converting a 5 minute video, the conversion can take up to 2 mins!

I will be glad if you answer!

Hubertnator

rbouqueau commented 4 years ago

Hi! GPAC maintainer here, could you please open an issue at https://github.com/gpac/gpac/issues please?

Note that the remuxing process should be about as fast as a random i/o copy.

Hubertnator commented 4 years ago

Opened the issue, https://github.com/gpac/gpac/issues/1407. The main question I have is could MP4Box speed this up by splitting the video in half, and doing both halves on seperate threads?