질문

인코딩 오류가 나옵니다

by 피카츄 posted Jun 04, 2020
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

WMV 파일에서 MP4로 인코딩을 하려하는데 오류가 나옵니다..

 

Only '-vf scale=1280:720:flags=bicubic,pad=1280:720:0:0,setsar=1/1' read, ignoring remaining -vf options: Use ',' to separate filters

Only '-af aresample=48000:resampler=soxr' read, ignoring remaining -af options: Use ',' to separate filters

Stream mapping:

  Stream #0:0 -> #0:0 (vc1 (native) -> hevc (hevc_nvenc))

  Stream #0:1 -> #0:1 (wmapro (native) -> aac (libfdk_aac))

[hevc_nvenc @ 000002296c7c4b40] Using global_quality with nvenc is deprecated. Use qp instead.

Too many packets buffered for output stream 0:0.

Conversion failed!

이게 기록이고요
 
 -f mp4
 -c:v hevc_nvenc -preset medium -global_quality:v 23
 -c:a libfdk_aac -ac 2 -b:a 80k
 -sn -map_metadata -1 -map_chapters -1 -fdkprofile he -shanarcmode const -profile:v main -level 4.0
 -max_muxing_queue_size 1024
이게 매개변수 인코딩 설정인데 맨 마지막줄은 찾아보다가 이걸 해보라고 하셔서 해봤는데 안됩니다 ㅠㅠ
해결 방법좀 부탁드립니다