Changes between Initial Version and Version 1 of Ticket #9759
- Timestamp:
- May 1, 2022, 2:17:51 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9759 – Description
initial v1 1 1 Summary of the bug: 2 In my code (written in Rust) I'm running an ffmpeg command and checking if stderr contains text. But when I run a command successfully text is always output to stderr and nothing comes from stdout. Other command line tools I've used behave normally with regards to stdout and stderr that my code uses, so this appears to be a problem with ffmpeg rather than Rust.2 In my code (written in Rust) I'm running an ffmpeg command and checking if stderr contains text. But when I run a command successfully text is always output to stderr and nothing comes from stdout. Other command line tools I've used behave normally with regards to stdout and stderr that my code uses, so this appears to be a problem with ffmpeg rather than Rust. 3 3 4 4 How to reproduce:


