I was using ffmpeg-0.8.3 and the following command seems work:
ffmpeg -re -s 320x240 -f rawvideo -pix_fmt yuv420p -r 10 -i sample_320x240@10_YUV420p.yuv -an -vcodec libx264 -preset fast -profile baseline -threads 0 -r 10 -s 320x240 -b 200k -flags global_header -f rtp rtp://127.0.0.1:9999 ;
However after updated the ffmpeg to N-33240-ga5dfeb6 using git i got the following output:
"Output file #0 does not contain any stream"
Do you have any ideas ?
PS: there is also another similar issue: http://ffmpeg.org/pipermail/ffmpeg-user ... 02385.html
thanks
