Opened 12 years ago

Closed 11 years ago

#1507 closed defect (fixed)

Aspect ratio wrong in rv40 video (after resolution change)

Reported by: xyzpublic Owned by:
Priority: normal Component: avcodec
Version: git-master Keywords: real rv40
Cc: donmoir@comcast.net Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

Summary of the bug:
Change of dimensions of the source video seems not handled properly by ffmpeg/ffplay(git master) and vlc/2.01

ffmpeg gives scrambled output.
"ffplay -threads 1 src_with_dimension_change.rmvb" works, but ffplay without "-threads 1" doesn't.
vlc silently quits on dimensions change.

How to reproduce:

% ffmpeg -i src_with_dimension_change.rmvb output.avi
ffmpeg git master
built on ubuntu gcc 4.6.3

Attachments (2)

ffmpeg-20120703-173749.log (511.7 KB ) - added by xyzpublic 12 years ago.
ffmpeg -report log
Wrong_aspect_after_resolution_change.rmvb (2.4 MB ) - added by Carl Eugen Hoyos 12 years ago.

Change History (9)

comment:1 by Carl Eugen Hoyos, 12 years ago

Keywords: dimensions change removed

To make this a valid ticket, please provide complete uncut console output together with the command line and please provide a sample.

by xyzpublic, 12 years ago

Attachment: ffmpeg-20120703-173749.log added

ffmpeg -report log

comment:2 by xyzpublic, 12 years ago

Sample uploaded to ftp://upload.ffmpeg.org/incoming/src_with_resolution_change_segment.rmvb

PS. The word "dimension" might be better replaced with resolution in the bug summary :)

Last edited 12 years ago by xyzpublic (previous) (diff)

comment:3 by Carl Eugen Hoyos, 12 years ago

Reproduced by developer: set
Status: newopen
Summary: ffmpeg gives scrambled video output when dimensions of the src changeAspect ratio wrong in rv40 video (after resolution change)
[rv40 @ 0x21f2b40] Width/height changing with frame threading is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.

This part is a duplicate of ticket #1312

But the video aspect is wrong after the resolution change, it should be 4:3 but is undefined.

by Carl Eugen Hoyos, 12 years ago

comment:4 by Carl Eugen Hoyos, 11 years ago

Keywords: real added; rmvb removed

comment:5 by Carl Eugen Hoyos, 11 years ago

Ticket #1550 may be related.

comment:6 by DonMoir, 11 years ago

Cc: donmoir@comcast.net added

There might be a seek problem with the file after resolution change as well. I can't get the file from the above ftp link and need the full file.

comment:7 by Carl Eugen Hoyos, 11 years ago

Resolution: fixed
Status: openclosed

Fixed by Michael, related to / duplicate of ticket #1550.

Note: See TracTickets for help on using tickets.