안녕하세요 샤나인코더를 이용하는 질문은 아니지만(정확하게는 linux에서의 ffmpeg command)
여기 포럼에 전문가분들이 많이 계신거 같아서 질문해 봅니다.
anoXmous, yify 릴 같은 경우 용량에 비해서 꽤 준수한 화질을 보여준다고 생각합니다.
그래서 팟플에서 미디어 정보를 봤더니...
통상적인 bitrate는 2000kbps 정도인데
Maximum bit rate가 10Mbps 정도까지 인코딩되어 있어서 큰 비트레이트가 필요한 부분에서는 효율적으로 인코딩 된거 같더라구요
하여 구글링 해 본 결과 아래와 같은 ffmpeg 옵션을 찾을수 있었습니다.
~~ -c:v libx264 -b:v 1982k -maxrate 10M -bufsize 10M -pass 1 -refs 4 -acodec copy ~~
pass 2 도 동일하구요
블루레이에서 립핑한 Bitrate가 10M넘는 고용량(17G) 파일의 영상쪽 용량을 줄여보려고 위 옵션대로 인코딩 해보았고
결과물의 용량(영상기준)도 비슷해 보이긴 하는데 팟플에서의 미디어 정보는 약간 다르네요..
anoXmous릴 같은 경우에는 Overall bit rate가 2000 Kbps정도로 나타나는데
제가 만든 파일은 Overall bit rate가 5339 Kbps 로 나타납니다.
뭔가 수정할 옵션이나 추가할 부분이 있는 것일까요??
AnoXmous릴의 정보는 아래와 같습니다.
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 1.94 GiB
Duration : 1h 46mn
Overall bit rate mode : Variable
Overall bit rate : 2 603 Kbps
Encoded date : UTC 2015-03-26 10:06:35
Tagged date : UTC 2015-03-26 10:06:35
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 46mn
Bit rate : 2 086 Kbps
Maximum bit rate : 11.7 Mbps
Width : 1 920 pixels
Height : 800 pixels
Display aspect ratio : 2.40:1
Frame rate mode : Constant
Frame rate : 23.976 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.057
Stream size : 1.56 GiB (80%)
Writing library : x264 core 146 r2538 121396c
Encoding settings : cabac=1 / ref=4 / deblock=1:0:0 / analyse=0x3:0x113 / me=umh / subme=9 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=12 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=4 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=240 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=2086 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=62500 / vbv_bufsize=78125 / nal_hrd=none / filler=0 / ip_ratio=1.40 / aq=1:1.00
Encoded date : UTC 2015-03-26 10:06:35
Tagged date : UTC 2015-03-26 10:07:59
제가 생성한 파일의 정보는 아래와 같습니다.
Format : Matroska
Format version : Version 4 / Version 2
File size : 5.20 GiB
Duration : 2h 14mn
Overall bit rate mode : Variable
Overall bit rate : 5 539 Kbps
Writing application : Lavf56.40.101
Writing library : Lavf56.40.101
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : V_MPEG4/ISO/AVC
Duration : 2h 14mn
Nominal bit rate : 1 982 Kbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 23.976 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.040
Writing library : x264 core 148 r150 73ae2d1
Encoding settings : cabac=1 / ref=4 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=6 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=1982 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=10000 / vbv_bufsize=10000 / nal_hrd=none / filler=0 / ip_ratio=1.40 / aq=1:1.00
Language : English
Default : Yes
Forced : No
DURATION : 02:14:17.466000000
NUMBER_OF_FRAMES : 193186
NUMBER_OF_BYTES : 14118844042
_STATISTICS_WRITING_APP : mkvmerge v7.3.0 ('Nouages') 32bit built on Oct 22 2014 18:44:01
_STATISTICS_WRITING_DATE_UTC : 2014-11-17 01:20:36
_STATISTICS_TAGS : BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES