pixelserver2/apps/play_youtube.sh

2 lines
227 B
Bash
Raw Normal View History

2018-08-19 18:47:08 +00:00
#!/bin/sh
youtube-dl --no-progress --output - https://www.youtube.com/watch?v=${3} -f best | ffmpeg -re -i - -pix_fmt rgb24 -vf "transpose=1,scale=${1}x${2}" -sws_flags bicubic -sws_dither bayer -vcodec rawvideo -f image2pipe -