Opened 11 years ago

Last modified 11 years ago

#2900 new defect

remux of interlaced MPEG2-PS to AVI doubles frame rate.

Reported by: iuqbgq9h-1@yahoo.com Owned by:
Priority: normal Component: avformat
Version: git-master Keywords: mpegps avi regression
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
I remultiplex an input file which is an MPEG2-PS with mpeg2video and mp2 audio. The video is interlaced with frame rate 25 (= PAL).
The output is avi file, with same vcodec and acodec.
The output video has double the frame rate (=50), and each frame appears twice when AVI file is opened with NLE.
How to reproduce:

% ffmpeg -i input.mpg -c:v copy -c:a copy -f avi output.avi
ffmpeg version  N-55721-gc443689
built on  Aug 22 2013 19:06:24 with gcc 4.7.3 (GCC)

Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.

Attachments (1)

input.mpg (1.0 MB ) - added by Carl Eugen Hoyos 11 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by Carl Eugen Hoyos, 11 years ago

Keywords: mpegps avi added; MPEG2-PS AVI removed

Please provide the input sample and the command line together with the complete, uncut console output to make this a valid ticket.

in reply to:  1 comment:2 by iuqbgq9h-1@yahoo.com, 11 years ago

Replying to cehoyos:

Please provide the input sample and the command line together with the complete, uncut console output to make this a valid ticket.

Ok, I will, but my DVD drive is kinda busy right now - may take me up to 24 hrs to create samples. Please don't erase ticket b4 then. Thanks.

Version 0, edited 11 years ago by iuqbgq9h-1@yahoo.com (next)

in reply to:  1 comment:3 by iuqbgq9h-1@yahoo.com, 11 years ago

Sample attached above in comment 2.

by Carl Eugen Hoyos, 11 years ago

Attachment: input.mpg added

comment:4 by Carl Eugen Hoyos, 11 years ago

Keywords: regression added

If there is an issue it is a regression since 981f6fc.

Note: See TracTickets for help on using tickets.