[FFmpeg-user] Hello, I want to ask about sending very long argument into ffmpeg command line.

김민성 spongbob9876 at naver.com
Tue Nov 5 04:07:07 EET 2019


Hello. My name is Minsung Kim, I want to ask about sending very long arguments into ffmpeg command line.
 
Since Linux kernel can't handle very long arguments, I am thinking steps below.
 
- Rename current "main" function from source code to "main2".
- Make new "main" function, and generate long arguments in that function.
- Pass that arguments into main2.
 
Is this a good way to solve it? If I have to change more part of code, where should I change it?
 
Best regards,
Minsung Kim


More information about the ffmpeg-user mailing list