Skip to content
New issue

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

Does this project support AV1 transcoding ? #156

Open
Jo-Blade opened this issue Jan 20, 2024 · 1 comment
Open

Does this project support AV1 transcoding ? #156

Jo-Blade opened this issue Jan 20, 2024 · 1 comment
Assignees
Labels

Comments

@Jo-Blade
Copy link

Hello,

I just discovered your project and managed to build it on nixos (from git). It is awesome ! However, I wonder if the current git revision of the project can deal with AV1 codec ?

It would be awesome for me if I can transcode h264 to AV1 (for reduce disk usage) or AV1 to h264 (because there is currently a very few software that could open AV1 files). Maybe with the new SVT-AV1 encoder and the fastest preset we could also be able to do realtime transcoding ?

Moreover, I saw in the FEATURES.md that AV1 is supported whereas it does not appears in the README and I couldn't select it from the command line. Maybe there is some inconsistencies between these two files ?

Thanks you again for this software, and thanks you for your attention.

@nschlia nschlia self-assigned this Jan 20, 2024
@nschlia
Copy link
Owner

nschlia commented Jan 20, 2024

Currently FFmpegfs only supports transcoding from AV1. What's written in in FEATURES.md is wrong, when I set AV1 as target I get a "Could not write video frame (error 'Invalid data found when processing input')." error message from FFmpeg. I did not spend time into figuring out what's wrong yet, so I did not add support for encoding to AV1 up to now. I add this issue to the feature list.
Maybe it'll work with the new enocder, I'll give it a try.

nschlia added a commit that referenced this issue Jan 20, 2024
Remove AV1 from target codec list, not supported yet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants