Changes between Initial Version and Version 1 of Ticket #8499


Ignore:
Timestamp:
Jan 26, 2020, 1:11:44 PM (7 years ago)
Author:
Carl Eugen Hoyos
Comment:

Regression since ce2cfa67aa26e70717eb8b184f232b9c41b81001

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8499

    • Property Component undeterminedavfilter
    • Property Keywords scale regression added
    • Property Reproduced by developer set
    • Property Status newopen
  • Ticket #8499 – Description

    initial v1  
    33See the below example - this works with FFmpeg 4.2.2 but not with the daily builds.
    44
    5 
     5{{{
    66atari ~ % /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"
    77ffmpeg version N-96486-g1ab302da6e-tessus Copyright (c) 2000-2020 the FFmpeg developers
     
    4141Error while processing the decoded data for stream #0:0
    4242Conversion failed!
     43}}}