Michael Torrie wrote: > With all the trash talking coming out of Apple regarding the Theora > video codec, I was reminded that I have quite a few homemade video clips > in the now-obsolete ogm container format. Try as I might, I cannot find > an easy way to remux them into standard ogg files. With ffmpeg I just > do something like this: > > ffmpeg -i youtubeclip.flv -acodec copy -vcodec copy youtubeclip.mp4
I'm an idiot. I tried using ffmpeg before to create an ogg container and it complained, but I just messed up the commands I guess. This works: ffmpeg -i myclip.ogm -acodec copy -vcodec copy myclip.ogg /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
