Switched to Python. Not tested yet...
This commit is contained in:
BIN
assets/Shiny Channel Art/VNNLogo.png
Normal file
BIN
assets/Shiny Channel Art/VNNLogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
BIN
assets/Shiny Channel Art/VNNLogo.xcf
Normal file
BIN
assets/Shiny Channel Art/VNNLogo.xcf
Normal file
Binary file not shown.
@ -6,13 +6,15 @@ apt update & upgrade
|
||||
|
||||
edit /boot/config.txt
|
||||
comment out all hdmi lines
|
||||
uncomment default overscan lines ???
|
||||
add "sdtv_mode=1" and "sdtv_aspect=1"
|
||||
uncomment default overscan lines ??? (no)
|
||||
add "sdtv_mode=0" and "sdtv_aspect=1"
|
||||
|
||||
raspi-config
|
||||
Advanced -> Compositor -> No
|
||||
Display Options->Composite->Yes->Reboot Now
|
||||
|
||||
Python3-> sudo pip install moviepy && sudo pip install yt-dlp
|
||||
|
||||
|
||||
ancient abandoned esoteric animations or AAEA for short
|
||||
FansubTV
|
||||
@ -35,7 +37,7 @@ use NTP to determine when hour is up. station ID fills remaining time.
|
||||
timeToTopOfHour = $((60 - $(date +%M)))
|
||||
|
||||
|
||||
DISPLAY=:0 cvlc --fullscreen --play-and-exit --video-filter "logo{file='/media/aaeachannelbug.png',logo-position=10,opacity=128}" --no-osd '/media/anime/<path to video to play>'
|
||||
|
||||
DISPLAY=:0 cvlc --fullscreen --play-and-exit --sub-source logo --logo-position 10 --logo-opacity=128 --logo-file /media/aaeachannelbug.png --no-osd /media/anime/<path to video to play>'
|
||||
|
||||
yt-dlp -o - "https://www.youtube.com/watch?v=GMef9cY4EAA" | DISPLAY=:0 cvlc --fullscreen --play-and-exit --sub-source logo --logo-position 10 --logo-opacity=128 --logo-file /media/aaeachannelbug.png --no-osd -
|
||||
|
||||
|
Reference in New Issue
Block a user