slhck / ffmpeg-debug-qp

FFmpeg Debug Script for QP Values
Other
75 stars 24 forks source link

Request: Read from STDIN #9

Closed lars18th closed 4 years ago

lars18th commented 4 years ago

Hi,

It will be very useful if we can use the stdin pipe as input, like: ffmpeg [...] -f mpegts pipe:1 | ffmpeg-debug-qp - 2> qp-values.txt

I hope you want to implement it. Thank you!

slhck commented 4 years ago

This would require some rewriting to open pipes instead of files, which I do not have the time to implement. You are welcome to provide a PR to add this functionality.

lars18th commented 4 years ago

Hi @slhck ,

My last PR #22 implements this functionality. Please review and merge it!

Regards.

lars18th commented 4 years ago

I close this issue as the functionality is now implemented.