nurbs
13th April 2010, 12:01
I've been using an x264 build from late March up to now and have recently changed to r1538 which is giving me some problems.
When I try to encode VC-1 videos from blu-ray using an avisynth script and FFVideoSource() x264 is complaining that the video is interlaced and some of the options I use don't work with that although the source file is definitely progressive. Adding AssumeFrameBased() to the script fixes that and I didn't notice any problems.
AFAIK I didn't change anything else in my encoding chain, so I assume the problem lies with x264.
Info() in the .avs shows
FieldBased (Seperated) Video: NO
Parity: Assumed Bottom Field First
for my usual script and
FieldBased (Seperated) Video: NO
Parity: Bottom Field First
if I add AssumeFrameBased()
When I try to encode VC-1 videos from blu-ray using an avisynth script and FFVideoSource() x264 is complaining that the video is interlaced and some of the options I use don't work with that although the source file is definitely progressive. Adding AssumeFrameBased() to the script fixes that and I didn't notice any problems.
AFAIK I didn't change anything else in my encoding chain, so I assume the problem lies with x264.
Info() in the .avs shows
FieldBased (Seperated) Video: NO
Parity: Assumed Bottom Field First
for my usual script and
FieldBased (Seperated) Video: NO
Parity: Bottom Field First
if I add AssumeFrameBased()