Hacker News new | past | comments | ask | show | jobs | submit login

I use it — because I am writing a rust program, and want to use ffmpeg functionality.

What’s the alternative? I could wrap the C API, and then try to make a nice rust interface from that, but then that’s exactly what this package does, so I don’t want to repeat the work.




> What’s the alternative?

I often just exec ffmpeg from whatever language I'm using (as a command line thing). Not very ergonomic, but the nice thing is that it's 1:1 with all examples and other uses of ffmpeg. But I guess it depends on how deep into ffmpeg you're doing stuff. Mine is mostly to point it at doing something non advanced with a file and that's it.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: