Georg Pelz

Results 56 issues of Georg Pelz

Would be nice if LWLibavSource would support .mpls files (Blu-ray Playlist files) an directly load and append the files in the playlist.

Got a file problem.mkv (https://drive.google.com/open?id=0B_WxUS1XGCPASUZibG5XZkRfeTg) which isn't properly decoded by LwLibavSource, but works fine with FFmpegSource, DGSource.

When using LWLibavSource in Vapoursynth like this: > # Imports > > import vapoursynth as vs > core = vs.get_core() > # Loading Plugins > > core.std.LoadPlugin(path="G:/Hybrid/Vapoursynth/vapoursynth64/plugins/SourceFilter/LSmashSource/vslsmashsource.dll") > # Loading...

Analog to ffmpegSource2s ffmsindex, it would be nice if LSMASHSource.dll would also have a separate indexing application which would allow to index a source before using the dll through Avisynth...

According to https://en.wikipedia.org/wiki/AV1#Profiles High profile (--profile 1) supports 4:2:0, but when I use 8bit with profile 1 I get: > Profile 1 requires 4:4:4 color format High profile (--profile 1)...

Seeing that https://github.com/HolyWu/vs-rife has an option: 'scale: Controls the process resolution for optical flow model. Try scale=0.5 for 4K video. Must be 0.25, 0.5, 1.0, 2.0, or 4.0.' I was...

I'm a using Geforce GTX 1070ti 8GB VRAM (driver version 466.47) on Win10 x64 21H1 (19043.1023) with 32GB RAM and a Ryzen 7 1800x. I first used https://github.com/HomeOfVapourSynthEvolution/VapourSynth-RIFE-ncnn-Vulkan and noticed...

Would be nice if input and output pipes supporting YUV4MPEG pipes from/to ffmpeg could be supported.

I'm using: Kvazaar v2.1.0-130-g0a8e8675 2022-09-15 Kvazaar license: 3-clause BSD (Kvazaar was build using https://github.com/m-ab-s/media-autobuild_suite) with ``` ffmpeg -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "G:\TestClips&Co\files\test.avi" -map 0:0 -an -sn...

Any hint how one can convert the models from https://github.com/hzwer/Practical-RIFE to use them with the model_path parameter?