On Apr 9, 2012, at 16:13 , srikanta mondal wrote: > Hi all, > I am Srikanta Mondal from India. I am working on video compression and > sending each compressed frame to network. I have done H.264 compression by > using libx264 and the function x264_encoder_encode() and I have got the > x264_nal_t for each frame. Now I have sent each compressed x264_nal_t in the > network and in the receiver side that that x264_nal_t are dumping in a file. > And another program just play the video using Opencv lib. But I want to just > decode the x264_nal_t structure in the receiver side without using the file. > I have found there are some guidance with using ffmpeg library but > unfortunately I have failed to use the decoder. Anybody please help me.
Sorry, I don't understand what you are trying to do. Please explain, and show also what you have done so far, and where exactly you have a problem. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
