Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
camenduru
/
ffmpeg-cuda
like
1
Model card
Files
Files and versions
Community
main
ffmpeg-cuda
/
tools
/
unwrap-diff
camenduru
thanks to ffmpeg ❤
8ead80b
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
105 Bytes
#!/bin/sh
tr
'\n'
'\001'
| sed
's/\x01\x01/\x01 \x01/g'
| sed
's/\x01\([^-+ @]\)/ \1/g'
|
tr
'\001'
'\n'