Jump to content

Recommended Posts

Posted

Hello,

 

i am currently trying to convert a WTV file to AVI. I however cannot find any download other than one you have to pay for. Does anyone have any ideas on this one as i am completly stumped.

 

I have tried MC-TV which converts it for free but it does not complete the conversion and leaves some off the clips.

Guest Guest
Posted
Format Factory, honetly it's brill
Posted
Format Factory, honetly it's brill

 

Another vote for Format Factory [Link: http://www.pcfreetime.com/]

 

The homepage states:

 

Format Factory is a multifunctional media converter.Provides functions below:

 

All to MP4/3GP/MPG/AVI/WMV/FLV/SWF.

All to MP3/WMA/AMR/OGG/AAC/WAV.

All to JPG/BMP/PNG/TIF/ICO/GIF/TGA.

 

Rip DVD to video file , Rip Music CD to audio file.

 

MP4 files support iPod/iPhone/PSP/BlackBerry format.

Supports RMVB,Watermark, AV Mux.

Format Factory's Feature:

1 support converting all popular video,audio,picture formats to others.

2 Repair damaged video and audio file.

3 Reducing Multimedia file size.

4 Support iphone,ipod multimedia file formats.

5 Picture converting supports Zoom,Rotate/Flip,tags.

6 DVD Ripper.

7 Supports 56 languages

 

OS requirements: All Windows OS

 

Worth a look [it is free and will run from a central shared location]

Posted

The latest version of FFmpeg (v0.8) released a few days ago can now decode WTV videos. Download the latest 32-bit or 64-bit static build from here: http://ffmpeg.zeranoe.com/builds/ (all you need is ffmpeg.exe from the \bin folder).

 

You could then use a batch file to convert all of the WTVs into Xvid AVIs (or any other format you want).

 

@echo off
for %%a in (*.wtv) do ffmpeg -y -i "%%a" -vcodec libxvid -acodec libmp3lame -b 2000k -ab 256k -f avi -vtag XVID "%%~na.avi"

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...