Yes, this is a console application, you can run it on the server right after a video is uploaded. You can put .exe file in /bin folder and run the process right after video is uploaded
We used ziggeo, because we need to record video's on the website from the users webcam. And we have chosen to store all video's used on the ziggeo platform. It does the transcoding for you when you upload a video. It also allows to stream different quality to mobile users.
We build a custom section using their sdk to let editors do everything from the Umbraco backend.
How to convert video in mp4 format from umbraco back office
Hi,
I have multiple video format such as AVI, FLV, WMV, MOV and MP4.
I want to convert all format video to mp4 from umbraco back office.
can anyone guide me how to do it?
Hi Nirav,
This is not possible out of the box. And I don't know of any Umbraco packages that offer this functionality.
IMHO this also something a content management should not support.
Maybe you can subscribe to a service like https://cloudinary.com/ or https://ziggeo.com/
We used the last one with in a website and are very happy about it.
Dave
Hello
We used http://www.ffmpeg.org/ few times - it really works.
/Alex
Hi Alex
Doesn't that require server access to run. It's a console a application if i'm right ?
Dave
Hi Dave
Yes, this is a console application, you can run it on the server right after a video is uploaded. You can put .exe file in /bin folder and run the process right after video is uploaded
/Alex
Hi Alex,
We used ziggeo, because we need to record video's on the website from the users webcam. And we have chosen to store all video's used on the ziggeo platform. It does the transcoding for you when you upload a video. It also allows to stream different quality to mobile users.
We build a custom section using their sdk to let editors do everything from the Umbraco backend.
Dave
Didn't hear about ziggeo before, thank you very much, Dave. Have a great weekend btw :)
is working on a reply...