질문

DVD 원본파일이 p, i, ib가 섞였는데 어떻게 인코딩하나요?

by 용용이 posted Sep 30, 2020
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

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

먼저 미디어 인포는 아래와 같습니다.

//

//

General
Unique ID                      : 178951887757179496855278790105919130271 (0x86A0E142AC9863D73947F7AE8E300A9F)
Complete name                  : C:\Users\Girls Bravo\Girls Bravo - DISC 4 SP - Original Opening Version 2.mkv
Format                         : Matroska
Format version                 : Version 2
File size                      : 64.1 MiB
Duration                       : 1 min 33 s
Overall bit rate mode          : Variable
Overall bit rate               : 5 741 kb/s
Movie name                     : Girls Bravo Vol4
Encoded date                   : UTC 2020-09-25 04:50:53
Writing application            : MakeMKV v1.15.2 win(x64-release)
Writing library                : libmakemkv v1.15.2 (1.3.10/1.5.2) win(x64-release)

Video
ID                             : 1
ID in the original source medi : 224 (0xE0)
Format                         : MPEG Video
Format version                 : Version 2
Format profile                 : Main@Main
Format settings                : CustomMatrix / BVOP
Format settings, BVOP          : Yes
Format settings, Matrix        : Custom
Format settings, GOP           : Variable
Codec ID                       : V_MPEG2
Codec ID/Info                  : MPEG 1 or 2 Video
Duration                       : 1 min 33 s
Bit rate mode                  : Variable
Bit rate                       : 5 287 kb/s
Maximum bit rate               : 9 800 kb/s
Width                          : 720 pixels
Height                         : 480 pixels
Display aspect ratio           : 4:3
Frame rate mode                : Variable
Frame rate                     : 24.160 FPS
Original frame rate            : 23.976 (24000/1001) FPS
Color space                    : YUV
Chroma subsampling             : 4:2:0
Bit depth                      : 8 bits
Scan type                      : Progressive
Scan order                     : 2:3 Pulldown
Compression mode               : Lossy
Bits/(Pixel*Frame)             : 0.633
Time code of first frame       : 02:36:40:00
Time code source               : Group of pictures header
Stream size                    : 59.0 MiB (92%)
Language                       : English
Default                        : No
Forced                         : No
Original source medium         : DVD-Video

Audio #1
ID                             : 2
ID in the original source medi : 189 (0xBD)128 (0x80)
Format                         : AC-3
Format/Info                    : Audio Coding 3
Commercial name                : Dolby Digital
Codec ID                       : A_AC3
Duration                       : 1 min 33 s
Bit rate mode                  : Constant
Bit rate                       : 224 kb/s
Channel(s)                     : 2 channels
Channel layout                 : L R
Sampling rate                  : 48.0 kHz
Frame rate                     : 31.250 FPS (1536 SPF)
Compression mode               : Lossy
Stream size                    : 2.50 MiB (4%)
Title                          : Stereo
Language                       : English
Service kind                   : Complete Main
Default                        : Yes
Forced                         : No
Original source medium         : DVD-Video

Audio #2
ID                             : 3
ID in the original source medi : 189 (0xBD)129 (0x81)
Format                         : AC-3
Format/Info                    : Audio Coding 3
Commercial name                : Dolby Digital
Codec ID                       : A_AC3
Duration                       : 1 min 33 s
Bit rate mode                  : Constant
Bit rate                       : 224 kb/s
Channel(s)                     : 2 channels
Channel layout                 : L R
Sampling rate                  : 48.0 kHz
Frame rate                     : 31.250 FPS (1536 SPF)
Compression mode               : Lossy
Stream size                    : 2.50 MiB (4%)
Title                          : Stereo
Language                       : English
Service kind                   : Complete Main
Default                        : No
Forced                         : No
Original source medium         : DVD-Video

Text #1
ID                             : 4
ID in the original source medi : 189 (0xBD)32 (0x20)
Format                         : VobSub
Codec ID                       : S_VOBSUB
Codec ID/Info                  : Picture based subtitle format used on DVDs
Duration                       : 4 s 961 ms
Bit rate                       : 1 603 b/s
Count of elements              : 1
Stream size                    : 994 Bytes (0%)
Language                       : English
Default                        : Yes
Forced                         : No
Original source medium         : DVD-Video

Text #2
ID                             : 5
ID in the original source medi : 189 (0xBD)33 (0x21)
Format                         : VobSub
Codec ID                       : S_VOBSUB
Codec ID/Info                  : Picture based subtitle format used on DVDs
Duration                       : 4 s 961 ms
Bit rate                       : 1 603 b/s
Count of elements              : 1
Stream size                    : 994 Bytes (0%)
Language                       : English
Default                        : No
Forced                         : No
Original source medium         : DVD-Video

Menu
00:00:00.000                   : en:Chapter 1
00:01:31.891                   : en:end

//
//
Progressive 파일입니다만

 

파일을 재생해보면 장면에 따라 달라집니다.

 

2.PNG

 

 

2 ib.PNG

 

3 p.PNG

 

 

파일은 하나인데, 장면에 따라 스캔타입이 i, ib, p로 바뀌어집니다.

 

유동적인데 이걸 어떻게 인코딩 해야하나 고민을 해보다가

 

다양한 의견을 듣고자 글을 작성해봅니다.

 

 

 

샤나.PNG

 

 

그리고 샤나인코딩 내 심플 정보표시에서는 progressive로 나옵니다.

 

아마 파일 내 정보의 스캔타입을 읽어 표시하는거라 progressive 로 나오는 거겠죠.

 

 

디인터레이스 필터를 보고 생각해봤는데

 

 -vf "yadif=0:-1:0" 코드 중

 

가운데 -1이 Auto이므로, 장면에 따라 i, ib에 맞게 인터레이스 해주고

 

p 장면은 디인터레이스 필터가 off가 자동으로 되려나 생각도 듭니다.

 

아니라면 어떻게 인코딩해야할지 조언 부탁드립니다.