mrb-solutions Posted June 27, 2011 Posted June 27, 2011 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.
mrb-solutions Posted June 27, 2011 Author Posted June 27, 2011 Unfortunately it only converts the audio, no video is converted.
unixman Posted June 27, 2011 Posted June 27, 2011 Transcode_Wiki: Transcode Wiki should be able to do it. I haven't tried this exact conversion, but I have used it to convert some pretty bizarre formats.
mrb-solutions Posted June 27, 2011 Author Posted June 27, 2011 i cant find a download on the link you gave any help?
6Foot2 Posted June 27, 2011 Posted June 27, 2011 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]
mac_shinobi Posted June 27, 2011 Posted June 27, 2011 MC-TVConverter 2.0.0 - VideoHelp.com Downloads or WTV remux to MPG If you use the latter link ( graph edit ) then you can convert mpg / mpeg to avi handbrake.fr should allow mpeg ( mpg ) to avi I think
Arthur Posted June 27, 2011 Posted June 27, 2011 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"
nickbro Posted June 29, 2011 Posted June 29, 2011 Convert the file to a DVRMS file then use Windows Movie Maker to make it into a WMV. There is also DVRMSToolbox (DTB) - 1.2.2.4 - andy vt's tools & blog
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now