11-30-2008 02:55 PM
I have tried many of the converters outthere to convert my rmvb file.
It is really unfortunate none of them actually work.
This is kinda frustrated..
11-30-2008 05:06 PM
09-02-2009 09:04 PM
Hello, xandrex! i am very glad to see the thread you post again.The themes that you post in BlackBerry Storm - BlackBerry 9500 Series Smartphone is really beautiful, some of the treads that you post is really useful for me, Thank You!
10-02-2009 12:19 AM
For this, I use mencoder (http://en.wikipedia.org/wiki/MEncoder) - the command-line of MPlayer.
Here's what I've been using. I need to put it in a shell script...
mencoder -vf scale=240:-10 <input file> -o <output file>.mp4 -of avi -ofps 15 -ovc lavc -oac mp3lame -lavcopts vcodec=mpeg4:vbitrate=230:acodec=mp3:abitrate=64 -delay +1
The delay flag slows down audio or speeds up audio - in this case my video was one second behind the audio, so I sped it up.
10-22-2009 11:38 AM
I'm sure I know the answer to this but is there some kind of software that can be downloaded to my actual phone that can be used to convert videos on the phone to store, rather than having to do it on my computer then transfer it over to my BB?
Thanks for any advice or help! ![]()
10-22-2009 02:09 PM
10-22-2009 02:10 PM
09-21-2010 12:12 PM
Specifically on Linux (but also on Win and Mac) the Handbrake app can be used to convert for BB. If you have a relatviely recent BB just use the "iPhone and iPod" preset of the Handbrake. This is a graphical tool (available as a command line too) and is very easy to use. It can convert directly from a DVD.
Just keep in mind the developers in the help forum are not especially friendly, but hopefully you will not need any support as it is intuitive enough.
10-21-2010 09:55 AM
hi, i am new to this forum and a BB 9700 user. I used akme ffmpeg transcoder to convert a HD flv file to MPEG4 format. However, after the conversion, the audio part lagged behind for like 1-2 seconds. Is there anymore settings that I need to do? *the output file format was based on the Blackberry 9000 Bold High Quality..it's the only series nearest to 9700 I could find*
On another note, during the conversion of the files, I saw this sentence in the DOS:
[h264 @ 6C19BE80] brainfart cropping not supported, this could look slightly wrong....
Please help. Thank you very much.
12-29-2010 04:03 PM
sy737 wrote:
I used akme ffmpeg transcoder to convert a HD flv file to MPEG4 format. However, after the conversion, the audio part lagged behind for like 1-2 seconds.
When the audio lags behind the video, two possible causes :
cause 1 : it's because the encoder did a bad job. To verify this you can simply try and read the video with VideoLan Client or with GOM player or Media Player Classic.
cause 2 : it's because the CPU reading the video is not fast enough. This happens often :
so let's say you have a 640x480 video with a video bitrate of 1000kbps, and want to reencode it to a Bold2 video, then you should apply a bitrate of (480/640)² * 1000 = 563kbps.