Support and General Use > Plugins/Viewers
mpeg video on iriver H10 20GB
undergroundx:
Hello everyone im new to the forums. Anyways ive been having some problems with my iriver H10 20gb i have been trying to get videos to play on there. I get them to play but they screen doesnt fit and the sound doesnt match. Ive been trying to figure this out for a week to convert using ffmpeg to make everything working but i cant. Look at this and see if anyone can help me
http://www.rockbox.org/twiki/bin/view/Main/PluginMpegplayer
here is the link to the video i want its already converted to mpeg but not the right size and setup for my iriver if someone could tell me the ffmpeg command i would very much appreciate it. Cuase ive been trying for ever.
ConvertTube_com.mpeg that is the format and the name of it. How do i make it fit the iriver H10 using ffmpeg please someone help desperate need. Thanks alot in advance.
cool_walking_:
As the wiki (sort of) says:
ffmpeg -i [inputfilename] -s [displayresolution] -vcodec mpeg2video -b 200k -ab 192k -ac 2 -ar 44100 -acodec mp3 [outputfilename]
undergroundx:
ffmpeg -i [inputfilename] -s [displayresolution] -vcodec mpeg2video -b 200k -ab 192k -ac 2 -ar 44100 -acodec mp3 [outputfilename]
Yeah i did that part but for the output file name? What goes there the audio format mp3,wav,etc or just the video your copying and what format not quiet sure.
cool_walking_:
[inputfilename] is the source file to convert from, and [outputfilename] is the new file that will be created.
Don't make [outputfilename] the same as [inputfilename] or I think it'll try to overwrite the source file as it's reading it, probably leaving you with nothing but a corrupt file.
undergroundx:
ok thanks. Ill try it and see what happens.
Navigation
[0] Message Index
[#] Next page
Go to full version