> 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?
What are the “very long arguments”? If most of it’s a filter chain you can separate that into a file. _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
