Thank You for your continued support and contributions!
ffmpeg -strict -2
ffmpeg -i "INPUTFILENAME" -s 320x240 -vcodec mpeg2video -b 512k -r 12 -strict -2 -ab 128k -ac 2 -ar 44100 -acodec mp3 "OUTPUTFILENAME"
-i : input filename-s : output size (ipod video and youtube are 320x240) -vcodec : choose between mpeg1video and mpeg2video-b : output video bitrate (must not be too high nor too low)-r : output frame rate (on ipod video, a fullscreen video should not have a frame rate higher than 15 fps)-strict -2 : force ffmpeg to be less strict about the mpeg standards (use this if your frame rate is below 23.98)-bf : set number of b-frames (maximum is 16), which are supposed to ease the decoding of the video (???)-ab : audio bitrate (128k is average quality ; youtube videos have a 64k bitrate)-ac : (1 = mono; 2 = stereo : youtube is in mono)-ar 44100 : MUST BE 44.1 kHz !-acodec : can be mp1, mp2 or mp3 (N.B. under Microsoft Windows, it must be: libmp3lame)
I think Delta refered to youtube as a comparison because clips have a similar definition (or is it resolution?) to media player's screens and share some bandwidth/cpu-power issues because of being run on flash or some such script language.
are you guys saying that ipod cpu isn't just crap when playing gameboy games but media files useless even with a mpeg viewer unless we rip the media ourselves and encode it suitable to rockbox??
Page created in 0.116 seconds with 14 queries.