Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 20237  / 1 Year ago, sat, november 19, 2022, 1:30:36

I need to convert a video to MPEG-1 Layer 1 to make some tests with the software I'm developing. How can I do this conversion?


More From » video

 Answers
5

ffmpeg Install ffmpeg


can do this easily from command line


ffmpeg -i input.mp4 output.mpeg

There are felt one million additional options to change the output format.


[#43141] Saturday, November 19, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
altybol

Total Points: 364
Total Questions: 138
Total Answers: 121

Location: France
Member since Thu, May 6, 2021
3 Years ago
;