![]() |
Muxing interlaced video - 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: Muxing interlaced video (/thread-1166.html) |
RE: Muxing interlaced video - kingcrimsonster - 24.09.2019 Selur, please fix other bugs. 1. I change the sampling rate of the source file 44100 to 48000 and try remux this file in the *.ts container. TS-muxer does display an error "not supported 44100Hz for LPCM format". 2. Quote:problem is probably with the mkvmerge muxing call 3. Another bug - the output file is fully distorted. RE: Muxing interlaced video - Selur - 24.09.2019 Quote:1. I change the sampling rate of the source file 44100 to 48000 and try remux this file in the *.ts container. TS-muxer does display an error "not supported 44100Hz for LPCM format".Fixed that here, when you reported it, Hybrid did check against the input not the output sample rate. Quote:problem is probably with the mkvmerge muxing callalso fixed Quote: Another bug - the output file is fully distorted.no problem here after the fix, so that was due to the mkvmerge call. Cu Selur RE: Muxing interlaced video - kingcrimsonster - 24.09.2019 (24.09.2019, 19:32)Selur Wrote:Quote:1. I change the sampling rate of the source file 44100 to 48000 and try remux this file in the *.ts container. TS-muxer does display an error "not supported 44100Hz for LPCM format".Fixed that here, when you reported it, Hybrid did check against the input not the output sample rate. where can I download fixed version? RE: Muxing interlaced video - Selur - 24.09.2019 Working on something else which prevents me from building a dev version which is usable atm. will try to provide you with a usable dev version tomorrow. Cu Selur RE: Muxing interlaced video - Moloch - 25.09.2019 I hope I have followed the discussion well Excuse me but have you tried to use the AC3 codec and x264 only ac3 temporary files are not deleted video not problem using ts RE: Muxing interlaced video - Selur - 25.09.2019 I'll look into it. -> found and fixed RE: Muxing interlaced video - kingcrimsonster - 27.09.2019 Quote:I change the sampling rate of the source file 44100 to 48000 and try remux this file in the *.ts container. TS-muxer does display an error "not supported 44100Hz for LPCM format". It fixed Quote:When I mux this file in the *.mkv with Mkvtoolnix output file has a constant frame rate. It's right. It fixed Another bug Another bug - the output file is fully distorted. It still exist. "Avisynth preview" working normally, "Preview" with checked box "No Avisynth during Preview' working normally, with uncheck this - preview stretched vertically. After close "Preview" window appears message "Couldn't delete C:\Users\Orion\AppData\Local\Temp\tempPreviewAvisynthFile14_03_56_298.avs" RE: Muxing interlaced video - Selur - 27.09.2019 Quote:"Avisynth preview" working normallygood Quote:"Preview" with checked box "No Avisynth during Preview' working normallygood Quote:with uncheck this - preview stretched vertically.Okay,... looking at the avisynth script of the debug output: LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\LoadDll.dll") My guess is that the preview is correct if you use an Avisynth deinterlacer. -> use a deinterlacer, try whether this is related to one of the filters you used. Cu Selur RE: Muxing interlaced video - kingcrimsonster - 27.09.2019 [quote='Selur' pid='6221' dateline='1569592521'] Quote:Probably related to the weave, resize, crop and filter combination,the YUY2 colorspace. When I enable QTGMC deinterlacer "Preview" and output file is normally. When I disable all Avisynth filter (include deinterlacer) and then press "Preview" button, "Preview" window appears and immediately closed. RE: Muxing interlaced video - Selur - 28.09.2019 Can't reproduce this here with any of the sources you shared. |