Opened 8 years ago

Closed 8 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)

in.tif (57.3 KB ) - added by jsteinkamp 8 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Carl Eugen Hoyos, 8 years ago

Component: ffmpegundetermined
Keywords: tif added; tiff and scale removed

Please provide a sample tif file.

by jsteinkamp, 8 years ago

Attachment: in.tif added

comment:2 by jsteinkamp, 8 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 Carl Eugen Hoyos, 8 years ago

Resolution: worksforme
Status: newclosed

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.

Note: See TracTickets for help on using tickets.