[email protected] Hi,
I have an mp4 input file and I want to be able to play it' s video stream(h264) in real time through ffplay. It all works well when I try outputting the video to a file(file plays great with ffplay, no errors) but I really cannot find how to pipe the output into ffplay. I think what I am looking for is the correct filename for av_guess_format. I' m using Windows and the latest FFmpeg build. I know /dev/stdout won' t work. I read somewhere that "-" means stdout but this did not help(I just got a file named "-"). I have also tried specifying "con" but it turns out that' s for console output... Any ideas?
Thank you. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
