Trying to bob deinterlace using DGDecNV, getting mkv with only audio - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Trying to bob deinterlace using DGDecNV, getting mkv with only audio (/thread-1957.html) |
Trying to bob deinterlace using DGDecNV, getting mkv with only audio - antoniu200 - 18.08.2021 Hello! I'm trying to deinterlace a couple of video files using my GPU with DGDecNV. However, Hybrid only outputs the audio of said video file, although it shows it's re-encoding the video. The GPU I'm trying to use is a GTX 980. Settings used: Base: Video-x264 Audio-Passthrough all x264: specific bitrate 1 pass bitrate: 15210 Profile: High Level 4.2 Output color space: i420 Filtering: Support: AviSynth Use: DGDecNV DGDecodeNV Mode 2 Use Frame indicationPlease, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem.Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem.Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem.Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem. input.zip was too large, so I uploaded to Drive: https://drive.google.com/file/d/1wCJL-KjbmEHmgRl12D6qUtci78hpG63Q/view EDIT: Forgot to mention that when I start the job processing, I get tons of "FilteringModel get->found no field addCustomScriptCNR2" errors. RE: Trying to bob deinterlace using DGDecNV, getting mkv with only audio - Selur - 18.08.2021 debug output neither contains the job creation nor a job processing,.. Debug output is created in the output folder, so if you change the output folder so will the location of the debug output -> no clue what's happening Tried to do what you described here and had no problem. Cu Selur RE: Trying to bob deinterlace using DGDecNV, getting mkv with only audio - antoniu200 - 18.08.2021 Would it be a good idea then to increase the debug level then? Last time I had to send you debugs, same thing happened: you couldn't see the job creation process. I mean, I followed the sticky step by step in the right order... RE: Trying to bob deinterlace using DGDecNV, getting mkv with only audio - Selur - 18.08.2021 Do the following: a. set your setting b. set the output c. enable debug output d. create the job -> zip the debug output and attach it. Cu Selur RE: Trying to bob deinterlace using DGDecNV, getting mkv with only audio - antoniu200 - 18.08.2021 Hybrid does not create the debug file at the specified output directory until I save the debug config and then restart it. It does seem to output in the directory where I choose my input file from. Attached below. After I restart and follow your instructions, this is what I get. RE: Trying to bob deinterlace using DGDecNV, getting mkv with only audio - Selur - 18.08.2021 I have no clue why Hybrid behaves the way it does you describe on your system. At least the output in the input folder now contains the job creation:
Looking at the these calls I see the problem: Your used "x264->Encoding mode->Specific filesize/bitrate (2pass - 1st pass)" which does not creat a video output file and is only meant to create a stats files. -> This is not a bug in Hybrid, it does examply what you tell it to do. Read the tool tip of the 'Encoding mode' properly and then either use "x264->Encoding mode->Specific filesize/bitrate (2pass)" for 2pass encoding or "x264->Encoding mode->constatn rate factor (1-pass)". Cu Selur RE: Trying to bob deinterlace using DGDecNV, getting mkv with only audio - antoniu200 - 18.08.2021 Oh, that was blind of me. Sorry. Then what could be the reason I get those FilteringModel get->found no field addCustomScriptCNR2 errors? RE: Trying to bob deinterlace using DGDecNV, getting mkv with only audio - Selur - 18.08.2021 That's simply because of a typo in Hybrid, the name should be 'addCustomScriptCNR2'. Have you tried whether resetting your defaults fixes the issue? Cu Selur Ps.: send you a link to my current dev version, using that and resetting your defaults values should help. RE: Trying to bob deinterlace using DGDecNV, getting mkv with only audio - antoniu200 - 18.08.2021 What fixes the issue is selecting another Synth Support. The error only seems to appear in AviSynth mode. Thank you for the help! (18.08.2021, 19:24)Selur Wrote: That's simply because of a typo in Hybrid, the name should be 'addCustomScriptCNR2'. Fixes the issue. Thanks! |