Skip to content
  • wahibre's avatar
    fixed processing movies with PTS larger than duration · 20d45688
    wahibre authored
    FFmpeg prints errors:
    
    [mpegts @ 0x56492cf39300] PES packet size mismatch
    [mpegts @ 0x56492cf39300] Could not find codec parameters for stream 2
    (Unknown: none ([17][0][0][0] / 0x0011)): unknown codec
    Consider increasing the value for the 'analyzeduration' and 'probesize'
    options
    [mpegts @ 0x56492cf39300] Could not find codec parameters for stream 4
    (Unknown: none ([11][0][0][0] / 0x000B)): unknown codec
    Consider increasing the value for the 'analyzeduration' and 'probesize'
    options
    [mpegts @ 0x56492cf39300] Could not find codec parameters for stream 5
    (Unknown: none ([11][0][0][0] / 0x000B)): unknown codec
    Consider increasing the value for the 'analyzeduration' and 'probesize'
    options
    [mpegts @ 0x56492cf39300] Could not find codec parameters for stream 6
    (Unknown: none ([5][0][0][0] / 0x0005)): unknown codec
    Consider increasing the value for the 'analyzeduration' and 'probesize'
    options
    [mpegts @ 0x56492cf39300] Could not find codec parameters for stream 7
    (Unknown: none ([5][0][0][0] / 0x0005)): unknown codec
    Consider increasing the value for the 'analyzeduration' and 'probesize'
    options
    20d45688
To find the state of this project's repository at the time of any of these versions, check out the tags.