Results 1 to 5 of 5

Thread: flvtool2

  1. #1

    Default flvtool2

    Hello,

    I would like to know if it is possible to place something like that in the video_conversion.php:
    flvtool2 -U /path/to/video/1192926904800095030.flv

    how do I place it???

    Best Regards
    Jonny

  2. #2

    Default Re: flvtool2

    it would be nice to have any support at this point !

  3. #3
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: flvtool2

    Add

    Code:
    && /usr/bin/flvtool2 -U $video_flv
    To end of convert command. That is convert command for latest mencoder will be

    Code:
    $cmd_mencoder = "$config[mencoder] '$video_src' -o $video_flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -ofps 24 -vf harddup && $config[flvtool]  -U $video_flv";

  4. #4

    Default Re: flvtool2

    In wich way is optimization possible when having faac and faad installed ?

  5. #5

    Default Re: flvtool2

    This command will not work!

    Mencoder, ffmpeg, Mplayer, ffmpeg-php, flvtool2 (latest-version) are installed and working nice.
    Maybe the reason is the chain-command using "&&", wich needs shell_exec and not exec.
    What command is vshare using to execute this command?

    $cmd_mencoder = "$config[mencoder] '$video_src' -o $video_flv -of lavf -oac mp3lame -lameopts abr:br=64 -ovc lavc -lavcopts vcodec=flv:vbitrate=400:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -ofps 24 -vf harddup && $config[flvtool] -U $video_flv";

Similar Threads

  1. install program for [FFmpeg ,Mplayer + Mencoder ,Flvtool2 ]
    By nivekos in forum Installation Support
    Replies: 1
    Last Post: 06-30-2008, 02:26 AM
  2. Downloading FFmpeg,Mplayer, Mencoder and Flvtool2
    By tanjiajun_34 in forum Installation Support
    Replies: 1
    Last Post: 01-16-2008, 04:14 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
  •