use jellytranscoder::image::transcode; #[tokio::main] async fn main() { transcode( jellycommon::AssetLocation::Cache(std::env::args().nth(2).unwrap().into()), 1.0, 1, 1, ) .await .unwrap(); }