Georg Pelz

Results 63 comments of Georg Pelz

New version doesn't fix the issue. `ffmpeg -y -threads 8 -r 50 -analyzeduration 100M -probesize 100M -i "C:\Users\Selur\Desktop\Test.ts" -map 0:0 -an -sn -vsync 0 -pix_fmt yuv420p -f yuv4mpegpipe - |...

Updated to 17.2.1 (restarted system), but sadly: `ffmpeg -y -threads 8 -r 50 -analyzeduration 100M -probesize 100M -i "C:\Users\Selur\Desktop\Test.ts" -map 0:0 -an -sn -vsync 0 -pix_fmt yuv420p -f yuv4mpegpipe -...

Good to hear looking forward for the next release to test. :)

Hi :) ```eac3to already produces thd+ac3 file extensions.``` okay,... in #676 the complaint was that .ec3 was used for e-ac3 even if it got an .ac3 core. And the result...

> If we want to be consitent with CodecTags used in ffmpeg and matroska https://ffmpeg.org/doxygen/0.6/matroska_8c-source.html, then we should add A_EAC3, A_MLP and A_TRUEHD, and update the documentation. I agree, staying...

3 years have gone by, just checking,.. :)

might be related to that std.Cache filter becomes no-op in [API4](https://github.com/vapoursynth/vapoursynth/blob/5032849b537719ec460d0c7534ca1f03b4a2fb90/src/core/simplefilters.cpp#L140). got a similar issue with sRestore, see: https://forum.doom9.org/showthread.php?p=1986339

Correction -> does not work, accidentally I also loaded the normal nnedi3. ``` # Imports import os import sys import vapoursynth as vs # getting Vapoursynth core core = vs.core...

even using: ``` # Imports import os import sys import vapoursynth as vs # getting Vapoursynth core core = vs.core # Import scripts folder scriptPath = 'I:/Hybrid/64bit/vsscripts' sys.path.append(os.path.abspath(scriptPath)) # Loading...