From this entire topic, I concluded that it is better to look with your brain based on the logic of the software, and not look with your eyes, studying small details in many videos. Even if the result is not optimal, otherwise the process may turn into infinity. You can't get anything brilliant from a encoder, so accept a compromise.
I still have a question about the size of video files and the action of the sharpener. It didn't work out for me with Finesharp, so I tried the closely related DetailSharpen.
Fully script
LSMASHVideoSource("C:\Videos\movie.mp4")
SetFilterMTMode("DEFAULT_MT_MODE", 2)
Spline36ResizeMT(720, 1280, prefetch=4)
KNLMeansCL(D=1, A=1, h=1.5, device_type="auto")
DetailSharpen(str=0.3, pow=7, z=6, ldmp=0, mode=1, med=false)
Prefetch(6)
I take the first video I receive as a reference point to compare with other results, and then change the DetailSharpen settings.
1. DetailSharpen(str=0.3, pow=7, z=6, ldmp=0, mode=1, med=false)
file size 10,849,597 bytes
disk size 10,850,304 bytes
2. DetailSharpen(str=0.29, pow=6, z=7, ldmp=0, mode=1, med=false)
file size 10,849,491 bytes
disk size 10,850,304 bytes
the picture is different from all other videos
3. DetailSharpen(str=0.31, pow=7, z=6, ldmp=0, mode=1, med=false)
file size 10,849,597 bytes
disk size 10,850,304 bytes
the picture is the same as in the first result
4. DetailSharpen(str=0.28, pow=7, z=7, ldmp=0, mode=1, med=false)
file size 10,849,600 bytes
disk size 10,850,304 bytes
the picture is the same as in the first result
5. DetailSharpen(str=0.3, pow=9, z=6, ldmp=0, mode=1, med=false)
file size 10,849,600 bytes
disk size 10,850,304 bytes
the picture is the same as in the first result
+ Reply to Thread
Results 91 to 92 of 92
-
Last edited by gelo333; 18th Dec 2023 at 22:03.
-
I removed FFMPEG and Avisynth. Cleaned the registry. Installed the latest versions of FFMPEG and Avisynth. The error persists.
Similar Threads
-
ffmpeg: What are the most compatible encoding options?
By Rekrul in forum Video ConversionReplies: 10Last Post: 1st Sep 2022, 06:07 -
In VSDC FREE, How to pop up random words in random screen locations?
By EricBalir in forum Newbie / General discussionsReplies: 0Last Post: 27th Aug 2021, 10:10 -
Editing video and audio - Degradation
By shans in forum EditingReplies: 4Last Post: 30th Aug 2020, 19:48 -
Exporting MPEG2 Video Degradation Blurry Jittery Adobe Premiere
By ESP1138 in forum Video ConversionReplies: 5Last Post: 17th Jan 2020, 09:57 -
Degradation when burning dvd using Freemake Video Converterp
By vinckles in forum Authoring (DVD)Replies: 3Last Post: 7th Oct 2019, 03:34