Hi all, Now I have a program that synthesizes a video frame by frame using APIs like av_interleaved_write_frame(). It works well (Thanks to the help from this mailing list). Now I want to redirect the video binary data generated by program to a named pipe (currently it writes to a normal media file, like test.mpg or test.flv, for example). Is there an easy way to do that?
The annoying part is looks like av_interleaved_write_frame() just takes a packet and writes to the disk anyways and I cannot get the binary it writes to. Thanks so much! _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
