Opened 14 years ago
Closed 13 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)
Change History (9)
comment:1 by , 14 years ago
| Keywords: | dimensions change removed |
|---|
comment:2 by , 14 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 :)
comment:3 by , 14 years ago
| Reproduced by developer: | set |
|---|---|
| Status: | new → open |
| Summary: | ffmpeg gives scrambled video output when dimensions of the src change → 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.
by , 14 years ago
| Attachment: | Wrong_aspect_after_resolution_change.rmvb added |
|---|
comment:4 by , 14 years ago
| Keywords: | real added; rmvb removed |
|---|
comment:6 by , 13 years ago
| Cc: | 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 , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | open → closed |
Fixed by Michael, related to / duplicate of ticket #1550.



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