[FFmpeg-user] help with pipe command ffmpeg

Vivek Soni vivek.soni at beesys.com
Tue Dec 7 07:48:59 EET 2021


Hi,


I am trying to run this command


ffmpeg -y -i "C:\Users\vivek.soni\Videos\How to use FFMPEG.mp4"  -f mpegts  \\.\pipe\VideoPipeFromFFmpeg


I am trying to write to a named windows pipe and I want to read it from my c++ code...


However it is not sending all frames to pipe and I am unable to read it from pipe in my code...


the error i am receiving is ...


av_interleaved_write_frame(): Invalid argument=00:00:00.00 bitrate=N/A speed=   0x
Error writing trailer of \\.\pipe\VideoPipeFromFFmpeg: Invalid argument

how can i send directly to windows named pipe and read it form c++ code...

kindly suggest the right command ...
please help ...



More information about the ffmpeg-user mailing list