Selur's Little Message Board
[Feature Request] Add support for BestSource - 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: [Feature Request] Add support for BestSource (/thread-3446.html)

Pages: 1 2


RE: [Feature Request] Add support for BestSource - Dan64 - 22.10.2023

(22.10.2023, 10:07)Selur Wrote: Ps.: Yes, stuff like interlaced or mixed vfr content is simply 'evil' and in my mind a production mistake

I do agree with you, but unfortunately, it could happen the need to encode damaged videos or videos with audio sync problems once they are encoded, especially in the case Hybrid is used for Video Restoration of old movies. In this case I'm using Handbrake to produced a h264 CFR video with low compression and then I use Hybrid for Video Restoration.


RE: [Feature Request] Add support for BestSource - Selur - 22.10.2023

btw. bestsource "is still in the extremely experimental phase"
see: https://github.com/vapoursynth/bestsource/issues/25

Cu Selur


RE: [Feature Request] Add support for BestSource - Dan64 - 22.10.2023

It seems that the substitution of FFMS2 with BestSource is that the latter: it is at least correct unlike FFMS2
The good news it that: FFMS2 should improve the correct way soon.
For the moment I will continue to use as default source reader LSmashSource.


RE: [Feature Request] Add support for BestSource - Dan64 - 15.10.2024

Hello Selur,

  thanks for having added support to BestSource.
  
  In the case it could be useful.
  I attached a sample that fails to play properly with LSmashSource, with the script


clip = core.lsmas.LWLibavSource(source="sample_001.mp4", format="YUV420P8", stream_index=0, cache=0, fpsnum=25, prefer_hw=0)

  while using this script

clip=core.bs.VideoSource(source='sample_001.mp4', cachemode=0)

  it play perfectly with BestSource. Smile

 
  Do you know if using the option cachemode=0  will affect in some way the output quality/speed of BestSource ?


Dan


RE: [Feature Request] Add support for BestSource - Selur - 15.10.2024

Quote:Do you know if using the option cachemode=0 will affect in some way the output quality/speed of BestSource ?
With cachemode=0, more ram will be used and loading of the source will be a bit slower since the cache will only be hold in ram, not on the disk.
Processing might be a bit faster, but it should have no impact on quality unless you have ram issues.

Cu Selur


RE: [Feature Request] Add support for BestSource - Bartoloni - 17.10.2024

how i can enable bestsource?


RE: [Feature Request] Add support for BestSource - Selur - 18.10.2024

Quote:how i can enable bestsource?
"Filtering->Vapoursynth->Misc->Source->Prefer BestSource"