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. |
![]() |
#1241 | Link | |
Registered User
Join Date: Nov 2018
Posts: 19
|
Quote:
I haven't used the DGHable script, only DGIndex, Resize to 1080p and DGHDRtoSDR with avisynth (mode = "pq", white = 1800, fulldepth = true). The value of "white" increases gamma, at 1800 the video is dark, I gave 2300. Maybe it does not comply with BT.709 standards, but it is good for my eyes and ips monitor. The color corresponds to reality. http://forum.doom9.net/showthread.php?t=175686 Last edited by Andy; 28th November 2019 at 21:50. |
|
![]() |
![]() |
#1242 | Link |
Registered User
Join Date: Dec 2003
Location: Germany
Posts: 72
|
Hmm my problem with the slow video after encoding does not exist when encoding with Handbrake. Tried now four different deinterlacers, each result is the same. Slow video, normal audio speed.
These separate fields must be terrible... |
![]() |
![]() |
#1243 | Link |
Registered User
Join Date: Oct 2012
Posts: 6
|
StaxRip 2.0.6.0 Hardcoded Subtitles
StaxRip has stopped hardcoding subtitles. I have try versions 2.0 to 2.0.6.0 and they all have stopped hardcoding subtiles.
StaxRip does not error out when encoding video file, it just does not HC subtitles. It does the same thing with subtitles I use srt and ass files. Log file attached. Thank you for any help on this. Last edited by sgfrisbee; 2nd December 2019 at 18:15. |
![]() |
![]() |
#1244 | Link |
Registered User
Join Date: Feb 2019
Posts: 6
|
Hello everyone, I have many doubts when using staxrip, I would like to ask if anyone can give me a link or explain through the forum how to configure and use staxrip 2.0.6 for movies in 4k hdr in the best quality using nvenc NVIDIA? I have doubts as to the decoder if it is better to use vapourSynth or AviSynth or even nvenc hardware or software .... etc
i have nvidia asus gtx 1070ti it's hard to find tutorial on the internet if anyone can explain me, I will be very grateful. thank you! |
![]() |
![]() |
#1245 | Link | |
App Digger
Join Date: Sep 2018
Posts: 411
|
NVEnc 4.57 is released today.
Quote:
|
|
![]() |
![]() |
#1246 | Link | |
Registered User
Join Date: Mar 2003
Posts: 618
|
Quote:
If you try this approach, you can edit the necessary commands from Staxrip's filter editor. After placing VSFilter into your AVS plugins folder, open the editor and you'll see a command like, "TextSubMod (your subtitle file's path and file name.)" In my case, I replaced this text with: LoadPlugin("C:\Users\write\Documents\StaxRip-x64-2.0.6.0-stable\Apps\Plugins\AVS\VSFilter\VSFilter.dll") TextSub("F:\Men in Black.srt") Of course you'll likely have a different file path than mine, but that's the tall and skinny of it. It's clunky, but it works!
__________________
Isn't it a bit unnerving that doctors call what they do "practice?" --George Carlin |
|
![]() |
![]() |
#1247 | Link |
Herr
Join Date: Apr 2009
Location: North Europe
Posts: 555
|
You should've got a newer Nvidia-card for HEVC/H.265 NVEnc-encoding, since the newest graphicscards gives better picture quality for the bitrate (the new ones handles B-frames!),
I mean the cards in the list with "HEVC B Frame support" here, https://developer.nvidia.com/video-e...support-matrix |
![]() |
![]() |
#1248 | Link | |
Registered User
Join Date: Mar 2003
Posts: 618
|
Quote:
The most general advice I can offer is to make sure you're using 10-bit instead of 8-bit, use the Main 10 profile in your encoder, and run some tests from there. If you use low CQP values, you'll get better quality which will come at the expense of larger file sizes. If you use high VBR settings, same deal: better quality, bigger file sizes. Only you can determine where your sweet spot is. And once you find it, you'll be just as right as anyone else.
__________________
Isn't it a bit unnerving that doctors call what they do "practice?" --George Carlin |
|
![]() |
![]() |
#1249 | Link |
Registered User
Join Date: Dec 2003
Location: Germany
Posts: 72
|
I found the reason for the wrong encoding of my videos.
ffms2.dll with version 2019-08-30 StvG is producing faulty videos for me. If I use the "old" 2.23.1 (latest version) from the website, then my video is encoded just fine. I noticed, that during the x264 encode, the amount of frames was considerably higher than with the ffms2.dll shipped from StaxRip 2. I uploaded an example. No additional filters needed. Old ffms2.dll shows this info in StaxRip: ![]() New ffms2.dll shows this info in StaxRip: ![]() Notice the FPS of the Source Video. |
![]() |
![]() |
#1250 | Link | |
Registered User
Join Date: Sep 2009
Posts: 15
|
Quote:
right i use FFVideoSource("%source_file%", cachefile="%source_temp_file%.ffindex", fpsnum=60000, fpsden=1001) #AssumeFPS(25) have problem https://youtu.be/IRaFKzqpF18 use Old ffms2.dll is Works perfectly... |
|
![]() |
![]() |
#1252 | Link | |
Registered User
Join Date: Jun 2014
Posts: 82
|
Quote:
I must start this Script with Code:
./mediainfo.sh "/mnt/md0/Video" Code:
#!/bin/bash FRAusgabe="/root/x265FRinfo.txt" # Output for the logfile WriAppi="" # mkvmerge or HandBrake or another miniFR="24" # minimal Frames Frames() { if [ -f $FRAusgabe ] then rm $FRAusgabe fi find "$UF_FOLDER" . -type f -iname "*.mkv" -print0 | while IFS= read -r -d $'\0' linefr; do if [ `mediainfo --inform= "$linefr" | grep "Writing application" | grep -c "$WriAppi"` -eq 1 ]; then mediainfver=$(mediainfo --inform="Video;%FrameRate%" "$linefr") if [ `mediainfo --inform="Video;%FrameRate%" "$linefr" | cut -c 1-2` -ge $miniFR ]; then echo $linefr FPS:$mediainfver | sed "s|$UF_FOLDER||" >> $FRAusgabe fi fi done } case "$1" in * ) UF_FOLDER="$1" Frames ;; esac |
|
![]() |
![]() |
#1253 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,800
|
Quick status update on the hardware renderer for the preview and crop dialog, I've reached 2 milestones recently and will hopefully have a first beta within a month.
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists |
![]() |
![]() |
#1254 | Link | |
App Digger
Join Date: Sep 2018
Posts: 411
|
rigaya released NVEnc 4.58 today.
Quote:
|
|
![]() |
![]() |
#1255 | Link |
App Digger
Join Date: Sep 2018
Posts: 411
|
x264 159 r2991 was released yesterday.
Here. However, the official build distributed by VideoLAN lacks support for ffms and MP4 container as you may know. I'd like to see if @Patman is interested in building a customized version with that kind of support as he's been doing recently. (And ffmpeg and others as well.) Thanks in advance. ![]() |
![]() |
![]() |
#1256 | Link | |
Registered User
Join Date: Jan 2015
Posts: 283
|
Quote:
I will do, maybe at weekend. My hdd has crashed two weeks ago, so I had no time to build my custom builds. Gesendet von meinem HMA-L09 mit Tapatalk |
|
![]() |
![]() |
#1258 | Link | |
Registered User
Join Date: Jan 2015
Posts: 283
|
Quote:
![]() Gesendet von meinem HMA-L09 mit Tapatalk |
|
![]() |
![]() |
#1260 | Link |
Registered User
Join Date: Mar 2003
Posts: 618
|
Okay... I looked into this some more since this doesn't seem to be a wide-spread problem, yet we're both having it. I found a solution that hopefully helps you out, too.
Check to see what your decoder is set to. I was using my Nvidia card before, and I can't tell from your log if you're doing the same. Switch it to AVIsynth+/Vaporsynth. While you're at it, make sure Staxrip sees no problem with your AVIsynth+ installation--and if it does, reinstall it. Once done with those steps, try rerunning your project and see if that clears things up. On my end, it did: no more directing it to Ripbot's VSFilter or other lasso tricks. It runs just as it always had before. Fingers crossed here, but hopefully it'll dig you out, too. If it does, please reply so if anyone else out there's having this problem, they'll know to make sure Staxrip is playing nice with AVIsynth+.
__________________
Isn't it a bit unnerving that doctors call what they do "practice?" --George Carlin |
![]() |
![]() |
Tags |
aac, hdr, hevc, nvenc, staxrip, x264, x265 |
Thread Tools | Search this Thread |
Display Modes | |
|
|