this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ› Seek audio file when using render start point override

+2
+2
src/video/encoding.rs
··· 109 109 110 110 Ok(std::process::Command::new("ffmpeg") 111 111 // Audio // 112 + // Take non-0 starting point into account 113 + .args(["-ss", &self.start_rendering_at.seconds_string()]) 112 114 // File 113 115 .args(["-i", self.audiofile.to_str().unwrap()]) 114 116 //