jan-carreras / torrentpreviewer

Simple application that lets you generate img previews from torrents without downloading all the content
MIT License
2 stars 0 forks source link

Try to pass the file using STDIN again, instead of a file #41

Open jan-carreras opened 3 years ago

jan-carreras commented 3 years ago
// IMPROVEMENT: For some reason passing the file from STDIN (see below) crashes ffmpeg.
//       Doing it with a file seems to work better but involves IO. Would be nice to get rid of it
//       in the future or use tmpfs instead

For some reason, passing the file as a file in the FS is better than thru the STDIN, for some unknown reason.