SenorKaffee
6th December 2005, 10:38
Iīm looking for a way to convert an FLV Flash Video ripped from an SWF files to AVI.
Since the RIVA FLV Encoder uses FFMPEG I thought I could use it for the conversion but I just get this output.
ffmpeg -i "d:\streamvideo1.flv" -vcodec hyuv "d:\streamvideo.avi"
ffmpeg version 0.4.9-pre1, build 4751, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-memalign-hack --enable-mp3lame --enable-mingw32 --ext
ra-cflags=-I/local/include --extra-ldflags=-L/local/lib --enable-amr_nb
built on Mar 29 2005 07:26:02, gcc: 3.2.3 (mingw special 20030504-1)
[flv @ 0040F954]Unsupported video codec (4)
d:\streamvideo1.flv: could not find codec parameters
Do you know another way to convert?
Since the RIVA FLV Encoder uses FFMPEG I thought I could use it for the conversion but I just get this output.
ffmpeg -i "d:\streamvideo1.flv" -vcodec hyuv "d:\streamvideo.avi"
ffmpeg version 0.4.9-pre1, build 4751, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-memalign-hack --enable-mp3lame --enable-mingw32 --ext
ra-cflags=-I/local/include --extra-ldflags=-L/local/lib --enable-amr_nb
built on Mar 29 2005 07:26:02, gcc: 3.2.3 (mingw special 20030504-1)
[flv @ 0040F954]Unsupported video codec (4)
d:\streamvideo1.flv: could not find codec parameters
Do you know another way to convert?