Hello, I need to convert some dat videos to mp4 for my mom's Philips Gogear Vibe mp3 video player. I tried with different converters to no avail and by doing mediainfo in one of the videos preinstalled in the device it shows these results:
General
Complete name : U:\Alejandro\Formula.mp4
Format : MPEG-4
Format profile : QuickTime
Codec ID : qt
File size : 20.4 MiB
Duration : 1mn 52s
Overall bit rate : 1 524 Kbps
Movie name : vibe.avi
Encoded date : UTC 2010-02-25 10:41:43
Tagged date : UTC 2010-02-25 10:41:43
Writing application : VirtualDubMod 1.6.0.0 SURROUND (build 2560/release)
Video
ID : 2
Format : JPEG
Codec ID : jpeg
Duration : 1mn 52s
Bit rate mode : Variable
Bit rate : 1 343 Kbps
Width : 128 pixels
Height : 128 pixels
Display aspect ratio : 1.000
Frame rate mode : Variable
Frame rate : 30.000 fps
Minimum frame rate : 29.703 fps
Maximum frame rate : 30.303 fps
Compression mode : Lossy
Bits/(Pixel*Frame) : 2.731
Stream size : 18.0 MiB (88%)
Language : English
Encoded date : UTC 2010-02-25 10:41:43
Tagged date : UTC 2010-02-25 10:41:43
Audio
ID : 1
Format : ADPCM
Codec ID : 11
Codec ID/Hint : Intel
Duration : 1mn 52s
Bit rate mode : Constant
Bit rate : 176.4 Kbps
Channel(s) : 2 channels
Sampling rate : 22.05 KHz
Stream size : 2.36 MiB (12%)
Language : English
Encoded date : UTC 2010-02-25 10:41:43
Tagged date : UTC 2010-02-25 10:41:43
Which program should i use to convert my dat files to that format and what specifications should i use?
+ Reply to Thread
Results 1 to 21 of 21
-
-
Try format factory and choose the mobile output profile. You should be able to adjust the paramaters that you need.
Donatello - The Shredder? Michelangelo - Maybe all that hardware is for making coleslaw? -
Have you tried use the included "Media Converter for Philips"? If it doesn't support your source file then convert it to avi, mpg ,etc first.
-
Thanks for the advices, format factory doesnt seem to convert to 128X128 as needed and Media Converter for Philips doesnt support my media player (sa2vbe08k/55).
From the data of Mediainfo, it seems that virtualdubmod can convert the video to what is specified, but i dont understand what does jpeg extension is doing in the video.
Any advice? -
MJPEG
Moving JPEG. A moving image which is made by storing each frame of a moving picture sequence in JPEG compression, then decompressing and displaying each frame at rapid speed to show the moving picture.M-JPEG does not use interframe coding as MPEG does. Sometimes called Motion JPEG. -
-
Hi,
I have the same problem...
I cant reach the specs to the video, inserted in the player.
It shows me, that the file is mjpeg in *.mp4.
here are the cpecs:
Format : MPEG-4
Format profile : QuickTime
Codec ID : qt
File size : 9.18 MiB
Duration : 1mn 52s
Overall bit rate : 687 Kbps
Movie name : Formula 1 (160x128)
Encoded date : UTC 2011-01-25 09:03:17
Tagged date : UTC 2011-01-25 09:03:17
Writing application : VirtualDubMod 1.6.0.0 SURROUND (build 2560/release)
Video
ID : 2
Format : JPEG
Codec ID : jpeg
Duration : 1mn 52s
Bit rate mode : Variable
Bit rate : 507 Kbps
Width : 160 pixels
Height : 128 pixels
Display aspect ratio : 5:4
Frame rate mode : Constant
Frame rate : 24.000 fps
Compression mode : Lossy
Bits/(Pixel*Frame) : 1.032
Stream size : 6.78 MiB (74%)
Language : English
Encoded date : UTC 2011-01-25 09:03:17
Tagged date : UTC 2011-01-25 09:03:17
Audio
ID : 1
Format : ADPCM
Codec ID : 11
Codec ID/Hint : Intel
Duration : 1mn 51s
Bit rate mode : Constant
Bit rate : 176.4 Kbps
Channel(s) : 2 channels
Sampling rate : 22.05 KHz
Stream size : 2.35 MiB (26%)
Language : English
Encoded date : UTC 2011-01-25 09:03:17
Tagged date : UTC 2011-01-25 09:03:17
I have tried over 10 applications, but none of them can give me mjpeg in mp4, like this above.
So I need help to make my own files to play in the philips player.
I have tried to put smv & mov files, but whit no success..
10x for any help. -
Hi
Try the attached sample.
I used FFmpeg.
Like this:-
Code:ffmpeg -i filename -f mov -vf "scale=160:trunc(ow/a/2)*2" -c:v mjpeg -b:v 512k -r 25 -c:a adpcm_ima_wav -b:a 192k -ar 22050 -ac 2 filename.mp4
Code:General Complete name : filename.mp4 Format : MPEG-4 Format profile : QuickTime Codec ID : qt File size : 2.59 MiB Duration : 30s 120ms Overall bit rate mode : Variable Overall bit rate : 722 Kbps Writing application : Lavf53.29.100 Video ID : 1 Format : JPEG Codec ID : jpeg Duration : 30s 120ms Bit rate mode : Variable Bit rate : 542 Kbps Width : 160 pixels Height : 90 pixels Display aspect ratio : 16:9 Frame rate mode : Constant Frame rate : 25.000 fps Compression mode : Lossy Bits/(Pixel*Frame) : 1.506 Stream size : 1.95 MiB (75%) Language : English Audio ID : 2 Format : ADPCM Codec ID : 11 Codec ID/Hint : Intel Duration : 30s 26ms Bit rate mode : Constant Bit rate : 176.4 Kbps Nominal bit rate : 192 Kbps Channel(s) : 2 channels Sampling rate : 22.05 KHz Stream size : 651 KiB (25%) Language : English
-
Thank you very much for the help.
I tried the code that bat999 posted, and - no, it didn`t work. But I think that this is the right way whit ffmpeg and I will persist with it. I noticed in the original Philips file that the video stream is "ID 2", and the audio is "ID 1". So how can I edit the ID number for the video and audio streams, regarding that the Philips player is more mp3 than mp4 player.
Thanks again.
I hope you can understand my English
p.s. bat999, the sample file that you uploaded, not starts in the player.Last edited by debelann; 27th Jan 2012 at 02:49.
-
Hello debelann,
Try this video: http://amv-codec-tools.googlecode.com/files/hole_correct.amv
If work. Go to link: http://mympx.org/Downloads/p13_sectionid/9/p13_fileid/54
Claudio
-
Settings, that work best with my Philips GoGear Ariaz (states in the manual that one should have to encode to wmv, but these work very well), perhaps they will work on a Vibe...:
Encoding settings:
video: mpeg4, 320x240 resolution, 512 kbps
audio: aac, stereo, 128 kbps, 44100 or 48000 Hz (both worked here, I think)
file extension: .mp4.
Try a few short test-clips, that way you won't have to waste too much time trying it out.
EDIT: Recently found Handbrake doing a fine job on these. And - setting max. resolution to 320x240, it will encode the file with max width (320) and compliant height, keeping original aspect ratio - and lo and behold, the Ariaz plays those fine! Change the file extension to .mp4, after encoding has finshed. EDIT
Note: When I drag&drop the files onto Ariaz in Windows it always asks me, if I want to convert as otherwise the file might not be playable. I always deny and have it "copy anyway" without conversion and they work quite well, as stated.
Good luck and have fun!
Specs of a working file:
Code:Complete name : \xx.mp4 Format : MPEG-4 Format profile : Base Media / Version 2 Codec ID : mp42 File size : 425 MiB Duration : 1h 32min Overall bit rate : 639 Kbps Encoded date : UTC 2012-01-13 05:37:08 Tagged date : UTC 2012-01-13 05:37:19 Writing application : mp4creator 1.4.4 Video ID : 1 Format : MPEG-4 Visual Format profile : Simple@L1 Format settings, BVOP : no Format settings, QPel : no Format settings, GMC : no warppoints Format settings, Matrix : Default (H.263) Codec ID : 20 Duration : 1h 32min Bit rate mode : variable Bit rate : 511 Kbps Maximum bit rate : 1 543 Kbps Width : 320 Pixel Height : 240 Pixel Display aspect ratio : 4:3 Frame rate mode : constant Frame rate : 25,000 FPS Resolution : 8 bits Colorimetry : 4:2:0 Scan type : progressive Bits/(Pixel*Frame) : 0.266 Stream size : 340 MiB (80%) Language : English Encoded date : UTC 2012-01-13 05:37:08 Tagged date : UTC 2012-01-13 05:37:18 Audio ID : 2 Format : AAC Format/Info : Advanced Audio Codec Format version : Version 4 Format profile : LC Format settings, SBR : no Codec ID : 40 Duration : 1h 32min Bit rate mode : variable Bit rate : 126 Kbps Maximum bit rate : 182 Kbps Channel(s) : 2 channels Channel positions : L R Sampling rate : 44,1 KHz Stream size : 83,4 MiB (20%) Language : English Encoded date : UTC 2012-01-13 05:37:18 Tagged date : UTC 2012-01-13 05:37:19
Last edited by nbarzgar; 24th Jun 2012 at 10:04. Reason: typo - shortened
-
Thank you very much!!
The first code that bat999 posted works great!
I just didnt have the player in me to make tests. I found that all depend from the settings of the player...
Thank you again for the help! Now I can play video on this device.Last edited by debelann; 31st Jan 2012 at 12:44. Reason: typo
-
Hi
That's good.
It will be easy to write a preset for WinFF now.
Tutorial is here ---> http://code.google.com/p/winff/wiki/HowToMakePresets -
hi my user name is retarded but it gets to the point any way i have a philips GoGear vibe mp4 player and i have seen lots of ages where it says i need wmv but when i convert it to that it saysfile not suported and i don't what to do
-
Why not convert to mp4 with mjpeg video as suggested in this thread? It works with winff. I have even made a preset for it, https://forum.videohelp.com/threads/343518-how-to-convert-video-to-my-Philips-gogear-vi...=1#post2140781
-
Hi all,
I just wanted to say that I'm very happy to have found this thread. I've bought a GoGear Vibe for the 11th birthday of my niece. The plan was to pre-load it with music-video's. I'm used to converting all kinds of video's for myself, I consider myself an advanced user, but it was a real challenge to get video on this player to work. I tried my usual tools, the philips mediaconverter (2 versions), a bunch of commercial convertors(trial versions), ... nothing was able to produce a playable file.
There is no support on the Philips support pages for this, also no hints on their forum (If your reading this, bad job Philips!). I've spent an entire morning trying to find a solution, I just was about to give up, regretting my choice of this model, until finally, 1 hour before the birthday-party, I stumbled on this thread, 15 minutes later, my nieces Vibe was pre-loaded with her favorite music-videos.
A big thank you to bat999 for the solution and Baldrick for the WinFF preset. I'm mentioning the model number so that others will be able to google this thread -> Philips GoGear Vibe 4GB -> model SA3VBE04RN/02 .
Small summary for the people looking to create mp4's for their SA3VBE04RN/02: you need to install a version of FFmpeg + WinFF, import the Vibe preset from Baldrick into WinFF and your ready to start.
Thanks Thanks Thanks!Last edited by UncleJ; 23rd Jun 2012 at 16:16.
-
Thanks for all the great info, couldnt get the sample files or the preset to work... but the script doesnt seem to use the right parameters for the vibe. After editing the script from bat999 to reflect the rates, sizes and specs that philips recommends i got the videos to work... Here is the Philips page showing some limited codec info http://www.p4c.philips.com/cgi-bin/cpindex.pl?ctn=SA2VBE08K/17&dct=QAC&faqview=1&mid=L...w_partial.html
I also messed with the scale settings for the particular resolution i was trying to achieve on a widescreen source file. Here is my script
Code:ffmpeg -i inputfilename.mp4 -f mov -vf "scale=128:trunc(ow/a/2)*3" -c:v mjpeg -b:v 1536k -r 30 -c:a adpcm_ima_wav -b:a 178k -ar 22050 -ac 2 outputfilename.mp4
Last edited by hoyle.a; 3rd Apr 2014 at 00:40.
Similar Threads
-
how to convert video to my Philips gogear vibe
By phoenixa in forum Newbie / General discussionsReplies: 28Last Post: 18th May 2012, 03:59 -
how can i make full screen to my philips gogear vibe?
By phoenixa in forum Newbie / General discussionsReplies: 1Last Post: 15th Feb 2012, 11:01 -
ffmpeg help... convert mp4 to jpeg array, and back to mp4 - problem!
By SaskVideoMaker in forum Video ConversionReplies: 2Last Post: 4th Feb 2011, 04:53 -
Philips DVP1013 - Question on Power specifications
By venkat.naina in forum DVD & Blu-ray PlayersReplies: 4Last Post: 21st Sep 2008, 00:21 -
VIBE EN306TV-S Media Player has problems with Xvid file playback.
By Timfoxx in forum Media Center PC / MediaCentersReplies: 1Last Post: 6th Aug 2007, 21:34