ephracis
April 21st, 2009, 10:55 AM
Ok, so now I have recorded some stuff using my webcam and Cheese. The format is of course ogg video (ogv). Don't know the actual codec, though.
As we all know there are no good video editing tools for Linux so I figured I would just put it on my Windows box and use Movie Maker. Well, Windows doesn't care for open formats, so Movie Maker can only use the common formats like avi, mpg, etc. So I need to convert my files.
I did some Googling and found, on this forums, people with the same problem.
It didn't work:
First some mencoder tips:
$ mencoder -idx input.ogv -ovc -lavc mp3lame -o output.avi
MEncoder 2:1.0~rc2-0ubuntu17 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM) Duo CPU T2350 @ 1.86GHz (Family: 6, Model: 14, Stepping: 12)
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
Option ovc: Unknown suboption -lavc
Error parsing option on the command line: -ovc
Exiting... (error parsing command line)
Yeah, a command option that doesn't work. Dead stop there.
Next some ffmpeg magic:
$ ffmpeg -i input.ogv output.avi
FFmpeg version r11872+debian_3:0.svn20080206-12ubuntu3.1, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-x11grab --prefix=/usr --enable-libgsm --enable-libtheora --enable-libvorbis --enable-pthreads --disable-strip --enable-libfaad --enable-libfaadbin --enable-liba52 --enable-liba52bin --enable-libdc1394 --disable-armv5te --disable-armv6 --disable-altivec --disable-vis --enable-shared --disable-static
libavutil version: 49.6.0
libavcodec version: 51.50.0
libavformat version: 52.7.0
libavdevice version: 52.0.0
built on Mar 13 2009 17:48:10, gcc: 4.3.2
Input #0, ogg, from 'input.ogv':
Duration: 00:14:10.6, start: 0.000000, bitrate: 1749 kb/s
Stream #0.0: Video: theora, 320x240 [PAR 0:0 DAR 0:0], 30.00 tb(r)
Stream #0.1: Audio: vorbis, 44100 Hz, mono, 80 kb/s
swScaler: Unknown format is not supported as input format
Cannot get resampling context
Yeap, that didn't work either.
Please, if you insist on using open containers and codecs can you at least give me some tool to convert it to a format that works with the rest of the world? I would love some easy GUI-based app that just works. I tried avidemux (gtk) and all I get is "cannot open file". So that's a dead end as well.
How can I make my files usable?
As we all know there are no good video editing tools for Linux so I figured I would just put it on my Windows box and use Movie Maker. Well, Windows doesn't care for open formats, so Movie Maker can only use the common formats like avi, mpg, etc. So I need to convert my files.
I did some Googling and found, on this forums, people with the same problem.
It didn't work:
First some mencoder tips:
$ mencoder -idx input.ogv -ovc -lavc mp3lame -o output.avi
MEncoder 2:1.0~rc2-0ubuntu17 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM) Duo CPU T2350 @ 1.86GHz (Family: 6, Model: 14, Stepping: 12)
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
Option ovc: Unknown suboption -lavc
Error parsing option on the command line: -ovc
Exiting... (error parsing command line)
Yeah, a command option that doesn't work. Dead stop there.
Next some ffmpeg magic:
$ ffmpeg -i input.ogv output.avi
FFmpeg version r11872+debian_3:0.svn20080206-12ubuntu3.1, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-x11grab --prefix=/usr --enable-libgsm --enable-libtheora --enable-libvorbis --enable-pthreads --disable-strip --enable-libfaad --enable-libfaadbin --enable-liba52 --enable-liba52bin --enable-libdc1394 --disable-armv5te --disable-armv6 --disable-altivec --disable-vis --enable-shared --disable-static
libavutil version: 49.6.0
libavcodec version: 51.50.0
libavformat version: 52.7.0
libavdevice version: 52.0.0
built on Mar 13 2009 17:48:10, gcc: 4.3.2
Input #0, ogg, from 'input.ogv':
Duration: 00:14:10.6, start: 0.000000, bitrate: 1749 kb/s
Stream #0.0: Video: theora, 320x240 [PAR 0:0 DAR 0:0], 30.00 tb(r)
Stream #0.1: Audio: vorbis, 44100 Hz, mono, 80 kb/s
swScaler: Unknown format is not supported as input format
Cannot get resampling context
Yeap, that didn't work either.
Please, if you insist on using open containers and codecs can you at least give me some tool to convert it to a format that works with the rest of the world? I would love some easy GUI-based app that just works. I tried avidemux (gtk) and all I get is "cannot open file". So that's a dead end as well.
How can I make my files usable?