baptx
baptx
@dirkf "Videos like Cr381pDsSsA (Some Girls from Equestria have a ...) that reject embedding are not handled." Does it mean that this video still cannot be downloaded with youtube-dl without...
@1268 In this case, do you know why the video mentioned in this issue (https://www.youtube.com/watch?v=p7FCgw_GlWc) that also says "This video is age-restricted and only available on YouTube." on https://www.youtube.com/embed/p7FCgw_GlWc can...
@1268 I intercepted the HTTP requests of youtube-dl with mitmproxy like that: `proxychains youtube-dl --no-check-certificate https://www.youtube.com/watch?v=Cr381pDsSsA` And exported as cURL command the HTTP request that allows to check if a...
Now that there has been an announcement that Anbox is officially deprecated, it would be time to bring camera support to Waydroid.
There is ongoing work on a fork to get camera support: https://github.com/waydroid/waydroid/issues/519#issuecomment-1693988404
I got this error too on Debian 12 but I use Bash (not Dash). However even with the errors, the installation was successful (because the double brackets from the script...
Is there no --http-live-edge option to rewind httpstream:// protocol? I guess it should be possible but it is not implemented in livestreamer tool? I did not find a way to...
@meggart If I remember correctly, you can fix the issue with a simple command like `ffmpeg -i input.mp4 output.mp4`. That is what I do also when I download a video...
@gslavin thanks, it looks like `ffmpeg -i input.mp4 output.mp4` is not enough to make it play in a web browser like Firefox. Just using `ffmpeg -i input.mp4 -pix_fmt yuv420p output.mp4`...
The issue seems to be that Kazam uses YUV 4:4:4 which is less common than YUV 4:2:0 (https://wiki.videolan.org/YUV/#Planar_formats). On VLC media player, when opening the menu "Tools -> Media information"...