Newbie: Making a bash script to transcode multiple files #86
Replies: 3 comments 1 reply
-
Ok I found out using |
Beta Was this translation helpful? Give feedback.
-
Using SVT-AV1 within ffmpeg from upstream is probably the thing you would be interested in. |
Beta Was this translation helpful? Give feedback.
-
You can use my build of ffmpeg that has svt-av1-psy |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm kinda new to av1 encoding, I don't know what to use and the documentation is kinda confusing to me. I just need a cli way to transcode a video, I'll take care of writing the bash script on my own, I just need a command with this structure.
encode --input=/path/to/input --output=/path/to/output [recommended encoding features with xpsnr for best encoding]
My goal is kinda to encode achieving the least amount of disk space. Not too compressed obviously, but prioritizing disk space.
I've read the documentation kind of quickly and saw a couple of parameters, the thing is, I don't know where to add them. Are those commands for
ffmpeg
? isSvtAv1EncApp
useful for my use case?Beta Was this translation helpful? Give feedback.
All reactions