질문
2024.11.19 00:39

옵션 문제

조회 수 509 추천 수 1 댓글 2
?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

샤나에서 다음과 같은 옵션을 이용해서

 -vf "shanatonemap,scale=1280:720:flags=bicubic,shanapad=Auto,setsar=1/1,shanasubtitle=1"

 -f mp4
 -c:v hevc_amf -profile:v main -level auto -global_quality:v 26 -quality speed
 -c:a copy
 -sn -map_metadata -1 -map_chapters -1

 

직접 ffmpeg를 이용해보려 했는데 압축이 안됩니다.

.\ffmpeg.exe -i "$item" -y -vf "scale='if(gt(iw\,ih),-2,$size)':'if(gt(iw\,ih),$size,-2)',setsar=1:1" -f mp4 -c:v hevc_amf -profile:v main -level:v 4.0 -global_quality:v 26 -quality:v 5 -preset:v 5 -sn -map_metadata -1 -map_chapters -1 -c:a copy "$directoryname\$BaseName-result.mp4"

 

1메가짜리가 샤나에선 1메가 미만짜리로 압축 되는데

직접 해본것만 200메가로 뻥튀기 됩니다

원인 아시는분?

 

참고 로그

 

Name                           Value
----                           -----
width                          1920
height                         1080
r_frame_rate                   0/0
720
ffmpeg version 2024-10-07-git-496b8d7a13-full_build-www.gyan.dev Copyright (c) 2000-2024 the FFmpeg developers
  built with gcc 14.2.0 (Rev1, Built by MSYS2 project)
  configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libopenjpeg --enable-libquirc --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-libqrencode --enable-librav1e --enable-libsvtav1 --enable-libvvenc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-liblc3 --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint
  libavutil      59. 41.100 / 59. 41.100
  libavcodec     61. 21.100 / 61. 21.100
  libavformat    61.  9.100 / 61.  9.100
  libavdevice    61.  4.100 / 61.  4.100
  libavfilter    10.  6.100 / 10.  6.100
  libswscale      8.  4.100 /  8.  4.100
  libswresample   5.  4.100 /  5.  4.100
  libpostproc    58.  4.100 / 58.  4.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'E:\ffmpeg-cmd\ .mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf58.65.100
  Duration: 00:01:30.55, start: 0.000000, bitrate: 1333 kb/s
  Chapters:
    Chapter #0:0: start 0.000000, end 90.551000
      Metadata:
        title           :
  Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 1920x1080 [SAR 8001:8000 DAR 889:500], 1267 kb/s, SAR 1:1 DAR 16:9, 29.97 fps, 29.97 tbr, 11988 tbn (default)
    Metadata:
      handler_name    : VideoHandler
      vendor_id       : [0][0][0][0]
  Stream #0:1[0x2](und): Audio: aac (HE-AAC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 62 kb/s (default)
    Metadata:
      handler_name    : Sound Media Handler
      vendor_id       : [0][0][0][0]
  Stream #0:2[0x3](eng): Data: bin_data (text / 0x74786574), 0 kb/s
    Metadata:
      handler_name    : SubtitleHandler
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> hevc (hevc_amf))
  Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
[hevc_amf @ 000001adec9e2680] rate control mode is PEAK_CONSTRAINED_VBR but rc_max_rate is not set
Output #0, mp4, to 'E:\ffmpeg-cmd\ -result.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf61.9.100
  Chapters:
    Chapter #0:0: start 0.000000, end 90.551000
      Metadata:
        title           :
  Stream #0:0(und): Video: hevc (hev1 / 0x31766568), yuv420p(tv, progressive), 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 29.97 fps, 11988 tbn (default)
    Metadata:
      encoder         : Lavc61.21.100 hevc_amf
      handler_name    : VideoHandler
      vendor_id       : [0][0][0][0]
  Stream #0:1(und): Audio: aac (HE-AAC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 62 kb/s (default)
    Metadata:
      handler_name    : Sound Media Handler
      vendor_id       : [0][0][0][0]
[out#0/mp4 @ 000001aded456d80] video:204972KiB audio:690KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.026135%

이 글을 추천한 사람
츽힌
Facebook Twitter Pinterest Kakao
  • ?
    츽힌 2024.11.20 19:57

    도대체 뭔 소린지 1도 모르지만 그냥 아는 척하고 가마니 있어야겠다.... 아무러하지 간에 궁금하오니 답 얻으시길 바람.

  • ?
    jhpp 2024.11.23 11:32

    추측건대 인코더가 읽지 못하는 옵션들이 있는 것 같습니다. 아래 명령어로 파라미터들 다시 확인해서 돌려보세요
    .\ffmpeg.exe -h encoder=hevc_amf


  1. 소리를 4가지로 분리하는 샤나보컬리무버 프로그램을 소개합니다.

    Date2024.03.22 ByRina Reply0 Views20429 Votes6
    read more
  2. 샤나인코더 통합 검색 기능 개선(샤나인코더 우측 상단에 있는 검색창을 사용해 보세요.)

    Date2021.09.30 ByRina Reply0 Views34361 Votes2
    read more
  3. 자유게시판에서는 자유롭게 글을 작성할 수 있지만 다음과 같은 내용은 삭제돼요

    Date2020.03.18 ByRina Reply0 Views30529 Votes5
    read more
  4. [필독] 질문 전에 반드시 읽으세요!!!

    Date2019.09.16 Category일반 ByJKyle Reply3 Views52676 Votes8
    read more
  5. [알림] 질문 먹튀하지 마시기 바랍니다 => 본문 변경 금지

    Date2018.10.12 Category일반 ByJKyle Reply24 Views50315 Votes18
    read more
  6. 영상에 나오는 날짜 없애는법

    Date2024.12.19 Category질문 By카메라오리 Reply2 Views429 Votes0
    Read More
  7. 자막 속도를 직접 변경할 수 있을까요?

    Date2024.12.19 Category질문 By로미 Reply1 Views268 Votes0
    Read More
  8. 인코딩 오류

    Date2024.12.16 Category질문 By로만 Reply1 Views669 Votes0
    Read More
  9. TS파일을 MP4로 구간편집해서 인코딩하려는데 오류가 납니다

    Date2024.12.14 Category질문 By몸근영 Reply0 Views271 Votes0
    Read More
  10. 이거 TS파일을 MP4파일로 간편하게 변환시키는 방법 없나요?

    Date2024.12.09 Category질문 By몸근영 Reply5 Views480 Votes0
    Read More
  11. 다운로드가 안되요

    Date2024.12.09 Category질문 Bymooders Reply0 Views336 Votes0
    Read More
  12. 자막 인코딩 질문 ..!!

    Date2024.12.04 Category질문 By연두쿤 Reply0 Views434 Votes0
    Read More
  13. [Q] 비트레이트유지 해상도만줄이기

    Date2024.12.03 Category질문 By181113 Reply0 Views406 Votes0
    Read More
  14. [Q] H264 ACC 오디오 인코딩 문의

    Date2024.12.03 Category질문 By181113 Reply1 Views274 Votes0
    Read More
  15. 인코딩시 '상태'에 오류 라고 뜨면서 안됩니다.

    Date2024.12.02 Category질문 Bylgg2517 Reply0 Views197 Votes0
    Read More
  16. 오디오 코덱에 대한 학습

    Date2024.12.02 Category질문 By앗싸라비얌 Reply4 Views153 Votes0
    Read More
  17. HD, FHD 인코딩 파일사이즈 같은 이유가 뭘지요 ?

    Date2024.12.01 Category질문 By앗싸라비얌 Reply5 Views245 Votes0
    Read More
  18. NVENC와 QSV 인코딩 품질 문의

    Date2024.12.01 Category질문 By연민아빠 Reply0 Views260 Votes0
    Read More
  19. 인코딩 경로를 속도가 느린 외장하드로 할 경우 성능 저하가 생길까요?

    Date2024.11.30 Category질문 By헌영 Reply4 Views329 Votes0
    Read More
  20. 혹시 Ts확장자 파일은 구간설정하고 인코딩하면 오류나나요?

    Date2024.11.29 Category질문 By몸근영 Reply0 Views151 Votes0
    Read More
  21. 인코딩 속도

    Date2024.11.28 Category질문 Byccmhant Reply1 Views399 Votes0
    Read More
  22. 인코딩 오류...

    Date2024.11.27 Category질문 By밍쨩 Reply0 Views395 Votes0
    Read More
  23. 베가스에서 화일이 안나오네요

    Date2024.11.21 Category질문 Byzzz007 Reply1 Views344 Votes0
    Read More
  24. 옵션 문제

    Date2024.11.19 Category질문 Byholy Reply2 Views509 Votes1
    Read More
  25. 인코딩 시 툭 하거나 삑 하는 소리가 납니다

    Date2024.11.16 Category질문 By Reply1 Views495 Votes1
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 55 Next
/ 55