Opened 9 years ago
Closed 9 years ago
#5339 closed defect (worksforme)
tiff file made with older maya ignores scale for output
Reported by: | jsteinkamp | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | tif |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug: ffmepg forces the output to a square format.
How to reproduce:
ffmpeg -i in.tif -vcodec mjpeg -s 1920x1080 out.mov
If I convert the tiff with after effects it works
ffmpeg version
20160219
}}}
Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.
Attachments (1)
Change History (4)
comment:1 by , 9 years ago
Component: | ffmpeg → undetermined |
---|---|
Keywords: | tif added; tiff and scale removed |
by , 9 years ago
comment:2 by , 9 years ago
Hi I just tried with new maya same problem with the tiff format. Comes out square instead of rectangular.
ffmpeg -i in.tif -vcodec mjpeg -s 192x108 out.mov
comment:3 by , 9 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
For future tickets: Please always provide the FFmpeg command line that allows to reproduce your issue together with the complete, uncut console output.
The file you uploaded has a horizontal to vertical dpi ratio of 16:9. This implies a sample aspect ratio of 9:16 which is what FFmpeg uses. Pass -vf setsar=1
to get square pixels.
If the input file you provided is not meant to have a horizontal to vertical dpi ratio != 1, please report this issue to the Maya developers.
Please provide a sample tif file.