wmv transcoding

Last post 01-13-2010 11:57 AM by faraz.ahmed. 6 replies.
Page 1 of 1 (7 items)
Sort Posts: Previous Next
  • 07-16-2009 7:51 AM

    wmv transcoding

    Hi, We will be streaming videos in Siliverlight and need to know if the videos can be transcoded to .wmv format. what preset needs to be used for doing so, pls advise. Cheers, D
  • 07-16-2009 8:23 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 885

    Re: wmv transcoding

    If you want to output to WMV you can use the Video/Transcode call passing srcFilePath=/yourfile.mov destFilePath=/yournewfile.wmv

    You can read more about the video transcode call at http://developer.nirvanix.com/sitefiles/1000/API.html#_Toc190000002

    The full list of supported codecs can be found at: http://developer.nirvanix.com/forums/t/378.aspx

    Regards,
          Barry R.

     

    IM Support (Feel free to add me)

    MSN: barryruffner@live.com
    Gmail: barryruffner@gmail.com
  • 07-16-2009 8:45 PM In reply to

    Re: wmv transcoding

    Hi, Is there a preset for the wmv output? I noticed some presets for Flash in the developer documentation... Cheers, D
  • 07-16-2009 9:02 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 885

    Re: wmv transcoding

     For the video namespace there are two types of calls.  The PresetTranscode and Transcode calls.  PresetTranscode only supports FLV output and allows you to adjust the quality of the conversion.  The Transcode call converts based on the filename and it does allow output to WMV if you set the output filename with the .wmv extension.

    Regards,
           Barry R.

    IM Support (Feel free to add me)

    MSN: barryruffner@live.com
    Gmail: barryruffner@gmail.com
  • 01-06-2010 6:06 AM In reply to

    problem with flv to mpg transcoding

    Hi,

    I want to trans code the video file from flv format to mpg format through api it returns the response code 0 means the method was successful. But in the folder there is no file having extension mpg while if i trans code the flv video to mov video through api then it is successfully transcoded and can be found in the folder.

    Please help us why we cannot find the mpg file in folder even the response code is 0.

    we are waiting for your reply.

    Thanks in advance. 

     

    Regards,

    Faraz Ahmed Ansari

    faraz.ahmed.ansari@gmail.com

  • 01-06-2010 3:47 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 885

    Re: problem with flv to mpg transcoding

    The response code of 0 means that the call you made was successful. This basically verifies the file path and parameters provided are correct. However, the actual transcode is done in the background. To get more information you need to use the callbackURL parameter which will give the actual results of the transcode operation. You will need to setup a end point on your server to get this information. Regards, Barry R.
    IM Support (Feel free to add me)

    MSN: barryruffner@live.com
    Gmail: barryruffner@gmail.com
  • 01-13-2010 11:57 AM In reply to

    Re: problem with flv to mp4 or 3gp transcoding

    Hi,

    I want to transcode the video file from flv or avi format to mobile supported format may be 3gp or mp4.

    Through API call it is not doing. please help me regarding this issue.

     

    Regards,

    Faraz Ahmed Ansari

    faraz.ahmed.ansari@gmail.com

Page 1 of 1 (7 items)