分页: 1 / 1

压制HDTV 1080i体育比赛帧的问题

发表于 : 2014-09-25 21:55
zjqsj
这是我要压制的视频内容 罗马-中央陆军 卫星SNG avc h264 TS文件
General
ID : 8900 (0x22C4)
Complete name : G:\Sample\roma-mosk.TS
Format : MPEG-TS
File size : 2.13 GiB
Duration : 17mn 43s
Overall bit rate mode : Variable
Overall bit rate : 17.2 Mbps

Video
ID : 512 (0x200)
Menu ID : 1 (0x1)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High 4:2:2@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : 27
Duration : 17mn 43s
Bit rate : 15.9 Mbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 fps
Color space : YUV
Chroma subsampling : 4:2:2
Bit depth : 8 bits
Scan type : Interlaced
Scan order : Top Field First
Bits/(Pixel*Frame) : 0.307
Stream size : 1.97 GiB (93%)
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.709
我的avs文件
LoadPlugin("D:\MeGUI\tools\lsmash\LSMASHSource.dll")
LWLibavVideoSource("G:\Sample\roma-mosk.TS")
#deinterlace
#crop
LanczosResize(1280,720) # Lanczos (Sharp)
#denoise
我的目的是反交错后bob压制出50fps的视频,
但是我用lwlibav打开预览时发现帧已经是2倍了,压制出的视频流畅度就是25fps的,求解决!

Re: 压制HDTV 1080i体育比赛帧的问题

发表于 : 2014-09-25 23:03
alexz220
zjqsj 写了:这是我要压制的视频内容 罗马-中央陆军 卫星SNG avc h264 TS文件
General
ID : 8900 (0x22C4)
Complete name : G:\Sample\roma-mosk.TS
Format : MPEG-TS
File size : 2.13 GiB
Duration : 17mn 43s
Overall bit rate mode : Variable
Overall bit rate : 17.2 Mbps

Video
ID : 512 (0x200)
Menu ID : 1 (0x1)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High 4:2:2@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : 27
Duration : 17mn 43s
Bit rate : 15.9 Mbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 fps
Color space : YUV
Chroma subsampling : 4:2:2
Bit depth : 8 bits
Scan type : Interlaced
Scan order : Top Field First
Bits/(Pixel*Frame) : 0.307
Stream size : 1.97 GiB (93%)
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.709
我的avs文件
LoadPlugin("D:\MeGUI\tools\lsmash\LSMASHSource.dll")
LWLibavVideoSource("G:\Sample\roma-mosk.TS")
#deinterlace
#crop
LanczosResize(1280,720) # Lanczos (Sharp)
#denoise
我的目的是反交错后bob压制出50fps的视频,
但是我用lwlibav打开预览时发现帧已经是2倍了,压制出的视频流畅度就是25fps的,求解决!
个人经验是读TS用DGDecNV比较好。

仅供参考

MP_Pipeline(""" SetMemoryMax(200)

DGSource("*.dgi")

### prefetch: 24, 20
### ###

SetMemoryMax(1500)

QTGMC()

### prefetch: 16, 12
### ###

SetMemoryMax(1500)

U16.Dither_resize16(1280, 720)

Down10(stack=false)

### prefetch: 8, 4

""")

Re: 压制HDTV 1080i体育比赛帧的问题

发表于 : 2014-09-26 8:57
zjqsj
用了DGDecNV但是做dgi索引时提示,不能打开4:2:2的视频
这个怎么回事?朋友

Re: 压制HDTV 1080i体育比赛帧的问题

发表于 : 2014-10-12 11:43
dzx657238547
用tsmuxer把视频轨提取出来之后再用LWLibavVideoSource挂载试试?