Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
sansa_fuze [2017/08/01 01:16] beandog |
sansa_fuze [2021/10/17 19:36] (current) beandog [RockBox] |
||
---|---|---|---|
Line 7: | Line 7: | ||
* MPEG-2 video | * MPEG-2 video | ||
* MP3 audio | * MP3 audio | ||
- | * Width x Height: 220x176 | + | * Width x height: 220x176 |
* Video bitrate: 384k | * Video bitrate: 384k | ||
* Audio bitrate: 96k | * Audio bitrate: 96k | ||
<code> | <code> | ||
- | avconv -y -i video.mp4 -vcodec mpeg2video -s 220x176 -vb 384k -acodec mp3 -ab 96k -o video.mpg | + | ffmpeg -i video.mp4 -vcodec mpeg2video -s 220x176 -vb 384k -acodec mp3 -ab 96k -y video.mpg |
</code> | </code> | ||
Line 58: | Line 58: | ||
<code> | <code> | ||
+ | mkdir ../build | ||
+ | cd ../build | ||
../tools/configure | ../tools/configure | ||
</code> | </code> | ||
+ | |||
+ | The target for the Sansa Fuze is 58. | ||
+ | |||
+ | Run ''make'' as normal to build the install! |