AtiQah-FC / lavfilters

Automatically exported from code.google.com/p/lavfilters
GNU General Public License v2.0
0 stars 0 forks source link

LAV-Splitter - Doesn't recognize frame rate correctly with PAL dvr-ms files #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using MPC-HC and LAV-Splitter, PAL dvr-ms files (TV recordings from 7MC) are 
often reported as 59.940 fps rather than ~50 fps, which causes issues with 
reclock and other tools.

This wasn't the case with the version of the LAV filters I used a few weeks ago.

Here is an example of what is reported by the DVR-Out pin 2:

Filter : StreamBufferSource - CLSID : {C9F5FE02-F851-4EB5-99EE-AD602AF1E619}

- Connected to:

CLSID: {EE30215D-164F-4A92-A4EB-9D4C13390F9F}
Filter: LAV Video Decoder
Pin: XForm In

- Connection media type:

Video: MPEG 704x480 (16:9) 59.94fps 12000kbps

AM_MEDIA_TYPE: 
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_MPEG2_VIDEO {E06D8026-DB46-11CF-B4D1-00805F6CBBEA}
formattype: FORMAT_MPEG2_VIDEO {E06D80E3-DB46-11CF-B4D1-00805F6CBBEA}
bFixedSizeSamples: 1
bTemporalCompression: 1
lSampleSize: 0
cbFormat: 216

VIDEOINFOHEADER:
rcSource: (0,0)-(704,480)

Original issue reported on code.google.com by francois...@gmail.com on 19 Aug 2011 at 8:43

GoogleCodeExporter commented 9 years ago
You're using the "StreamBufferSource", which is Microsofts source filter for 
dvr-ms. You're not using LAV Splitter.

Original comment by h.lepp...@gmail.com on 19 Aug 2011 at 9:16