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

2019-11-05 Thread Ted Park
> I have to split one video into large amount(usually more than 1000) of > segments and reassemble segments into one video. > Suppose I try split only, then command will be like > > ffmpeg -i input.mp4 -vcodec copy -acodec copy -ss 00:00:00 -t 00:01:00 -sn > test_split001.mp4 -vcodec copy -acod

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

2019-11-04 Thread 김민성
this, Minsung Kim -Original Message- From: "Ted Park" To: "FFmpeg user questions"; Cc: Sent: 2019-11-05 (화) 15:54:16 (GMT+09:00) Subject: Re: [FFmpeg-user] Hello, I want to ask about sending very long argument into ffmpeg command line. > Hello. My name is Minsung Kim,

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

2019-11-04 Thread Ted Park
> 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