nathanbabcock / ffmpeg-sidecar

Wrap a standalone FFmpeg binary in an intuitive Iterator interface. 🏍
MIT License
238 stars 16 forks source link

README.md Hello world example doesn't work #29

Closed Sobieg closed 6 months ago

Sobieg commented 6 months ago

Current version of the crate uses anyhow::Result instead of ffmpeg_sidecar::error::Result, so example fails to compile.

The /examples/ one is correct, though.

nathanbabcock commented 6 months ago

Great catch, thank you. Merged! 🎉