#7328: Bug: FFmpeg's tee muxer treats a named pipe output as a regular output
file
instead of 'writing' into it as expected.
------------------------------------+------------------------------------
Reporter: Brainiarc7 | Owner:
Type: defect | Status: closed
Priority: normal | Component: avformat
Version: git-master | Resolution: invalid
Keywords: tee muxer | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+------------------------------------
Changes (by Cigaes):
* status: new => closed
* resolution: => invalid
Comment:
The ```>``` syntax is handled by shells, and ffmpeg is not a shell, nor
does it invoke one, and therefore it will never understand that syntax.
If you want to write into filesystem object ```test_channel.mp4```, then
use it as output, nothing else. The principle of named pipes is that they
are not different from plain files for basic operations.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/7328#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac