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 ... _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
