The best way I found to do this involves a PeeCee. If you download a free application called STOIK video convertor ( http://www.stoik.com/products/morphman/mm30_svc.htm ), it will allow you to save the WMV as an AVI. The trick is you MUST pick both an audio and a video CODEC that Quicktime can use. I use MJPEG (Motion JPEG) for video and A-Law for audio. The file it saves is quite large, but they work beautifully in Quicktime Player and also burn flawlessly in Toast 6 (and are much smaller again after Toast re-encodes them). I actually think the resultant video DVD's I have made this way look better than the original in Windows Media Player (less compression artifacts)! I have not tried this in Virtual PC, but it should work there as well. STOIK VC is very fast at encoding them to Quicktime useable AVI's.
-Vaj
+ Reply to Thread
Results 1 to 12 of 12
-
-
I use ifoedit in Virtual PC, so I tried Stoik that way with no success. The host machine is a 1.25GHz G4 eMac with 768mb pc2700. The virtual 98 had to be upgraded with DirectX8.1, the 9-series WMP and k-lite codec pack standard to be able to play and render a 768kbs Windows Movie created in WinME, captured from a vhs tape.
The original WMV plays well on a real pc and on the Mac in OS X in WMP for X, but not well(jerky sound, dropped frame video) in Virtual 98.
Transcoding went at about 1.4fps, so the one hour WMV would have taken about a day to complete. I stopped at about 1000 frames as a test.
If you save the QT.avi to the virtual desktop it will take as long to copy it back to the host machine as it did to create it. Only m-player for OS X could render the partial file copied over to the host, not QT or even VLC.
The second test save was made directly to an external fw hd to save time getting it out of the virtual 98 with the same results.
The 1000 frames test files played back in mplayer had choppy sound and frozen video.
I haven't tried the conversion on the WinME machine yet.
edit ***** 11/9/04 10 p.m.
I running Stoik now. This is useless. I have a 1.1 GHz eMachine with 512mb pc100 and a 7200 rpm ultra dma 133 hd. Stoik is converting 1.08fps. WTF? Virtual PC ran one-third faster. VLC couldn't play the clip and when I tried to play a 48sec converted avi in WMP 9 it locked up the computer and I was forced to physically unplug the machine to shut it down. -
New issue of Mac Addict (#100)
says that forty-two DVDDVX Plus
can do it. Anybody tried it yet?"Everyone has to learn, so that they can one day teach."
------------------------------------------------------
When I'm not here, Where can I be found?
Urban Mac User -
I've used a darwinports build of mencoder (part of MPlayer) to convert a .wmv or .asf file to a divx avi file. I don't know if that helps you or not. If you have ffmpegX installed then in Terminal.app:
'/Library/Application Support/ffmpegX/mencoder' -ovc lavc /Volumes/Fire/HOLDING/Some\ film.asf -oac mp3lame -lavcopts vbitrate=12000:vhq:keyint=250 -o /Volumes/Fire/HOLDING/ReCode.avi
I still haven't found a perfect sweet spot for bitrate settings, so you may need to readjust. You can tinker around with the settings by converting only a minute to see the effects:
'/Library/Application Support/ffmpegX/mencoder' -ovc lavc /Volumes/Fire/HOLDING/Some\ film.asf -oac mp3lame -lavcopts vbitrate=12000:vhq:keyint=250 -ss 0:25:30 -endpos 0:01:00 -o /Volumes/Fire/HOLDING/ReCode.avi
Yields a tasty divx avi file. Though I have absolutely no idea if Toast can use it. Quicktime doesn't complain, so I'm happy. -
Originally Posted by terryj
-
I got Forty-TwoDVD-VXPlus, but can't get DivX to install.
I'm running OSX 10.3.5
The installers for both DivX 5.1.1 and 5.2.1 give an error saying the installer appears damaged.
I'm just trying to get some WMV files to open up in Quicktime so I can convert them to m2v files for DVD Studio Pro...
And while I can't yet view them, I did a couple of tests with 42 - and the resulting AVI files have a size of Zero KB. Doesn't Forty-Two make standalone files, not files that are dependant on another file? -
Go off and rule the universe from beyond the grave. Or check into a psycho ward, whichever comes first, eh?
-
Have you tried just opening Toast and chosing the Video tab and dropping the WMV into the window? I have had great success in getting Toast to read old .AVI, .WMA, .WMV files then I can export the file to a .DV for editing in whatever I want...
-
what version of stuffit are you using? maybe that's the issue... ?
Originally Posted by mhar4 -
Originally Posted by anaxamander
VLC.
after 39% processing, I got this fatal error:
sh: line 1: 721 Segmentation fault
and Terminal stops. Is there a way to force it through to the end? -
Well... I don't know what happened. I don't know if it is possible to skip over a few seconds in a conversion automatically, but you can try manually. This will yield 2 avi files, but it MAY be possible to join them into 1 (I haven't really tried). For now, I'll just assume you got a watchave Part1.avi (which might be missing an index, so it won't be playable - or seekable in QuickTime).
When you were converting on on the command line, you probably had output like this:
Code:36 duplicate frame(s)! Pos: 109.1s 280f (55%) 10fps Trem: 0min 0mb A-V:0.002 [103:143]
econds format. Then:
Code:'/Library/Application Support/ffmpegX/mencoder' -ovc lavc /Volumes/Fire/HOLDING/Some\ film.asf -oac mp3lame -lavcopts vbitrate=12000:vhq:keyint=250 -ss 0:11:49 -o /Volumes/Fire/HOLDING/ReCode2.avi
----------------------------
As for joining .avi files... I'm not sure if the first part sould or should NOT have an index at the end. I've used this before (by no means a perfect result - some sort of problem with the avi index), but maybe you might have better results:
First, join the files into a raw combined avi file:
Code:cat /Volumes/Fire/HOLDING/ReCode1.avi /Volumes/Fire/HOLDING/ReCode2.avi > /path/to/combined/ComboFile.avi
Code:mencoder -idx -ovc copy -oac copy -o /Volumes/Fire/FinalOutput.avi /path/to/combined/ComboFile.avi
-
I also purused the ffmpegX forum,
and found Domy's settings to help:
https://www.videohelp.com/forum/viewtopic.php?t=221165&highlight=wmv
I got the video intact, but even with inverse mapping,
I still got no sound. So i went and used AHPro
to hijack VLC, and re-recorded the audio to 16bit
2 channel 48.8khz. A simple "add scaled" in QT pro,
and I was done!
thanks for the heads up though!"Everyone has to learn, so that they can one day teach."
------------------------------------------------------
When I'm not here, Where can I be found?
Urban Mac User
Similar Threads
-
Convert audio file og WMV HD video
By karebo in forum AudioReplies: 2Last Post: 27th Aug 2011, 09:15 -
Cannot convert 7.5 GB mkv file to wmv?
By killazys in forum Video ConversionReplies: 1Last Post: 17th Feb 2010, 19:07 -
How to convert .CBR video file to WMV or AVI?
By microline2009 in forum Newbie / General discussionsReplies: 2Last Post: 22nd Jan 2009, 02:05 -
wmv file wont play nor convert
By excitezone in forum Newbie / General discussionsReplies: 7Last Post: 18th Dec 2007, 12:56 -
May I know which software can convert a wmv or asf file to better viewable
By sniper in forum Newbie / General discussionsReplies: 4Last Post: 6th Aug 2007, 12:22