Kagami
Kagami
youtube-dl needs to be updated. You can do it manually by replacing `youtube-dl.exe` binary in `boram\resources\app` directory with https://yt-dl.org/downloads/latest/youtube-dl.exe until I release a new version.
Seems like a lot of users request this feature. As a workaround, if FPS of your video is 24: * To speedup 2 times: `-vf "setpts=PTS/2" -r 48` * To...
Browsers don't support internal WebVTT subtitle tracks (i.e. as a part of a single file). Subtitle track can be added only via additional `.vtt` file.
boram uses built-in ffmpeg binary. But I've accidentally disabled libvorbis in latest build of ffmpeg for macOS, thus use of libvorbis cause that error. Will fix it in next boram's...
Also depend on https://github.com/xiph/rav1e/issues/472
Also doesn't have rate control yet: https://github.com/xiph/rav1e/issues/802 And effecienty seems to be not that good: https://wyohknott.github.io/video-formats-comparison/rav1e.html So this can wait for a while.
https://github.com/xiph/rav1e/issues/648#issuecomment-430037787 >**Oct 16, 2018** >rav1e is mostly useful at the moment when libaom speed 8 isstill too slow, though we're working on changing that.
https://github.com/xiph/rav1e/pull/1009 >Add basic 1-pass rate control
Also required for #9
Also consider: ``` --gpu-context=d3d11 --gpu-context=angle --gpu-context=winvk --gpu-context=dxinterop ``` Do they provide any real benifits compared to `--gpu-context=win` except hwdec? ``` dxva2 requires --vo=gpu with --gpu-context=d3d11, --gpu-context=angle or --gpu-context=dxinterop (Windows only)...