robertwin...@casema.nl said:
> Just wondering if anyone already made an plugin to send files to a phone with
> bluetooth. What I had in mind was select a file (audio/video/image), press
> 'e' or the ENTER button on your remote and select your trusted device or scan
> for new devices and select those (pin exchange) and transfer..  

Sounds like a good plugin to have! 

I do exactly this manually right now, compressing movies with ffmpeg and
sending using obexftp. 

Cellphones are picky on codecs etc in an mp4 stream, so after some googling I
came up with this for my SonyEricsson phones:

ffmpeg -threads 2 -y -i INFILE -acodec libfaac -ac 1 -vol 512 -ab 72k -s 
320x240 -vcodec libx264 -b 250k -qcomp 0.6 -qmin 16 -qmax 51 -qdiff 4 -flags 
+loop -cmp +chroma -subq 7 -refs 6 -g 350 -keyint_min 25 -rc_eq 
'blurCplx^(1-qComp)' -sc_threshold 40 -me_range 12 -i_qfactor 0.71 -directpred 
3 -r 10 OUTFILE.mp4

You might find it useful.
/Anders


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to