Opened 14 years ago

Last modified 14 years ago

#1757 new defect

Unable to dump H.264 with PAFF to YUV

Reported by: st599@… Owned by: reimar
Priority: normal Component: vo
Version: unspecified Severity: critical
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

MPEG2-TS file which contains H.264 with PAFF enabled.

When you use Mencoder to dump to a YUV file (UYVY or i420, the decoder dumps:

1 Frame for each Frame when PAFF algorithm chooses progressive(Correct)
1 Frame for each Field when PAFF algorithm chooses interlaced (Incorrect)

This leads to dumped uncompressed files being longer than the original compressed H.264 file.

Change History (1)

comment:1 by st599@…, 14 years ago

This may be an issue with the underlying libavcodec module

Note: See TracTickets for help on using tickets.