-
12-29-2011, 07:44 AM #1New Member
Achievements:


- Join Date
- Dec 2011
- Location
- Caverham/UK
- Posts
- 2
- Points
- 833
- Level
- 7
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
SA3VBE04 (GoGear Vibe 4GB) - Philips SongBird Video Covert on Linux
I recently purchased a GoGear Vibe 4GB (SA3VBE04) for my daughter. However I run Linux (Ubuntu 11.10) on our home PCs and I cannot find a way to convert videos to a format acceptable to this Philips mp4 player. I understand that the player only supports MJPEG and that the recommended way to get video onto it is to use the Philips version of Songbird. However Philips Songbird will not run on Ubuntu (using the windows emulator - Wine).
So is there any other way to convert video to a format acceptable by this device (on a Linux/Ubuntu system)? Or even will it accept any other format (the specification would seem to indicate that it won't)
-
12-29-2011, 11:36 AM #2Bronze Member
Achievements:



- Join Date
- May 2011
- Location
- berlin
- Posts
- 30
- Points
- 1,655
- Level
- 11
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
You can use ffmpeg from command line, the format is:
- MOV Container
- MJPEG video coded 160x128 512kb bitrate 25-30 fps
- ADPCM audio codec samplerate of 22050Hz
This is the script I use:
Code:#!/bin/sh # GoGearVibeConvert.sh - converts videos to be played on Philips GoGear Vibe [ "x$1" != "x" ] || { echo "usage: $(basename $0) <input file>" 1>&2; exit 1; } ffmpeg -i "$1" \ -f mov \ -vcodec mjpeg -s 160x128 -b 512k -r 25 \ -acodec adpcm_ima_wav -ab 192k -ar 22050 \ -metadata title="${1}.mp4" \ "${1}.mp4"
-
12-29-2011, 03:31 PM #3New Member
Achievements:


- Join Date
- Dec 2011
- Location
- Caverham/UK
- Posts
- 2
- Points
- 833
- Level
- 7
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
-
05-13-2012, 04:40 PM #4New Member
Achievements:


- Join Date
- May 2012
- Posts
- 3
- Points
- 478
- Level
- 5
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
-
11-30-2012, 01:27 PM #5New Member
Achievements:

- Join Date
- Nov 2012
- Location
- Malaysia/Johor Bahru
- Posts
- 2
- Points
- 89
- Level
- 1
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
I recently purchased a GoGear Vibe 4GB (SA3VBE04).However I run Windows 7.The file support for videos is MJPEG[160*128]. How do I convert the videos to MJPEG if I'm using Windows 7?Please reply...
-
11-30-2012, 01:40 PM #6New Member
Achievements:

- Join Date
- Nov 2012
- Location
- Malaysia/Johor Bahru
- Posts
- 2
- Points
- 89
- Level
- 1
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
I recently purchased a GoGear Vibe 4GB (SA3VBE04).However I run Windows 7.The file support for videos is MJPEG[160*128]. How do I convert the videos to MJPEG if I'm using Windows 7?Please reply...
-
12-03-2012, 08:30 AM #7Platinum Member
Achievements:



Awards:
- Join Date
- Feb 2011
- Posts
- 723
- Points
- 2,996
- Level
- 15
- Thanks
- 1
- Thanked 5 Times in 5 Posts
- Rep Power
- 3
Hi Sparky please start a new thread/topic
Similar Topics
-
Songbird don't recognise video capability of my gogearc am 4gb
By satiryco in forum Sound: Other MP3/MP4 ModelsReplies: 14Last Post: 02-25-2012, 08:25 PM -
Philips Gogear Spark 4GB Freezing on startup
By Jaster in forum Sound: GoGear SA2-series (2010)Replies: 12Last Post: 12-23-2011, 02:57 AM -
Resuming a shuffle session (ViBE GoGear Mix 4GB)
By Spike in forum Sound: GoGear SA3-series (2011)Replies: 1Last Post: 12-15-2011, 11:10 PM -
GoGear Vibe 4GB - Problem with no sound in video files | Encoder Settings
By ZeroLiberator in forum Sound: GoGear SA2-series (2010)Replies: 2Last Post: 11-22-2011, 08:38 AM -
Transfer audio and video files using Philips Songbird
By Philips - Gary in forum Sound: MP3/MP4 Product SupportReplies: 0Last Post: 07-07-2011, 10:50 AM

Reply With Quote

Bookmarks