Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#4762 | Link |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,473
|
Feed the following avisynth script matched to your requirements (don't know if .avs import works again)
Code:
source=last faultframeno=<your faulty frameno here> repair=source.<your repairalgo here> Trim(source,0,faultframeno-1)++Trim(repair,faultframeno,faultframeno)++Trim(source,faultframeno+1,0)
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." |
![]() |
![]() |
![]() |
#4764 | Link |
Registered User
Join Date: May 2006
Posts: 296
|
Haven't asked for a while, Can stax do auto HDR to SDR tone mapping automatically without user interaction yet.
I mean Stax will detect and use best settings based on Source? if so, what would the sequence be inside the stax gui (where would it sit, at the end, middle, just after the source) Thanks |
![]() |
![]() |
![]() |
#4765 | Link |
Registered User
Join Date: Sep 2023
Posts: 2
|
I've having no luck searching for this answer and feel like I'm blind. Are there simple variable and constant bitrate settings in Staxrip? Where can I control these settings? in x264 options there are 3 rate controls. Are these the setting I need to learn? I'm used to just selecting VBR or CBR in handbrake or adding a -q:v flag in ffmpeg.
|
![]() |
![]() |
![]() |
#4766 | Link |
Registered User
Join Date: Jul 2016
Posts: 98
|
Are you asking about these values for hardware (GPU) encoding? Or are you looking at software encoders, x264 and s265? That makes a difference in how you adjust the encoder and what quality you expect to get. It could also be the type of job you are trying to accomplish. If this is just final archiving of material and detail encoding isn't the goal, then hardware encoders are the way to go.
If you are looking for speed, GPU encoders are generally better. If you are interested in getting more control on how the encoder does its job, the software encoders are the way to go. I personally think software encoders, while they may take more time, are a much better choice. |
![]() |
![]() |
![]() |
#4767 | Link |
Registered User
Join Date: Sep 2023
Posts: 28
|
Hi
I see a lot of choices of filters in StaxRip but it's very complicated to find comparison online about each filters and their pros/cons, especially on anime For anime (1080p) what are the best filters to use for each of these categories? - Upscaler - Sharpen - Anti-Aliasing - Denoise - Degrain - Deblock - Dehalo - Dering I know, some will say "it depends on the anime" but by "best" I mean the filters the brings a mix of "good enough (visible improvement vs the source file) + not too slow + versatile (fit for most anime) Also, do the order of filters matter? Thanks in advance ![]() |
![]() |
![]() |
![]() |
#4768 | Link | |
Registered User
Join Date: Sep 2023
Posts: 2
|
Quote:
Last edited by laserbones; 24th September 2023 at 06:54. |
|
![]() |
![]() |
![]() |
#4769 | Link |
Registered User
Join Date: Sep 2023
Posts: 28
|
What would be the best "source" choice between FFVideoSource (default) FFM2, LWLibAvVideoSource and L-Smash? I don't understand the pros and cons in term of quality, speed, features, compression etc. for encoding .mkv of anime (from Bluray remux)
Also, is it possible (if yes, how?) to add DGDecodeNV as source filter in Staxrip? Thanks for the help Last edited by N'Cha; 28th September 2023 at 05:38. |
![]() |
![]() |
![]() |
#4770 | Link | |
Registered User
Join Date: May 2010
Posts: 27
|
![]() The Train 1964 UHD100 2160p HEVC HDR10 DoVi DTS-HD MA 2.0 Quote:
v.2.29.0 - error log |
|
![]() |
![]() |
![]() |
#4771 | Link |
Registered User
Join Date: Sep 2015
Posts: 16
|
I had re-created my templates in StaxRip over the past few releases since it seemed wise, but now I'm encountering an issue which I'm not sure whether its new behavior of updated underlying tools, or something I forgot to include in my settings.
I have existing .MP4 files with x265 video and AAC audio. Using these as the source file in StaxRip, I make a project that uses Copy/Mux on the video track (I'm not re-encoding or changing anything in the video), but I will re-encode the audio track to make a 2-channel AAC version in addition to the existing 5.1 AAC audio track. The result is saved back to .MP4 format again. The problem is that the resulting .MP4 can no longer seek during playback. It will play fine from the beginning, but attempting to seek hangs things up. Playing the ORIGINAL .MP4 FILE seeks just fine & successfully, which to me meant the x265 encode had everything it needed to seek. So I'm keeping/muxing the video track from the .MP4 where seeking works successfully. But my re-packaged .MP4 using this Copy/Muxed video track now fails to seek, like some flag of the MP4 container is now missing even though the x265 encoding itself is unmodified. Any hints for how I could have broken seeking when using StaxRip Copy/Mux with an MP4 source and destination container & a x265 video track would be appreciated. |
![]() |
![]() |
![]() |
#4774 | Link |
Registered User
Join Date: Feb 2007
Posts: 128
|
Has someone run into this yet?
![]() Sorry, the second part of the log message is German as it seems to come from the system. Essentially it is saying that the process can't access the Settings.dat file as it's already used by another process. Happens to me SOMETIMES while batch processing multiple jobs... It's super-annoying: I return to my PC expecting to see the result of my jobs... and instead I see this window. I can then click retry and batch processing of the next StaxRip project would continue. Probably it's got something to do with my setup though... - I linked to my own installation of VapourSynth R64 and Python 3.11 - I added some VS functions to the profiles Unless it's a common problem, I guess one of the two is triggering it. I resetted/deleted the Settings.dat and also set up StaxRip completely anew... but the problem returned. Totally looks like a race condition issue - like StaxRip is SOMETIMES blocking itself from accessing the settings file while switching to a new job. Whether StaxRip is on HDD or SSD doesn't seem to matter. Again - anyone ever seen that? The randomness makes it so nasty to debug and fix.... edit: I looked at the respective code, looks all well handled with mutexes, and compiled my own version that should do a retry after two seconds and show a warning popup. But the problem didn’t reoccur yet… hum. Maybe NOD32 (my virus scanner) is/was sometimes locking the settings file briefly after it’s saved and before it’s reloaded? Still puzzled… Last edited by katzenjoghurt; 23rd October 2023 at 13:55. |
![]() |
![]() |
![]() |
#4775 | Link |
Registered User
Join Date: Feb 2002
Posts: 748
|
I had to cut out a part of a video. I used trim and imported external audio which should be in sync after the trimming.
After a long encode I discovered that the audio is out of sync. Is trimming with the preview windows also cut the audio? The audio is correct I don't want to touch it. |
![]() |
![]() |
![]() |
#4776 | Link | |
Registered User
Join Date: Feb 2007
Posts: 128
|
Quote:
I've been using an older StaxRip version until recently and there I sometimes (!) also ran into async audio when reencoding older/odd clips, like interlaced DVD extras or so. I would try with a different source filter in your case and a quick test encode (lower resolution / fast encoder settings). Maybe you also notice a slight change in the reported fps after changing the source filter - that would be a good sign that that is the solution. Another idea: as you imported an external audio track manually - maybe for the original audio track some delay was defined in the container that is lost after you add it manually? Last edited by katzenjoghurt; 25th October 2023 at 10:58. |
|
![]() |
![]() |
![]() |
#4777 | Link |
Registered User
Join Date: Feb 2002
Posts: 748
|
The trimming video does also trim the audio. Found these in the log
----------------- Create avi file for audio cutting 1 ----------------- ---------------- Create avi file for subtitle cutting ---------------- As I said, the audio is correct, It did not need to be cut. Maybe there should be an option that when you trim the video, you can disable trimming the audio and subtitles. |
![]() |
![]() |
![]() |
#4778 | Link | |
Registered User
Join Date: Feb 2007
Posts: 128
|
Quote:
Yes, in that case you had to mux the audio track in as a second step after cutting the video stream / reencoding a trimmed section. But you found that out yourself. And it should be a quick process too. Your use case sounds like a real edge case to me though. |
|
![]() |
![]() |
![]() |
#4780 | Link | |
Registered User
Join Date: Feb 2007
Posts: 128
|
Quote:
So you can use StaxRip to just cut the first second of the video stream and ignore audio in your case completely. Some lossless cutting tool would be better in this case though, so you don‘t have to reencode everything just to cut the first second. But the somewhat working ones I’m aware of cost money. Theoretically there‘s also the option to delay the video stream in MKVToolnix by a negative 1000ms. That would mean the first second would be skipped. Not sure how well this is supported by (hardware) players though. |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|