You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
Please provide a GitHub link or code snippet.
const thumbnailArgs = [
'-i', inputFile,
'-vf', fps=1/${interval},scale=400:-1:flags=bilinear,
thumbnailFile,
];
const thumbnailErr = await ffmpeg.exec(thumbnailArgs);
Expected behavior
A clear and concise description of what you expected to happen.
I would expect it to be able to generate thumbnails from AVI
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS] Chrome, Safari
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
I thought AVI1 was supported in V12 onwards however when trying to generate thumbnails from a file that is encoded in AV1:
To Reproduce
Please provide a GitHub link or code snippet.
const thumbnailArgs = [
'-i', inputFile,
'-vf',
fps=1/${interval},scale=400:-1:flags=bilinear
,thumbnailFile,
];
const thumbnailErr = await ffmpeg.exec(thumbnailArgs);
Expected behavior
A clear and concise description of what you expected to happen.
I would expect it to be able to generate thumbnails from AVI
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: