[Libav-user] save video file over http

Stefano Sabatini stefasab at gmail.com
Tue Jan 21 18:10:15 CET 2014


In data Friday 2014-01-17 13:06:03 +0530, ವಿನೋದ್ Vinod H I ha scritto:
> Hi,
> I have a requirement that I need to save the converted video file to a
> server.

> 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.

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

this will remux the file (for example it might change timestamps).

A probably better solution is to use the AVIO API, see for example
tools/aviocat.c

> Is this possible?


More information about the Libav-user mailing list