meh / rust-ffmpeg

Safe FFmpeg wrapper.
Do What The F*ck You Want To Public License
462 stars 96 forks source link

Support actual path in input/open functions #144

Closed kornelski closed 3 years ago

kornelski commented 3 years ago
meh commented 3 years ago

It was Path before, the reason I moved it to str is that can also be a URL.

kornelski commented 3 years ago

OK, I've changed it to OsStr which is compatible with both Path and str.

meh commented 3 years ago

That works!

meh commented 3 years ago

Thanks! :panda_face: