![]() ![]() |
Jul 31 2005, 04:41 PM
Post
#1
|
|
|
SuperGeek ![]() ![]() ![]() ![]() Group: Members Posts: 2,009 Joined: 11-May 04 From: I travel a lot! Member No.: 40,624 |
Anyone know if I can install a windows media 9 codec so that I can extract from a wmv9 clip with ffmpeg? Currently mpeg, avi, and some older wmvs work but newer ones give the error:
QUOTE Input #0, asf, from 'test9.wmv':
Duration: 00:02:40.5, start: 0.000500, bitrate: 144 kb/s Stream #0.0: Audio: wmav2, 16000 Hz, mono, 16 kb/s Stream #0.1: Video: WMV3, 320x240, 1.00 fps Output #0, image, to 'gordon%d.jpg': Stream #0.0: Video: rawvideo, yuvj420p, 320x240, 1.00 fps, q=2-31, 200 kb/s Stream mapping: Stream #0.1 -> #0.0 Unsupported codec (id=0) for input stream #0.1 This is a RHE box. tia |
|
|
|
Aug 1 2005, 07:22 AM
Post
#2
|
|
|
Techie ![]() ![]() Group: Members Posts: 228 Joined: 10-August 04 Member No.: 37,964 |
you could use MEncoder from mplayer that supports most formats.
Should be able to convert wma's. AndiC |
|
|
|
Aug 1 2005, 07:32 AM
Post
#3
|
|
|
SuperGeek ![]() ![]() ![]() ![]() Group: Members Posts: 2,009 Joined: 11-May 04 From: I travel a lot! Member No.: 40,624 |
hrm I dont see anything on there about mencoder being able to convert the new wmvs...
I did see this, which makes me think its not possible: QUOTE 2.1.1.3. ASF/WMV files
ASF (Active Streaming Format) comes from Microsoft. They developed two variants of ASF, v1.0 and v2.0. v1.0 is used by their media tools (Windows Media Player and Windows Media Encoder) and is very secret. v2.0 is published and patented http://www.mplayerhq.hu/DOCS/HTML-single/e...er.html#asf-wmv |
|
|
|
Aug 1 2005, 07:41 AM
Post
#4
|
|
|
Techie ![]() ![]() Group: Members Posts: 228 Joined: 10-August 04 Member No.: 37,964 |
Are you sure these files are wma v2?
have you tried to play them under mplayer? Mencode i thought it could dump any video source to a selected format, perhaps not. AndiC |
|
|
|
Aug 1 2005, 07:47 AM
Post
#5
|
|
|
SuperGeek ![]() ![]() ![]() ![]() Group: Members Posts: 2,009 Joined: 11-May 04 From: I travel a lot! Member No.: 40,624 |
Not sure. Windows media player says the codec is WMV9 :
QUOTE Windows Media Video 9
heres the file, do you have mplayer installed? if so would you mind trying to dump a frame? http://images.putfile.com/top10/gordon.wmv This is the command I am using: QUOTE ffmpeg -an -y -ss 0:0:3.001 -t 0:0:0.001 -i gordon.wmv -f image -img jpeg gordon%d.jpg
Thanks for the help. |
|
|
|
Aug 1 2005, 07:51 AM
Post
#6
|
|
|
Techie ![]() ![]() Group: Members Posts: 228 Joined: 10-August 04 Member No.: 37,964 |
i found googling... not found the syntax yet
QUOTE I have used
mplayer/mencoder to conver RealVideo or MS WMA/WMV files to mpeg I guess the way mplayer works .. if you can play the files you can convert them! AndiC |
|
|
|
Aug 1 2005, 08:02 AM
Post
#7
|
|
|
Techie ![]() ![]() Group: Members Posts: 228 Joined: 10-August 04 Member No.: 37,964 |
something like this i think... hoever there are many options
QUOTE mencoder foo.wmv -o foo.avi
AndiC |
|
|
|
Aug 1 2005, 08:03 AM
Post
#8
|
|
|
Techie ![]() ![]() Group: Members Posts: 228 Joined: 10-August 04 Member No.: 37,964 |
QUOTE `mencoder infile.wmv -ovc lavc -oac lavc -o outfile.avi'
AndiC |
|
|
|
Aug 5 2005, 12:16 AM
Post
#9
|
|
|
SuperGeek ![]() ![]() ![]() ![]() Group: Members Posts: 2,313 Joined: 26-October 03 From: Montréal Member No.: 38,441 |
ffdshow claims to have incomplete support for WMV8 if that helps
-------------------- Regards, Guspaz.
|
|
|
|
Aug 5 2005, 05:23 AM
Post
#10
|
|
|
SuperGeek ![]() ![]() ![]() ![]() Group: Members Posts: 2,009 Joined: 11-May 04 From: I travel a lot! Member No.: 40,624 |
Thanks, but can already do wm8....
as ffmpeg is built on mplayer, not had any more luck with mplayer. Im thinking i need to install a codec for wm9, but I cant find one anywhere. |
|
|
|
Aug 5 2005, 05:47 AM
Post
#11
|
|
|
dupemail ![]() Group: Members Posts: 74 Joined: 17-February 04 Member No.: 39,633 |
|
|
|
|
Aug 5 2005, 05:48 AM
Post
#12
|
|
|
SuperGeek ![]() ![]() ![]() ![]() Group: Members Posts: 2,009 Joined: 11-May 04 From: I travel a lot! Member No.: 40,624 |
Im on Linux, thanks tho.
|
|
|
|
Aug 5 2005, 05:54 AM
Post
#13
|
|
|
dupemail ![]() Group: Members Posts: 74 Joined: 17-February 04 Member No.: 39,633 |
doh sorry, why can't you convert it on a windows box and upload it? or are you looking for an automated process to create thumbnails/convert to better format?
|
|
|
|
Aug 5 2005, 05:57 AM
Post
#14
|
|
|
SuperGeek ![]() ![]() ![]() ![]() Group: Members Posts: 2,009 Joined: 11-May 04 From: I travel a lot! Member No.: 40,624 |
exactly, yes, autothumbs.
|
|
|
|
Aug 6 2005, 11:38 PM
Post
#15
|
|
|
SuperGeek ![]() ![]() ![]() ![]() Group: Members Posts: 2,313 Joined: 26-October 03 From: Montréal Member No.: 38,441 |
I doubt you could even do it on Windows, I don't think there is a Video For Windows driver for WM9. Microsoft doesn't want you to be able to transcode DRM'd content.
Maybe parse the Windows XP "thumbs.db" file? Problem with that is that the first frame of a video is usually black. -------------------- Regards, Guspaz.
|
|
|
|
Aug 15 2007, 01:54 PM
Post
#16
|
|
|
Newbie Group: Members Posts: 4 Joined: 14-February 07 Member No.: 47,416 |
|
|
|
|
Aug 28 2007, 04:48 AM
Post
#17
|
|
|
Newbie Group: Members Posts: 10 Joined: 12-July 07 From: India Member No.: 48,932 |
Were you able to resolve this. I saw the time stamp was 2005 You can use the Sonic Foundry Sound Forge software to convert files. -------------------- |
|
|
|
![]() ![]() |
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
| Lo-Fi Version | Time is now: 31st July 2010 - 07:45 AM |





Jul 31 2005, 04:41 PM



