Thank You for your continued support and contributions!
PS - Why isnt Ogg THEORA supported while Ogg Vorbis is?
Im having a hard time converting video for rockbox on linux. I'm currently using VLC to convert to mpeg (at least i think, there are so many variations of mpeg listed). Converted videos never seem to play though.What is the proper process to convert video for the plugin, on either Linux or Windows?PS - Why isnt Ogg THEORA supported while Ogg Vorbis is?
mencoder "/path/to/source.ext" -o "/path/to/output.mpeg" -of mpeg -oac lavc -lavcopts acodec=mp2:abitrate=192 -af resample=44100:0:0 -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=250 -vf scale,harddup -ofps 25 -zoom -xy 320
I found mencoder on google:
WinFF just uses FFMpeg, and can be compiled for linux anyway. Why exactly are you using Wine with it?
./winff: error while loading shared libraries: libgdk_pixbuf.so.2: cannot open shared object file: No such file or directory
$ ./winff[FORMS.PP] ExceptionOccurred Sender=EInOutError Exception=File not found Stack trace: $08078DE9 $0806F8D1 $0807113C $080775C2 $08053A44TApplication.HandleException File not found Stack trace: $08078DE9 $0806F8D1 $0807113C $080775C2 $08053A44Runtime error 217 at $0805EA5A $0805EA5A $0805EE54 $08077603 $08053A44 $080539B1
Unfortunately MpegPlayer does not play the files I converted with mencoder properly (I used the command line from the wiki). When I play one of those files, after a while the video suddenly skips several seconds ahead, then drops down to ~4fps until the audio has caught up. It then continues to play smoothly for a few seconds and then the same thing happens again.
mencoder.exe -of mpeg -oac mp3lame -lameopts preset=medium -af resample=44100:0:0 -ovc lavc -ofps 25 -lavcopts vcodec=mpeg2video:vqscale=8:vmax_b_frames=4:keyint=50 -vf scale,harddup -zoom -xy 220 [inputfile(s)] -o [outputfile]
Video is half the size of 5G video ipod screens though.
Page created in 0.106 seconds with 17 queries.