Tuesday 12 January 2021

How to convert H264 to MP4 using x264 in ubuntu?


sudo apt-get install x264 

x264 raw_stream.264 -o playable_video.mp4

x264 raw_stream.264 -o playable_video.mp4 --opencl (with gpu?)

 

No comments:

Post a Comment