[Java] ffmpeg 오류 (작성중)

갓김치·2021년 8월 6일
0

작성중

목록 보기
3/5

정상적일때

Aug 6 14:15:45 ip-172-31-32-51 web: 210806 14:15:45 INFO n.b.f.RunProcessFunction - /usr/bin/ffmpeg -version
Aug 6 14:15:45 ip-172-31-32-51 web: 210806 14:15:45 INFO n.b.f.RunProcessFunction - /usr/bin/ffprobe -version
Aug 6 14:15:45 ip-172-31-32-51 web: 210806 14:15:45 INFO n.b.f.RunProcessFunction - /usr/bin/ffprobe -v quiet -print_format json -show_error -show_format -show_streams /tmp/WP_10001_WOR.m4a
Aug 6 14:15:45 ip-172-31-32-51 web: 210806 14:15:45 INFO c.b.a.c.u.CustomAudioUtils - bit rate : 126264
Aug 6 14:15:45 ip-172-31-32-51 web: 210806 14:15:45 INFO c.b.a.c.u.CustomAudioUtils - codec name : aac
Aug 6 14:15:45 ip-172-31-32-51 web: 210806 14:15:45 INFO c.b.a.c.u.CustomAudioUtils - codec type : AUDIO
Aug 6 14:15:45 ip-172-31-32-51 web: 210806 14:15:45 INFO n.b.f.RunProcessFunction - /usr/bin/ffmpeg -y -v error -i /tmp/WP_10001_WOR.m4a -strict experimental -acodec pcm_s16le -ac 2 -ar 44100 -b:a 16 /tmp/WP_10001_WOR.wav

오류

오류 1) 중복 요청, 이미 업로드 후 클라우드에 삭제되었을때 나는 오류

1번

Aug 6 14:21:02 ip-172-31-32-51 web: 210806 14:21:02 INFO n.b.f.RunProcessFunction - /usr/bin/ffmpeg -version
Aug 6 14:21:02 ip-172-31-32-51 web: 210806 14:21:02 INFO n.b.f.RunProcessFunction - /usr/bin/ffprobe -version
Aug 6 14:21:02 ip-172-31-32-51 web: 210806 14:21:02 INFO n.b.f.RunProcessFunction - /usr/bin/ffprobe -v quiet -print_format json -show_error -show_format -show_streams /tmp/WP_10001_WOR.m4a
Aug 6 14:21:02 ip-172-31-32-51 web: 210806 14:21:02 ERROR c.b.a.c.u.CustomAudioUtils - error cause >>> null
Aug 6 14:21:02 ip-172-31-32-51 web: 210806 14:21:02 ERROR c.b.a.c.u.CustomAudioUtils - error message >>> /usr/bin/ffprobe returned non-zero exit status. Check stdout.

2번

Aug 6 15:58:19 ip-172-31-32-51 web: 210806 15:58:19 INFO n.b.f.RunProcessFunction - /usr/bin/ffmpeg -version
Aug 6 15:58:19 ip-172-31-32-51 web: 210806 15:58:19 INFO n.b.f.RunProcessFunction - /usr/bin/ffprobe -version
Aug 6 15:58:19 ip-172-31-32-51 web: 210806 15:58:19 INFO n.b.f.RunProcessFunction - /usr/bin/ffprobe -v quiet -print_format json -show_error -show_format -show_streams /tmp/WC_10092_FIN_202108061526_INTERVIEW.m4a
Aug 6 15:58:19 ip-172-31-32-51 web: 210806 15:58:19 ERROR c.b.a.c.u.CustomAudioUtils - error cause >>> null
Aug 6 15:58:19 ip-172-31-32-51 web: 210806 15:58:19 ERROR c.b.a.c.u.CustomAudioUtils - error message >>> /usr/bin/ffprobe returned non-zero exit status. Check stdout.

오류 2) 용량 큰 파일 OOME

Aug 6 16:10:31 ip-172-31-32-51 web: 210806 16:10:31 INFO n.b.f.RunProcessFunction - /usr/bin/ffmpeg -version
Aug 6 16:10:31 ip-172-31-32-51 web: 210806 16:10:31 INFO n.b.f.RunProcessFunction - /usr/bin/ffprobe -version
Aug 6 16:10:31 ip-172-31-32-51 web: 210806 16:10:31 INFO n.b.f.RunProcessFunction - /usr/bin/ffprobe -v quiet -print_format json -show_error -show_format -show_streams /tmp/WC_10093_FIN_202108061558_INTERVIEW.m4a
Aug 6 16:10:31 ip-172-31-32-51 web: 210806 16:10:31 INFO c.b.a.c.u.CustomAudioUtils - bit rate : 126250
Aug 6 16:10:31 ip-172-31-32-51 web: 210806 16:10:31 INFO c.b.a.c.u.CustomAudioUtils - codec name : aac
Aug 6 16:10:31 ip-172-31-32-51 web: 210806 16:10:31 INFO c.b.a.c.u.CustomAudioUtils - codec type : AUDIO
Aug 6 16:10:31 ip-172-31-32-51 web: 210806 16:10:31 INFO n.b.f.RunProcessFunction - /usr/bin/ffmpeg -y -v error -i /tmp/WC_10093_FIN_202108061558_INTERVIEW.m4a -strict experimental -acodec pcm_s16le -ac 2 -ar 44100 -b:a 16 /tmp/WC_10093_FIN_202108061558_INTERVIEW.wav
Aug 6 16:10:32 ip-172-31-32-51 web: 210806 16:10:32 ERROR c.b.a.c.h.CustomExceptionHandlerControllerAdvice - handleException
Aug 6 16:10:32 ip-172-31-32-51 web: org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.OutOfMemoryError: Java heap space

profile
갈 길이 멀다

0개의 댓글