A Judaizing Christian Anti-Romanizing Protestant Forum
You are not logged in.
Pages: 1
5 was the norm, doing 4 at the moment - might change back to 5 to get more speed and smaller file size. The lesser value, takes longer. Takes nearly double the time with 4 then 5. So..... I am not totally solid. Lag in frames have been put to 48 as I found a small glitch issue with default setting of 35 - although it makes the file bigger it removes the glitch. So hopefully makes less glitches other places.
#!/bin/bash
outdir="c36p4g240d10LIF48aC"; mkdir -p "$outdir"; time {
for input in *.{mp4,m4a,mkv,webm,avi,flv}; do
[[ -f "$input" ]] || continue
filename="${input%.*}"; output="$outdir/${filename}.mp4"
echo "RUN: $input → $output"; ffmpeg -hide_banner -i "$input" \
-c:v libaom-av1 -movflags +faststart -crf 36 -b:v 0 \
-cpu-used 4 -g 240 -pix_fmt yuv420p10le -lag-in-frames 48 \
-c:a copy \
"$output"; done; }
echo "-#-#-#-# AV1o $outdir Encoding DONE -#-#-#-#"
Dearly regards - Brother, Disciple and Child of Jehovah - Darkijah
May Jehovah bless you, Jayshua, be by you a most precious pearl, and their Spirit of Truth in us All, Amayn!
Offline
Pages: 1
[ Generated in 0.032 seconds, 9 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]