Truth Matters! Index

A Judaizing Christian Anti-Romanizing Protestant Forum

You are not logged in.

Announcement

"I mock only with my feeble mockery, so that those who live now, AND THOSE WHO COME AFTER US, SHALL KNOW WHAT I HAVE THOUGHT ABOUT THE POPE, THE ACCURSED ANTICHRIST, and so that anyone who wishes to be a Christian can be WARNED AGAINST SUCH AN ABOMINATION." - Martin Luther 1545 - Against the Papacy in Rome, founded by the Devil, page 16.

#1 2025-07-05 00:32:25

Darkijah
Admin
From: Danmark
Registered: 2021-10-13
Posts: 55
Website
LinuxChrome 137.0

FFmpeg

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

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB 1.5.11
Modified by Visman

[ Generated in 0.025 seconds, 9 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]