Changes between Initial Version and Version 1 of Ticket #4082, comment 3
- Timestamp:
- Nov 6, 2014, 3:23:52 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4082, comment 3
initial v1 1 1 The output is 100x100 but playback will change the size due to the SAR/DAR not being 1:1. Use -vf scale=100:100,setsar=1:1 2 3 Although that's going to destroy the video. Maybe you're after the following? 4 -vf "scale=100:-2,pad=100:100:(ow-iw)/2:(oh-ih)/2"


