-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tag preview doesn't work in README #141
Comments
hi @piotr-marendowski , check config.def.h. It has an option to enable tag preview. Enable it and recompile |
I mean in this repository in README Tag preview video isn't playing, because it's corrupted. |
Oh oops I misread, will fix it soon! |
You can probably pass it the option |
yuv420p doesnt give me crystal clear colors, but yuv444 does! there was another solution to use librgb codec my old command ffmpeg -framerate 60 -f x11grab -i $DISPLAY -c:v libx264rgb -crf 0 -preset ultrafast -color_range 2 vid.mp4 but i use nvidia now and that above command lags so im using h2venc ffmpeg -f x11grab -framerate 75 -i $DISPLAY -c:v h264_nvenc -probesize 42M -b:v 30M -pix_fmt yuv444p -r 75 v.mp4 |
idk if h264_nvenc has a rgb version :/ |
Whatever works best for you, but it's important that it works on firefox as well 😅. |
@MinePro120 https://www.youtube.com/@siduck_og I think these play on firefox, i'll put the video on yt and yt will fix it for firefox 🤔 |
That might not be a good idea since github's markdown doesn't support embedding YT videos. |
I think this should be reopened. Browser compatibility is important, especially firefox. |
Bump |
It looks like this: https://ibb.co/Cz2jd5c and cannot be played. Tested on Arch and Windows machines.
The text was updated successfully, but these errors were encountered: