Skip to content
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

#277 Move video rendering fully to ffmpeg and html #279

Merged
merged 42 commits into from
Dec 24, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
84cf093
#277 Move video rendering fully to ffmpeg and html
vicwomg Nov 24, 2023
c84c90e
Fix bug with transposition, Allow hiding splash screen autolaunch, re…
vicwomg Nov 24, 2023
42b838c
Fix clear queue. Add back required deps
vicwomg Nov 24, 2023
b3875ab
Reduce layout shifts
vicwomg Nov 24, 2023
3bc6355
Get trasposition working
vicwomg Nov 24, 2023
3ce9190
Don't reencode mp4 (make pi actually usable )
vicwomg Nov 24, 2023
42c5388
Fix some raspberry pi chromdriver issues
vicwomg Nov 24, 2023
09c4389
Fix chromedriver on non-pi os, embed client interface in menu on spla…
vicwomg Nov 24, 2023
cb6c738
Add overlay effect
vicwomg Nov 25, 2023
efb5857
Fix logo
vicwomg Nov 25, 2023
f3d9302
Add cdg support
vicwomg Nov 25, 2023
7216080
Optimize vencode for pi, add support for other formats: avi, webm, mk…
vicwomg Nov 25, 2023
0bb330f
Fix various issues transcoding pi video, scope cdg temp dir to the pr…
vicwomg Nov 25, 2023
87dac4f
Finally fix cdg, fix bad cropping of weird aspect ratio videos
vicwomg Nov 25, 2023
ad2ef88
Add more ffmpeg secret sauce to make cdg encode faster and more relia…
vicwomg Nov 26, 2023
8c835f4
Greatly Improve transcoded video quality
vicwomg Nov 26, 2023
1526f67
Merge branch 'master' into 277-html_ffmpeg_video_rendering
vicwomg Nov 27, 2023
114920c
Add scripts to properly install yt-dlp on pi
vicwomg Nov 28, 2023
0c6e969
fix issue with source on setup-pi script
vicwomg Nov 28, 2023
66d567b
Fix song queueing
vicwomg Nov 28, 2023
8c64077
fix song queue
vicwomg Nov 28, 2023
662252e
more refinement of the setup script
vicwomg Nov 29, 2023
1e8ed2c
Show overlay by default, bump up concurrent http threads, hide scroll…
vicwomg Dec 1, 2023
f48e74e
Generalize setup and starts scripts for any unixy environment, ./pika…
vicwomg Dec 1, 2023
039ebae
Recover from failed file playback better, line break long words bette…
vicwomg Dec 2, 2023
1f2d89f
Set screensaver timeout to default 5m
vicwomg Dec 2, 2023
697413b
Don't run screensaver js unless its active, Limit screensaver fps to …
vicwomg Dec 2, 2023
0f975b2
Attempt at windows installs bat scripts
vicwomg Dec 2, 2023
49ca226
More windows fixes
vicwomg Dec 2, 2023
db30467
Fix paths and non-blocking stderr in windows, fix utf encoding errors
vicwomg Dec 2, 2023
95f9b7b
Delay is_playing reporting to allow potential error output to display
vicwomg Dec 2, 2023
55681ca
Try to handle more bad encoding
vicwomg Dec 2, 2023
456d8f6
Default to use LAN hostname over IP (force IP with --prefer-ip). Add …
vicwomg Dec 3, 2023
535226b
Show now playing on splash screen
vicwomg Dec 6, 2023
e550a18
Proper volume control slider support
vicwomg Dec 13, 2023
3d6c354
Improve error recovery, remove splash screen link
vicwomg Dec 23, 2023
21afe46
Clean up readme, deprecate dev mode feature, fix streaming hostnames …
vicwomg Dec 23, 2023
169479c
more readme updates
vicwomg Dec 24, 2023
af22788
Deprecate dual-screen feature
vicwomg Dec 24, 2023
4c73dd9
Launch script works from any path, add autolaunch instructions
vicwomg Dec 24, 2023
757c981
Add text url to the screensaver
vicwomg Dec 24, 2023
f25e326
Fix #287 bug: paths with spaces don't work
vicwomg Dec 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clean up readme, deprecate dev mode feature, fix streaming hostnames …
…not working in some configs
  • Loading branch information
vicwomg committed Dec 23, 2023
commit 21afe466cfa4c39db1c2f13e85b8cfcf43d2206d
Loading