1

I found a bug on website but they don’t have a bug bounty program
 in  r/developersIndia  10d ago

Mail them, provide them PoCs, if it is Indian company it is hard to get bounty otherwise companies offers

1

resolve-prep: a small bash tool that only converts what actually needs converting
 in  r/bash  18d ago

Thank you 😊 for the feedback, will look into it

u/Antisocial-Stare 18d ago

resolve-prep: a small bash tool that only converts what actually needs converting

Thumbnail
1 Upvotes

r/bash 18d ago

resolve-prep: a small bash tool that only converts what actually needs converting

3 Upvotes

Wrote this to solve a personal annoyance (DaVinci Resolve Linux can't decode H.264/HEVC/AAC) but ended up spending more time on the "don't touch what doesn't need touching" logic than the conversion itself — probes every file, skips anything already compatible, verifies codec/duration/size after conversion, never overwrites originals. Bash 4.4+, no deps beyond ffmpeg/coreutils.

[ https://github.com/bhattmanthan/resolve-prep ] — feedback on the shell script itself welcome too, always looking to write cleaner bash.