Hey guys can you suggest any programs that will let me convert my .ogg to .avi?
Converting problems
Archived thread 1008606 from Ubuntu Studio. Markdown source: Ubuntu_Studio/thread_1008606_Converting_problems.md
You can do this with ffmpeg:
ffmpeg -i input.ogg -sameq output.avi
The sameq tells ffmpeg to use the same video quality as the source video.
If you want a prog with a gui, iriverter is in the repository download with synaptic.
howefield said: If you want a prog with a gui, iriverter is in the repository download with synaptic.
Thanks for the program but hte program will not start up for me, here is what I get when I try to start it up through terminal:
shivam@shivam-laptop:~$ iriverter
!!! An unhandled exception occured: class java.lang.UnsatisfiedLinkError --- iriverter 0.16 --- --- Settings: --- --- !!! no swt-pi-gtk-3236 in java.library.path !!! !!! java.lang.ClassLoader.loadLibrary(ClassLoader.java:1698) !!! java.lang.Runtime.loadLibrary0(Runtime.java:840) !!! java.lang.System.loadLibrary(System.java:1047) !!! org.eclipse.swt.internal.Library.loadLibrary(Library.java:123) !!! org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:22) !!! org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63) !!! org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54) !!! org.eclipse.swt.widgets.Display.<clinit>(Display.java:126) !!! org.thestaticvoid.iriverter.ConverterUI.<init>(ConverterUI.java:28) !!! org.thestaticvoid.iriverter.ConverterUI.main(ConverterUI.java:666) !!! Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.swt.widgets.Display at org.thestaticvoid.iriverter.ConverterUI.main(ConverterUI.java:675) shivam@shivam-laptop:~$
What should I do?
I don't get errors after install. :(
What does the iriverter text file look like ?
You'll find it in usr/bin/iriverter
I downloaded OGGConvert which works great, thanks for the help!