====== Sansa Fuze ====== ==== RockBox ==== * [[https://www.rockbox.org/wiki/PluginMpegplayer|RockBox MPEG Player]] * MPEG-2 video * MP3 audio * Width x Height: 220x176 * Video bitrate: 384k * Audio bitrate: 96k <code> avconv -y -i video.mp4 -vcodec mpeg2video -s 220x176 -vb 384k -acodec mp3 -ab 96k -o video.mpg </code> I added a udev rule in ''/etc/udev/rules.d/75-persistent-vfat.rules'' just for fun to have a ''/dev/sansa'' device for the internal drive <code> SUBSYSTEM=="block", ENV{ID_FS_UUID}=="A0BD-5FE2", SYMLINK+="sansa", ENV{GENERATED}="1" </code> When mounting the drive, use ''sync'' option in fstab so that it copies in real-time, and you don't have to wait a ton either running ''sync'' or unmounting the drive. <code> /dev/sansa /mnt/sansa vfat noauto,users,sync 0 0 </code> Copying large amounts of files to the disk will overwork the poor little device, and segfault RockBox usually at some point. Just run an fsck on the VFAT block device, and keep going. <code> fsck.vfat /dev/sdf </code>
Trace:
Article
Show pagesource
Log In
Search
Toolbox
What links here
Media Manager
Site index
Permanent link
Cite this article