Opened 7 years ago
Closed 4 years ago
#8024 closed enhancement (fixed)
Should specify output file for FFprobe
| Reported by: | Alexis Foerster | Owned by: | |
|---|---|---|---|
| Priority: | wish | Component: | ffprobe |
| Version: | git-master | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Hello,
It may be usefull to specify an output file (for standard output) for the FFprobe command, instead using the ">" redirection.
For example, there is a problem using FFprobe command within QProcess command, where ">" is considered as "\>" and normal argument, so as a file.
Besides, when using QProcess::setStandardOutputFile() and QProcess::setErrorOutputFile() method, the outputs are not written in the specified files.
Attachments (1)
Change History (3)
by , 7 years ago
| Attachment: | FFProbeWithQProcess.cpp added |
|---|
comment:1 by , 7 years ago
| Priority: | normal → wish |
|---|---|
| Version: | 4.1 → git-master |
Consider sending a patch but note that your explanations do not sound very convincing.
comment:2 by , 4 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed in ff07492cd800d2904816f6cf0c0cca21d3ccef1e.
Note:
See TracTickets
for help on using tickets.



Code example