M2V file encoding fails with an error - 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: M2V file encoding fails with an error (/thread-3049.html) Pages:
1
2
|
M2V file encoding fails with an error - rashit577 - 22.01.2023 Hello Selur, Current version Hybrid 2023.01.22.1 M2V file (extracted from DVD) encoding fails with an error. There were no errors in the previous version x264 --preset veryfast --bitrate 3500 --profile high --level 5.1 --ref 3 --direct auto --b-adapt 0 --lookahead-threads 3 --sync-lookahead 18 --ratetol 2.00 --qcomp 0.50 --rc-lookahead 40 --qpmax 51 --partitions i4x4,p8x8,b8x8 --no-fast-pskip --subme 5 --aq-mode 0 --vbv-maxrate 3500 --vbv-bufsize 300000 --sar 32:27 --qpfile GENERATED_QP_FILE --non-deterministic --range tv --colormatrix bt709 --demuxer raw --input-res 48x48 --input-csp i420 --input-range tv --input-depth 8 --fps 25/1 --output-depth 8 --output OUTPUTFILE - [attachment=1917] If M2V is muxing in MKVToolNix as MKV and start converting with my settings - all is wel [attachment=1918] RE: M2V file encoding fails with an error - Selur - 22.01.2023 Avisynth script: ClearAutoloadDirs() "D:\Other\Hybrid\32bit\ffmpeg.exe" -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "D:\Other\Temp\encodingTempSynthSkript_2023-01-22@20_37_19_1510_0.avs" -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0 -f rawvideo - Hybrid stops, since the output file is 0 bytes. Does the Avisynth Preview work? My guess atm. is that this is related to Avisynth and SVP. Reinstalling the graphic card drivers might help. (using Vapoursynth instead of Avisynth probably fixes the issue too) As a side note: That script seems wrong. If the source is interlaced (and not telecined like most commercial DVDs) using QTGMC with Bob turned on would be the better approach. If the source is telecined then using QTGMC is the wrong choice and TIVTC or Decomb should be used for TIVTC, then SVP makes sense. Cu Selur RE: M2V file encoding fails with an error - Selur - 22.01.2023 Okay, seems like the switch to Qt 6.4.2 broke Avisynth -> use Vapoursynth instead until I figure out what's causing the issue. RE: M2V file encoding fails with an error - rashit577 - 22.01.2023 (22.01.2023, 18:23)Selur Wrote: Does the Avisynth Preview work? Crashed after warnings if placed in a container mkv also shows an error, but the preview works and converting. RE: M2V file encoding fails with an error - Selur - 22.01.2023 Yeah, seems like I overlooked something there and there is some issue with Qt. -> I'll probably fix the error there and will upload a new version tomorrow. (which will use an older Qt version for the Avisynth related tools) Cu Selur RE: M2V file encoding fails with an error - Selur - 22.01.2023 Please, redownload Hybrid_2023.01.22.1_SETUP from https://www.selur.de/downloads test both preview and encoding and let me know whether it works now. Cu Selur Ps.: Also please try whether it works when using Vapoursynth. RE: M2V file encoding fails with an error - rashit577 - 28.01.2023 Not working Avisynth after redownload. Vapoursynth - working RE: M2V file encoding fails with an error - Selur - 28.01.2023 Strange, works fine here. (just tested it) Does the Avisynth Preview work? => Share a debug output. Cu Selur RE: M2V file encoding fails with an error - Selur - 28.01.2023 Might have found an issue. Seems like 32bit Avisynth uses an of DGDecode version. (couldn't reproduce the issue since I use Avisynth 64bit) -> send you a link to a dev version where I updated the source filter in the 32bit folder. Cu Selur RE: M2V file encoding fails with an error - rashit577 - 29.01.2023 In the test version, Avisynth does not work. Vapoursynth - working. To MKV Avisynth Preview does not work but encoding is successful. Selur, is there a difference in processing for MKV and M2V ? |