Commit graph

12 commits

Author SHA1 Message Date
3b87f862ea update ffmpeg tests 2024-09-17 06:19:22 -05:00
cbf5fe3d9d clippy-fix 2024-06-25 23:04:30 -05:00
5df0302be9 using std::thread for ffmpeg calls since it takes long on big videos 2024-04-10 22:24:57 -05:00
64095d6fed async setup for using ffmpeg in the slide model 2024-04-10 11:42:01 -05:00
76b4c87d3a adding tests and moving bg_path_from_video to it's own function 2024-04-10 11:41:35 -05:00
70040c5149 some basics of video times - unfinished 2024-04-10 09:49:50 -05:00
b85d848d56 using debug! more 2024-01-22 14:18:05 -06:00
b4d76ffc50 fixing paths still using old librepresenter path 2024-01-17 12:23:59 -06:00
70eadeadb2 update width 2023-09-20 06:15:48 -05:00
485a7ac223 🐛 forgot to use default if unwrap fails 2023-05-19 16:00:52 -05:00
30e552aa3d feature: thumbnail based off 1/5 of the duration of video
Now we grab the duration threw ffprobe and get the thumbnail from 1/5
of the duration.
2023-04-23 07:07:53 -05:00
529be1a519 adding an ffmpeg.rs and thumbnailing fn
This module adds a bg_from_video function that takes uses the ffmpeg
binary to create thumbnails and adds them to the apps local data directory.
2023-04-22 07:18:05 -05:00