We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actual size: SQCIF(128 × 96 [4:3])
example of how to generate a 320x180 thumbnail with ffmpeg command line in linux:
ffmpeg -i file.wmv -f image2 -vframes 1 -aspect 16:9 -filter:vf scale="'if(gt(a,16/9),320,-1)':'if(gt(a,16/9),-1,180)', pad=w=320:h=180:x=(ow-iw)/2:y=(oh-ih)/2:color=black" -ss 15 output10.jpg
Wwidd file:
16:9:
Thumbnail size references:
Adult:
The text was updated successfully, but these errors were encountered:
However it needs to be adjusted on wwidd/NDVM client side (CSS) too.
Sorry, something went wrong.
No branches or pull requests
Actual size: SQCIF(128 × 96 [4:3])
example of how to generate a 320x180 thumbnail with ffmpeg command line in linux:
Wwidd file:
16:9:
Thumbnail size references:
Adult:
The text was updated successfully, but these errors were encountered: