Page 1 of 1

New BlackBerry 10 App released.

PostPosted: Fri Sep 06, 2013 1:58 am
by insaini
Hey All, just published..

currently for Z10.. working on Q10/Q5

more information here.. http://appworld.blackberry.com/webstore/content/35305887/

Also if it helps anyone.. here are the best settings I could find for the latest ffmpeg from git for streaming
Code: Select all
ffmpeg -y -ss %o -i %s -async 1 -f flv -avioflags direct -fflags nobuffer -vsync 1 -rtbufsize 1M -g 25 -sc_threshold 0 -analyzeduration 0 -threads 0 -acodec libfdk_aac -b:a 96k -ac 2 -vcodec libx264 -preset medium -profile:v baseline -b:v %bk -s %wx%h -loglevel quiet -

for fragmented mp4's.
Code: Select all
ffmpeg -y -ss %o -i %s -async 1 -f mp4 -avioflags direct -fflags nobuffer -rtbufsize 5M -g 25 -sc_threshold 0 -analyzeduration 0 -threads 0 -acodec libfdk_aac -b:a 96k -ac 2 -vcodec libx264 -preset medium -profile:v high -b:v %bk -s %wx%h -movflags frag_keyframe+empty_moov -loglevel quiet -


cheers

Re: New BlackBerry 10 App released.

PostPosted: Sun Sep 08, 2013 6:08 pm
by insaini
Initial Q10/Q5 Support added, should be available on the BlackBerry World in the next day or two. :D

Cheers

Re: New BlackBerry 10 App released.

PostPosted: Wed Sep 11, 2013 10:35 pm
by insaini
Just wanted to announce that SubSonar has officially achieved Built for BlackBerry status :)