tags:

views:

23

answers:

1

Anyone here knows the command?

A: 

As long as your build of FFmpeg supports the codecs within your .rm file, this should work.

ffmpeg -i video.rm -vcodec mpeg4 -acodec libmp3lame output.avi
Mondain