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. |
9th December 2024, 20:54 | #4921 | Link |
Registered User
Join Date: Apr 2024
Posts: 15
|
Staxrip, Hybrid and Ripbot264 all have audio sync being off. Handbrake, Clever ffmpeg, avidemux and tmpgenc all have good audio sync. I'm converting a home video from dvd that is, according to mediainfo, 29.97 interlaced tff. h264 is the encoder output. I've tried encoding the audio to ac3 and other times I tried passthrough. With various staxrip decoders some show the source file as 29.97 and others 29.918. My goal is to be able to use qtgmc deinterlacer. I tried yadif bob as well with no luck with proper a/v sync. Is there a setting that I am missing that could help? Thanks.
|
10th December 2024, 03:22 | #4922 | Link |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,804
|
You may report the sourcefilters that assume the wrong fps,
and for DVD decoding I suggest DG's MPEG2Source or DGSource (indexing comes first) http://avisynth.nl/index.php/DGDecode http://avisynth.nl/index.php/DGDecNV and you may feed a Avisynth Script to Staxrip ending with Assumefps("ntsc_video")
__________________
"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..." |
10th December 2024, 13:33 | #4923 | Link |
Registered User
Join Date: Apr 2024
Posts: 15
|
Thanks for you response. I'm an intermediate, just barely, when it comes to playing around with stuff such as with the code editor. I'm willing to try but will need some help if you or others are willing. I have staxrip 2.42.2. I did see mpeg2source listed in the source options and I did try that decoder before and it did list the source frame rate correctly but after encoding to mp4, the audio is out of sync. I did not see dgsource listed in source decoders. Regarding dgdecode and dgdecnv, I do not know how to add them to staxrip if not already in there. If they are how to adjust the settings?
|
10th December 2024, 14:47 | #4924 | Link |
Registered User
Join Date: Apr 2024
Posts: 15
|
To be more exact on what I am trying to do. I have home videos that were transferred from vhs to dvd. I want to convert the dvd mpegs (29.97 interlaced tff) to mp4 bluray (59.94 progressive). Using handbrake for example I was able to do all this with no problem. I used yadif bob for a nice smooth motion video and sync was fine. Handbrake however has no color, contrast and brightness adjustments. On the original vhs videos these are a bit too high. What I like about staxrip is qtgmc and the color, contrast and brightness adjustments.
|
10th December 2024, 16:13 | #4925 | Link |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,804
|
You may upload a sample.
wetransfer.com, up to 2GB free, uptime now down to 3 days IIRC.
__________________
"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..." |
14th December 2024, 18:27 | #4927 | Link |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,804
|
You would feed an AviSynth script to Staxrip.
Any tutorial comes with the script or can be taken from http://avisynth.nl/index.php/Externa...ers#Sharpeners
__________________
"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..." |
31st December 2024, 13:22 | #4928 | Link |
Registered User
Join Date: Feb 2019
Posts: 11
|
I got an error like this when use anti-aliasing script.
Script Error Python exception: Failed to load L:\Fansub\StaxRip-v2.44.0-x64\Apps\Plugins\VS\nnedi3\NNEDI3CL.dll. GetLastError() returned 126. The file you tried to load or one of its dependencies is probably missing. Traceback (most recent call last): File "src\\cython\\vapoursynth.pyx", line 3124, in vapoursynth._vpy_evaluate File "src\\cython\\vapoursynth.pyx", line 3125, in vapoursynth._vpy_evaluate File "L:\Download\[SubsPlease] Shadowverse Flame - 31 (1080p) [EC8C15F3].mkv_temp\[SubsPlease] Shadowverse Flame - 31 (1080p) [EC8C15F3]_new_view.vpy", line 20, in <module> core.std.LoadPlugin(r"L:\Fansub\StaxRip-v2.44.0-x64\Apps\Plugins\VS\nnedi3\NNEDI3CL.dll", altsearchpath=True) File "src\\cython\\vapoursynth.pyx", line 2860, in vapoursynth.Function.__call__ vapoursynth.Error: Failed to load L:\Fansub\StaxRip-v2.44.0-x64\Apps\Plugins\VS\nnedi3\NNEDI3CL.dll. GetLastError() returned 126. The file you tried to load or one of its dependencies is probably missing. And how to automatically not include subtitle and attachment if the video we want to encode already have that? Last edited by Shuichiyagami; 31st December 2024 at 13:46. |
1st January 2025, 12:58 | #4929 | Link |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,804
|
core.std.LoadPlugin(r"L:\Fansub\StaxRip-v2.44.0-x64\Apps\Plugins\VS\nnedi3\NNEDI3CL.dll", altsearchpath=True)
the r in Front is suspicious to me. Does it belong there ? Remove it. Reload. Goto L:\Fansub\StaxRip-v2.44.0-x64\Apps\Plugins\VS\nnedi3\NNEDI3CL.dll Is NNEDI3CL.dll there ? If yes, report to the StaxRip developers. Sub/Attach muxing settings: Staxrip implements these project-based and assumes these as default=yes, keep them You just untick these: Project -> Options -> Subtitles -> Default Subtitle -> None Project -> Options -> Attachments -> Add Attachments to Muxing -> untick
__________________
"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..." Last edited by Emulgator; 1st January 2025 at 13:05. |
1st January 2025, 13:08 | #4930 | Link | |
Registered User
Join Date: Aug 2024
Posts: 323
|
Quote:
|
|
1st January 2025, 13:24 | #4931 | Link |
Registered User
Join Date: Aug 2024
Posts: 323
|
Quote:
|
1st January 2025, 13:38 | #4932 | Link | |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,804
|
Quote:
__________________
"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..." |
|
1st January 2025, 18:18 | #4933 | Link |
Registered User
Join Date: Jan 2006
Location: Italy
Posts: 284
|
Happy New Year to all
In the X264 encoder section (StaxRip 2.44.1) I can't get the commands to hide the items displayed in mediainfo “Witing library and Encoding setting”. Any ideas? Thanks
__________________
my PC with Ryzen 7950X |
1st January 2025, 20:43 | #4934 | Link | |
Registered User
Join Date: Nov 2004
Posts: 241
|
Quote:
Code:
ffmpeg -i input.mkv -c copy -bitexact -map_metadata -1 -vbsf filter_units=remove_types=6 output.mkv |
|
1st January 2025, 21:26 | #4935 | Link |
Registered User
Join Date: Jan 2006
Location: Italy
Posts: 284
|
Can I include the command line in the Custom section?
__________________
my PC with Ryzen 7950X |
2nd January 2025, 06:06 | #4936 | Link | ||
QfG Group Germany
Join Date: Oct 2018
Location: Germany
Posts: 269
|
Quote:
Have sync issues with the DV layer, can't fix this error. Quote:
https://mega.nz/folder/Qtch1Yjb#6pTc3OusOT7yrOaijOHLsA
__________________
Last edited by -QfG-; 2nd January 2025 at 06:16. |
||
2nd January 2025, 08:42 | #4937 | Link | |
Registered User
Join Date: Jan 2006
Location: Italy
Posts: 284
|
Quote:
It was what I was looking for, I will keep it carefully.
__________________
my PC with Ryzen 7950X Last edited by DMD; 2nd January 2025 at 09:01. |
|
2nd January 2025, 20:39 | #4939 | Link | |
Registered User
Join Date: Jan 2006
Location: Italy
Posts: 284
|
Quote:
I'll keep abreast of new releases.
__________________
my PC with Ryzen 7950X |
|
4th January 2025, 16:38 | #4940 | Link | ||
QfG Group Germany
Join Date: Oct 2018
Location: Germany
Posts: 269
|
Ok, here the funny result. Using an Old StaxRip Version (v2.3.1) with most identcal settings:
(I can't use 2.44 templates with 2.3.1, so i rebuild it for 2.3.1) (Thread #4396) STAXRIP v2.3.1: Quote:
Quote:
I using the same Encoder (x265 from StaxRip 2.44.1). Also no A/V sync errors after Muxing FEL from original file.
__________________
Last edited by -QfG-; 4th January 2025 at 16:45. |
||
Thread Tools | Search this Thread |
Display Modes | |
|
|