Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27

Thread: Mobile Conversion script [ADDON]

  1. #21
    carefree2 is offline Member
    Join Date
    May 2009
    Posts
    58

    Default

    Yeah i am a bit of all right. Im also becoming an excellent programmer

    And yes i treat girls like shit and they love me for it, how screwed is that?

  2. #22
    spun2u is offline Senior Member
    Join Date
    Jun 2007
    Posts
    175

    Default

    Getting back on topic.... when are going to offer up your mobile mod?

  3. #23
    carefree2 is offline Member
    Join Date
    May 2009
    Posts
    58

    Default

    Quote Originally Posted by spun2u View Post
    Getting back on topic.... when are going to offer up your mobile mod?

    Ive rewritten the original code so it has ZERO javascript. Pages are now generated in less than half a second which is good for mobiles.

    I just need to finish the interface to render correctly for a mobile and finish the design

  4. #24
    spun2u is offline Senior Member
    Join Date
    Jun 2007
    Posts
    175

    Default

    Quote Originally Posted by carefree2 View Post
    Ive rewritten the original code so it has ZERO javascript. Pages are now generated in less than half a second which is good for mobiles.

    I just need to finish the interface to render correctly for a mobile and finish the design
    Please update us when you have something. I'm very interested in something like this.

  5. #25
    carefree2 is offline Member
    Join Date
    May 2009
    Posts
    58

    Default

    I finished 2 days ago.

    I also make a video conversion mod based on this code - so ppl can convert flv to any video format

    However its not worth me setting this up on a demo site if its free, also it gives my site uniqueness, if everyone here downloads and installs, the mod will become a "cookie cutter".

    Besides i wouldn't get any recognition for it here - but i will with clipshare

  6. #26
    spun2u is offline Senior Member
    Join Date
    Jun 2007
    Posts
    175

    Default

    Quote Originally Posted by carefree2 View Post
    I finished 2 days ago.

    I also make a video conversion mod based on this code - so ppl can convert flv to any video format

    However its not worth me setting this up on a demo site if its free, also it gives my site uniqueness, if everyone here downloads and installs, the mod will become a "cookie cutter".

    Besides i wouldn't get any recognition for it here - but i will with clipshare

    Ok, do what you want with your addon. I'm wondering now why you even started this thread, maybe you can get your ego stroked over at a clipshare forum.

  7. #27
    carefree2 is offline Member
    Join Date
    May 2009
    Posts
    58

    Default

    Yes my ego isnt big enough yet.

    Its pretty simple anyway just search for convert video to 3gp, and youll find some examples.

    Then set the interface for different video conversion types, quality, audio etc by adjusting variables

    This is exactly what im using

    Code:
     exec ('ffmpeg -i ' . $root . $file . '  '.$params.'  '.$size.'  ' . $root . $newfile);
    /*
    Here's an explanation of the options used here:
    -b bitrate: set the video bitrate in kbit/s (default = 200 kb/s)
    -ab bitrate: set the audio bitrate in kbit/s (default = 64)
    -ar sample rate: set the audio samplerate in Hz (default = 44100 Hz)
    -s size: set frame size. The format is WxH (default 160x128 )
    */

Page 3 of 3 FirstFirst 123

Similar Threads

  1. Mobile Phone support
    By tmosdell in forum Feature Requests
    Replies: 9
    Last Post: 10-14-2009, 05:36 AM
  2. Mobile Phone Users
    By galnet in forum Feature Requests
    Replies: 23
    Last Post: 07-12-2009, 12:48 AM
  3. Mobile Phone uploads
    By devarioj in forum Template Modifications
    Replies: 17
    Last Post: 05-08-2009, 03:48 AM
  4. Download videos 3gp to the mobile
    By pocholo in forum Installation Support
    Replies: 4
    Last Post: 04-28-2009, 06:19 AM
  5. [addon] search system + advert
    By pepio in forum Template Modifications
    Replies: 7
    Last Post: 06-07-2008, 02:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •