<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi,</div><div><br></div><div>I think the most effective way is to implement your own output io to satisfy your requirement.</div><div><br></div><div>-Licheng</div><br><div><div>On 2014-1-17, at 下午3:36, ವಿನೋದ್ Vinod H I <<a href="mailto:vinvinod@gmail.com">vinvinod@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hi,<div>I have a requirement that I need to save the converted video file to a server.</div><div>Now I am saving the output of ffmpeg to a local file first and transferring it to the server via http post request using a different library.</div>

<div>Can I do that via ffmpeg itself?</div><div>like " ffmpeg -i input.mp4 -acodec copy -vcodec copy <a href="http://my.server.com/uploads/video0025.mp4">http://my.server.com/uploads/video0025.mp4</a>"</div><div>

Is this possible?<br clear="all"><div><br></div>-- <br>Vinod<br><br>
</div></div>
_______________________________________________<br>Libav-user mailing list<br><a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>http://ffmpeg.org/mailman/listinfo/libav-user<br></blockquote></div><br></body></html>