문제

I create a flash application. This application send video and microphone stream to fms app, fms app store stream and create .f4v file.

How to convert FMS(ver.5) .f4v stream file to mpeg or avi with FFMPEG or other tool ?

Thanks Gabor

도움이 되었습니까?

해결책

Try that:

ffmpeg -i input.f4v ouput.avi

or

ffmpeg -i input.f4v ouput.mpg

If you want to check if your ffmpeg version support f4v type:

ffmpeg -formats

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top