happycube / ld-decode

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

Add stdin support for ld-decode #875

Closed Inky1003 closed 6 months ago

Inky1003 commented 6 months ago

A simple change that would help me a lot. As ld-decode has no progress bar or ETA, I can't know when the decodings would end.

Then, If I pipe the RF capture from pv into x-decode, It works, and I only need to redirect the stdout and stderr to null. :)

It does not affect the common file opening.

happycube commented 6 months ago

I could see cases where this doesn't work (but the demodcache should prevent needing to rewind in the stream), but it won't break anything so why not? :)