Changes between Initial Version and Version 1 of Ticket #8499
- Timestamp:
- Jan 26, 2020, 1:11:44 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8499
- Property Component undetermined → avfilter
- Property Keywords scale regression added
- Property Reproduced by developer set
- Property Status new → open
-
Ticket #8499 – Description
initial v1 3 3 See the below example - this works with FFmpeg 4.2.2 but not with the daily builds. 4 4 5 5 {{{ 6 6 atari ~ % /Users/atari/ffmpeg -i "/Users/atari/Desktop/in.mp4" -vf "scale='if(gt(iw,ih),140,trunc(oh*a/2)*2)':'if(gt(iw,ih),trunc(ow/a/2)*2,108)'" -frames:v 1 -y "/var/folders/thumbnail.png" 7 7 ffmpeg version N-96486-g1ab302da6e-tessus Copyright (c) 2000-2020 the FFmpeg developers … … 41 41 Error while processing the decoded data for stream #0:0 42 42 Conversion failed! 43 }}}


