playa-ffmpeg 8.0.3

Safe FFmpeg wrapper with vcpkg integration for simplified cross-platform builds (FFmpeg 8.0, Rust 2024)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Auto-detect text files and normalize line endings to LF
* text=auto eol=lf

# Explicitly declare text files with LF line endings
*.rs text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.sh text eol=lf

# Windows scripts with CRLF
*.cmd text eol=crlf
*.bat text eol=crlf
*.ps1 text eol=lf