VLC I frame
Posted: 24 Feb 2010 17:21
Hi all,
I use vlc with this command
I would like to send a static image. How can I set the dimension of GOP and the interframe distance? The video bandwidth is too high. How can I reduce it?
thank in advance
I use vlc with this command
Code: Select all
vlc DummyUser_image.jpg --fake-duration 7200000 --sout '#transcode{vcodec=H263p,width=352,height=288,acodec=none}:duplicate{dst=rtp{dst=195.223.177.55,port-audio=14650,port-video=18398}}'
thank in advance