bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
740 stars 176 forks source link

Sementics error but no Error message come up #150

Open taehuntest opened 4 years ago

taehuntest commented 4 years ago

hi I am android devloper I use FFmpeg for edit video. I use filter-complex, but process was killed but no error

Can you tell me how to fix it? below is my command I think syntax is ok, but sementics is wrong.

is this clue error message ? "[out_0_0 @ 000002092867e200] 100 buffers queued in out_0_0, something may be wrong."

-y -i /storage/emulated/0/Download/error_movie.mp4 -filter_complex " [0:v]trim=start=20.900:duration=14.500,setpts=PTS-STARTPTS[v1]; [0:v]trim=start=0:duration=20.900,setpts=PTS-STARTPTS[v2]; [0:v]trim=start=35.400:duration=30.300,setpts=PTS-STARTPTS[v3]; [0:v]trim=start=20.900:duration=14.500,setpts=PTS-STARTPTS[v4]; [0:v]trim=start=20.900:duration=14.500,setpts=PTS-STARTPTS[v5]; [0:a]atrim=start=20.900:duration=14.500,asetpts=PTS-STARTPTS[a1]; [0:a]atrim=start=0:duration=20.900,setpts=PTS-STARTPTS[a2]; [0:a]atrim=start=35.400:duration=30.300,asetpts=PTS-STARTPTS[a3]; [0:a]atrim=start=20.900:duration=14.500,asetpts=PTS-STARTPTS[a4]; [0:a]atrim=start=20.900:duration=14.500,asetpts=PTS-STARTPTS[a5]; [v1][v2][v3][v4][v5]concat=n=5:v=1:a=0[ffmpegVideoOut]; [a1][a2][a3][a4][a5]concat=n=5:v=0:a=1[ffmpegAudioOut]" -map [ffmpegVideoOut] -map [ffmpegAudioOut] /storage/emulated/0/AiTube/AiTube_20200316_103442.mp4