happycube / ld-decode

Software defined LaserDisc decoder
GNU General Public License v3.0
294 stars 76 forks source link

ld-cut: add custom ffmpeg-settings #876

Closed happycube closed 5 months ago

happycube commented 5 months ago

This lets you try different lossless compressors if/when they exist, and create glitchy decodes by doing things like:

./ld-cut ../testdata/ve-snw-cut.lds test.ogg -F "-b:a 64k"

(If ld-decode does not know the extension, it'll automatically use ffmpeg so you can pass test.ogg right in)