Hello,
I have a 68 MB WMV file that is a recording of a webinar held on GoToMeeting. I want to make it available on a UNIX-hosted website. From various other posts I read on EE I see the value of converting it to flash. I use Dreamweaver 8 to create and manage my web pages so presumably once it is in FLV format I will be able to insert it onto a page using Dreamweaver.
I downloaded WinFF and installed it. When I try to do the conversion I receive these messages, ending in a conversion error:
C:\Program Files\WinFF>chcp 1252
Active code page: 1252
C:\Program Files\WinFF>title Converting DiversityWebinar.wmv (1/1)
C:\Program Files\WinFF>"C:\Program Files\WinFF\ffmpeg.exe" -i "F:\Temp\Diversity
Webinar.wmv" -vcodec flv -f flv -r 29.97 -s 320x240 -aspect 4:3 -b 300kb -g 160
-cmp dct -subcmp dct -mbd 2 -flags +aic+cbp+mv0+mv4 -trellis 1 -ac 1 -ar 22050
-ab 56kb "F:\Temp\DiversityWebinar.
flv"
FFmpeg version SVN-r15986, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration: --extra-cflags=-fno-common
--enable-memalign-hack --enable-pthr
eads --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libtheora
--enable-libspeex --enable-libfaac --enable-libgsm --enable-libx264 --enable-lib
schroedinger --enable-avisynth --enable-swscale --enable-gpl
libavutil 49.12. 0 / 49.12. 0
libavcodec 52. 6. 0 / 52. 6. 0
libavformat 52.23. 1 / 52.23. 1
libavdevice 52. 1. 0 / 52. 1. 0
libswscale 0. 6. 1 / 0. 6. 1
built on Dec 3 2008 01:59:37, gcc: 4.2.4
Input #0, asf, from 'F:\Temp\DiversityWebinar.
wmv':
Duration: 00:57:30.98, start: 3.000000, bitrate: 165 kb/s
Stream #0.0: Audio: wmav2, 44100 Hz, mono, s16, 48 kb/s
Stream #0.1: Video: wmv3, 1920x1200, 3294 kb/s, 1000.00 tb(r)
File 'F:\Temp\DiversityWebinar.
flv' already exists. Overwrite ? [y/N] y
swScaler: Unknown format is not supported as input pixel format
Cannot get resampling context
C:\Program Files\WinFF>pause
Press any key to continue . . .
One post suggested changing the extension from WMV to ASF. I tried that and I get the same result.
Can anyone provide insight into what is happening and how to get the file converted to FLV format?
Thanks.
Pete