I have a setup where I'm capturing 1080i59.94 SDI feed using a decklink mini recorder 4k and saving the feed as an mkv file. I've followed the discussion in this thread: https://obsproject.com/forum/thread...d-encoding-in-ffmpeg-recording-option.134911/
and I'm using the Custom Output (FFmpeg) option, libx264 encoder, and I have "field_order=tt" under the video encoder settings. I'm able to record the video using this setup. However, when I use "mediainfo video.mkv" I get the following as my scan mode:
Scan type : Interlaced
Original scan type : Progressive
Scan type, store method : Separated fields (2 fields per block)
Scan order : Top Field First
I actually want the field "Scan type, store method" to be "interleaved fields" instead of "separate fields". Does anyone know how I could specify the scan type in OBS? I tried adding several different options to the video encoder settings, such as:
-vf tinterlace=interleave_top
tinterlace=interleave_top
interlace=1
-flags +ilme+ildct
and none of these changed anything.
Thanks in advance!
and I'm using the Custom Output (FFmpeg) option, libx264 encoder, and I have "field_order=tt" under the video encoder settings. I'm able to record the video using this setup. However, when I use "mediainfo video.mkv" I get the following as my scan mode:
Scan type : Interlaced
Original scan type : Progressive
Scan type, store method : Separated fields (2 fields per block)
Scan order : Top Field First
I actually want the field "Scan type, store method" to be "interleaved fields" instead of "separate fields". Does anyone know how I could specify the scan type in OBS? I tried adding several different options to the video encoder settings, such as:
-vf tinterlace=interleave_top
tinterlace=interleave_top
interlace=1
-flags +ilme+ildct
and none of these changed anything.
Thanks in advance!