Ticket #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@… | 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
Change History
comment:2 Changed 11 months ago by xyzpublic
Sample uploaded to ftp://upload.ffmpeg.org/incoming/src_with_resolution_change_segment.rmvb
comment:3 Changed 11 months ago by cehoyos
- Status changed from new to open
- Reproduced by developer set
- Summary changed from ffmpeg gives scrambled video output when dimensions of the src change to Aspect 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.
Note: See
TracTickets for help on using
tickets.




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