Opened 5 years ago

Closed 23 months 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)

FFProbeWithQProcess.cpp (571 bytes ) - added by Alexis Foerster 5 years ago.
Code example

Download all attachments as: .zip

Change History (3)

by Alexis Foerster, 5 years ago

Attachment: FFProbeWithQProcess.cpp added

Code example

comment:1 by Carl Eugen Hoyos, 5 years ago

Priority: normalwish
Version: 4.1git-master

Consider sending a patch but note that your explanations do not sound very convincing.

comment:2 by Marton Balint, 23 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.