cancel
Showing results for 
Search instead for 
Did you mean: 

How to Generalize video transformation using FFMPEG ?

akash066
Champ in-the-making
Champ in-the-making
I am able to successfully transform any format to .flv and .mp4 but i wanted to know that is it possible to convert any video format to any other video format(e.g .avi to .mpg, .wmv to .3gp, etc.), using a customized video-transform-context.xml ?

If it is possible then what steps should i take in order to proceed in the above mentioned way ?

Any help is appreciated. Thanks in advance.

With cheers,
Akash
4 REPLIES 4

loftux
Star Contributor
Star Contributor
Have a look at the Media Viewers extension at Share Extras, there you can find transform config
http://code.google.com/p/share-extras/source/browse/#svn%2Ftrunk%2FMedia%20Preview%2Fconfig%2Falfres...

Copy that, or install the entire addon and get some more Smiley Happy
(an updated package will be released soon, or checkout source and build yourself)

akash066
Champ in-the-making
Champ in-the-making
Thanx for the help. I am now able to customize the transform-context.xml and able to convert videos from one format to another. I was having a doubt, if i have to proceed then i have to configure every transformation. I was wondering is there any way to minimise this process and generalise this in a minimal way.








With reagards,
Akash

smithshane
Champ in-the-making
Champ in-the-making
I am able to successfully transform any format to .flv and .mp4 but i wanted to know that is it possible to convert any video format to any other video format(e.g .avi to .mpg, .wmv to .3gp, etc.), using a customized video-transform-context.xml ?

If it is possible then what steps should i take in order to proceed in the above mentioned way ?

Any help is appreciated. Thanks in advance.

With cheers,
Akash

Yes, ffmpeg can transfer video files to any other video format.  here is the guide taking the guide wmv to mp4 conversion for example.
http://www.ilikemall.com/how-to/convert-wmv-to-mp4-mac.html
i am using it to convert my media file collections.

akash066
Champ in-the-making
Champ in-the-making
Thanks for the help SmithSane.

But i would like to know if there is any way that i can convert any format video to any other format of video using FFMPEG on alfresco especially customizing transform-context.xml.



Akash