Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: How to change AVI video format to WMV video format

  1. #1
    Join Date
    Jun 2009
    Location
    New York
    Beans
    19
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    How to change AVI video format to WMV video format

    how can i change the video format of one video from AVi to WMV? I have a Sony Walkman MP3 video player model NWZ-E344. I am really trying to figure this out and hoping that I can..

  2. #2
    Join Date
    May 2009
    Beans
    63

    Re: How to change AVI video format to WMV video format

    I'm using 'mobile media converter', which does the job ok. If it's not in your Ubuntu software center, you can google for it. They have an Ubuntu version.

  3. #3
    Join Date
    Jun 2009
    Location
    New York
    Beans
    19
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How to change AVI video format to WMV video format

    Quote Originally Posted by vallvi View Post
    I'm using 'mobile media converter', which does the job ok. If it's not in your Ubuntu software center, you can google for it. They have an Ubuntu version.
    any specific name it would be under?

  4. #4
    Join Date
    Apr 2010
    Beans
    50

    Re: How to change AVI video format to WMV video format

    Hi jonathanfrost,

    Normally there is a soft on Ubuntu (at least on Lucid) called WinFF that is a audio video converter (on the multimedia applications) that does almost everything, and I have just checked and it can convert to WMV.

    If you do not have it you just can install it form the repository, open it and just select the wmv profile and that it is.

    Good luck

  5. #5
    Join Date
    Jun 2009
    Location
    New York
    Beans
    19
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How to change AVI video format to WMV video format

    I appreciate the help. the program worked but every time I tried to put the video on my MP3 player it wouldn't read the video being on there.

  6. #6
    Join Date
    Jan 2009
    Location
    UK
    Beans
    247
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: How to change AVI video format to WMV video format

    Have you tried Winff from official repos?

    It relies on gstreamer has a backend so its probably best to install "ubuntu restricted extras" first

    Hope that helps

    To install go to terminal and type:

    sudo apt-get install winff

    enter your root password and let ubuntu work its magic.

    Your problem maybe (But I don't know) that your player uses a "wrapper" to play its own files I had a sansa fuze that did that and you had to use "sansa media convertor" to add the wrapper so it could play it, I hope thats not the case has I don't know a way around that.

    PS: Perhaps use Oracle Virtualbox http://www.virtualbox.org/wiki/Linux_Downloads to install windows virtually and use your windows software inside ubuntu on that maybe the answer.
    Last edited by Nightstrike2009; October 12th, 2010 at 01:52 PM.
    Linux Mint 12 (11.10 Based) Gnome 3.0 User

  7. #7
    anewguy is offline I Ubuntu, Therefore, I Am
    Join Date
    Jun 2007
    Location
    Sometimes I visit earth
    Beans
    5,435
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to change AVI video format to WMV video format

    If you use VirtualBox, be sure to install the PUEL version as being directed to, and not the open source version in the repositories. Without the PUEL version you can't access USB devices.

    Dave

  8. #8
    Join Date
    Dec 2006
    Beans
    7,349

    Re: How to change AVI video format to WMV video format

    Hi jonathon,

    Quote Originally Posted by jonathanfrost View Post
    how can i change the video format of one video from AVi to WMV? I have a Sony Walkman MP3 video player model NWZ-E344. I am really trying to figure this out and hoping that I can..
    This type of device can sometimes benefit from a bit of trial and error, but you could always try windows media video and aac sound with FFmpeg as follows:

    Code:
    ffmpeg -i input_file.avi -s qvga \
           -vcodec wmv2 -b 512k \
           -acodec libfaac -ab 128k \
           output_file.wmv
    and this would provide at least a starting point, based on a quick look at the specs for such a device. Bear in mind that classically you would actually use -acodec -wmav2 for the audio. You would need to adjust the bitrates as appropriate and fit out your copy of FFmpeg for aac encoding.

    Andrew
    Last edited by andrew.46; October 13th, 2010 at 06:05 AM.
    You think that's air you're breathing now?

  9. #9
    Join Date
    Oct 2010
    Location
    the Netherlands
    Beans
    32

    Re: How to change AVI video format to WMV video format

    Quote Originally Posted by jonathanfrost View Post
    how can i change the video format of one video from AVi to WMV? I have a Sony Walkman MP3 video player model NWZ-E344. I am really trying to figure this out and hoping that I can..
    Try "openshot". It can be installed via the software manager.
    Nice video editor too.

    Or try "ffmpeg". that should not be to difficult.
    Code:
    ffmpeg -i myfile.avi -sameq ~/Desktop/myfile.wmv
    /* code is poetry */

  10. #10
    Join Date
    Sep 2005
    Location
    Benbrook Texas
    Beans
    767
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: How to change AVI video format to WMV video format

    Quote Originally Posted by Nightstrike2009 View Post
    Have you tried Winff from official repos?

    It relies on gstreamer has a backend so its probably best to install "ubuntu restricted extras" first

    Hope that helps

    To install go to terminal and type:

    sudo apt-get install winff

    enter your root password and let ubuntu work its magic.

    Your problem maybe (But I don't know) that your player uses a "wrapper" to play its own files I had a sansa fuze that did that and you had to use "sansa media convertor" to add the wrapper so it could play it, I hope thats not the case has I don't know a way around that.

    PS: Perhaps use Oracle Virtualbox http://www.virtualbox.org/wiki/Linux_Downloads to install windows virtually and use your windows software inside ubuntu on that maybe the answer.
    I,too, am wanting to convert .AVI to .WMV so I followed your instructions here and it did convert my file. However, I cannot figure out how to 'select' the file in the folder.
    Attached Images Attached Images
    Lewis.

    ******

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •