Monius

Results 79 comments of Monius

considering, ```rs pub async fn get_info(&self) -> Result { let mut container = format::input(&self.file).unwrap(); let stream = container.streams().best(media::Type::Video).unwrap(); let mut decoder = ffmpeg_next::codec::context::Context::from_parameters(stream.parameters())?.decoder().video()?; let idx = stream.index(); let num =...

compare to ```py import av from PIL import Image def timestamp_to_frame(timestamp, stream): fps = stream.average_rate time_base = stream.time_base start_time = stream.start_time frame = (timestamp - start_time) * float(time_base) * float(fps)...

Besides, the video with `YUV420P` format, and `HD (1-1-1)` cannot be decode properly. The file is attached. https://github.com/user-attachments/assets/6795e31d-89b3-419f-a3dd-846b883d573e

I meet the same error months ago. Because I mixed the CPU operation and GPU operation inside the dataloader procedure. To avoid the error for simplicity, Call `DataLoader` with parameter...

looks perfect, will verify it later before merge, thanks for your contribution 🤗

Could you also update the ci to verify your custom dns option in on `.github/workflows/verify_chain.yml` for `v4-dns` part

> so i don't see any problems for your workflow @jrohde Hi, thanks for your contribution, I mean if you could add the CI to test if using custom dns...

do we have any progress? 🤗

[example.pdf](https://github.com/user-attachments/files/21333276/example.pdf)