« on: March 14, 2022, 03:59:12 PM »
PSARips | Encoding Settings
We can do this with CLI tools also, but I show how to do this in StaxRip.
You are not allowed to view links.
Register or Login for StaxRip set-up.
Main thing in PSA encode process is filtering.
They use a filter from AviSynth called "TemporalDegrain2"
We can also script it manually, but StaxRip is auto scripting it.
So it is easy with StaxRip.
Then encode it to HEVC (x265)
NOTE: When you downscaling from 4K, use below option also
x265 --> Option --> Input/Output --> Dither

Watch You are not allowed to view links.
Register or Login tutorial
You can encode the audio file later with qaac. below is the procedure.
First convert the audio track as lossless with ffmpeg.
ffmpeg -i <input_audio> -c:a pcm_s24le <output_audio_path>.wav
Then using qaac encode audio to AAC-HE. below is the code.
<qaac.exe> -v 0 --he <input_audio> -o <output_audio>.m4a
Then remux video, audio and subtitles as you want.
You can also use,
fdkaac
ffmpeg with libfdk_aac
Ⓒ 2022 Cinemadrop | All rights reserved.
« Last Edit: March 14, 2022, 08:06:43 PM by Cinemadrop »

Logged