Is there anyway to convert .rm to .flv using terminal? Because .rm file is not running in Mplayer in my Ubuntu 12.04.
OS Detail:
Linux HP-CQ40 3.8.0-39-generic #58~precise1-Ubuntu SMP Fri May 2 21:33:17 UTC 2014
i686 i686 i386 GNU/Linux
Is there anyway to convert .rm to .flv using terminal? Because .rm file is not running in Mplayer in my Ubuntu 12.04.
OS Detail:
Linux HP-CQ40 3.8.0-39-generic #58~precise1-Ubuntu SMP Fri May 2 21:33:17 UTC 2014
i686 i686 i386 GNU/Linux
Easiest is with avconv (and no special options):
avconv -i samplevideo.rm samplevideo.flv
(in case someone suggests ffmpeg: Is FFmpeg missing from the official repositories in 14.04? )
Installation of avconv:
sudo apt-get install libav-tools
For all your GUI users (yeah you!):
Duration: 01:19:01.32, start: 0.000000, bitrate: 301 kb/s Stream #0.0: Data: [0][0][0][0] / 0x0000, 32 kb/s Stream #0.1: Data: [0][0][0][0] / 0x0000, 265 kb/s `
– user236778 May 20 '14 at 15:34