+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Sep 2009
    Posts
    68

    Unhappy Convert Failed on new CB

    I have been getting an error ever since i updated to the new CB:

    Code:
    Duration: 00:00:04.45, start: 3.000000, bitrate: 4714 kb/s
    Stream #0.0: Video: vc1, yuv420p, 1920x1080, 10000 kb/s, PAR 1:1 DAR 16:9, 23.98 tbr, 1k tbn, 1k tbc
    /usr/local/bin/ffmpeg: unrecognized option 'vf'
    ERROR: No such file or directory - /home/cb/public_html/files/videos/12805323218fd5e.flv
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:259:in `initialize'
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:259:in `open'
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:259:in `open_stream'
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:238:in `process_files'
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:225:in `each'
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:225:in `process_files'
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:44:in `execute!'
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2.rb:168:in `execute!'
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2.rb:228
    ERROR: /usr/local/bin/flvtool2:2:in `require'
    ERROR: /usr/local/bin/flvtool2:2
    Failed to stat file /home/cb/public_html/files/videos/12805323218fd5e.flv!
    Failed to stat file /home/cb/public_html/files/videos/12805323218fd5e.flv!
    
    
    Unknown file details - Unable to get output video details using FFMPEG
    
    
    Time Took : 0.3036 seconds
    
    conversion_status : failed
    Any one help with this?

  2. #2
    Join Date
    Sep 2009
    Posts
    68

    Default Re: Convert Failed on new CB

    As it says... "/usr/local/bin/ffmpeg: unrecognized option 'vf" i am taking a guess that means "Turn on VF" option... well i have tryed to turn it off or on and it just dont work!!!

  3. #3
    ArslanHassan's Avatar
    ArslanHassan is offline Forum Administrator
    ClipBucket Development Team (Lead)
    ClipBucket 2.0 Lead
    Join Date
    Jun 2008
    Location
    Sialkot, Pakistan
    Posts
    1,420

    Default Re: Convert Failed on new CB

    Just turn it off, then try again...it will work for sure...

  4. #4
    Join Date
    Sep 2009
    Posts
    68

    Unhappy Re: Convert Failed on new CB

    Same, error as i said i cant turn this silly "vf" off (look in photo)...

    Code:
    Duration: 00:00:04.45, start: 3.000000, bitrate: 4714 kb/s
    Stream #0.0: Video: vc1, yuv420p, 1920x1080, 10000 kb/s, PAR 1:1 DAR 16:9, 23.98 tbr, 1k tbn, 1k tbc
    /usr/local/bin/ffmpeg: unrecognized option 'vf'
    ERROR: No such file or directory - /home/cb/public_html/files/videos/1280561567f5ff6.flv
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:259:in `initialize'
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:259:in `open'
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:259:in `open_stream'
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:238:in `process_files'
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:225:in `each'
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:225:in `process_files'
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2/base.rb:44:in `execute!'
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2.rb:168:in `execute!'
    ERROR: /usr/lib/ruby/site_ruby/1.8/flvtool2.rb:228
    ERROR: /usr/local/bin/flvtool2:2:in `require'
    ERROR: /usr/local/bin/flvtool2:2
    Failed to stat file /home/cb/public_html/files/videos/1280561567f5ff6.flv!
    Failed to stat file /home/cb/public_html/files/videos/1280561567f5ff6.flv!
    
    
    Unknown file details - Unable to get output video details using FFMPEG
    
    
    Time Took : 0.4727 seconds
    
    conversion_status : failed


    As you can see the box does not show that i have that option on or off... i have tryed many times just still same error.

    (ohh and is says its for FFMPEG 2000+ but i have r21322 if that's any use)

  5. #5
    ArslanHassan's Avatar
    ArslanHassan is offline Forum Administrator
    ClipBucket Development Team (Lead)
    ClipBucket 2.0 Lead
    Join Date
    Jun 2008
    Location
    Sialkot, Pakistan
    Posts
    1,420

    Default Re: Convert Failed on new CB

    wait wait wait....did you download it from sourceforge , rev 366 ?

  6. #6
    ArslanHassan's Avatar
    ArslanHassan is offline Forum Administrator
    ClipBucket Development Team (Lead)
    ClipBucket 2.0 Lead
    Join Date
    Jun 2008
    Location
    Sialkot, Pakistan
    Posts
    1,420

    Default Re: Convert Failed on new CB

    execute this mysql command
    INSERT INTO cb_config (name,value) VALUES
    ('use_ffmpeg_vf','no'),
    ('use_crons','no'),
    ('mail_type','mail'),
    ('smtp_host','mail.myserver.com'),
    ('smtp_user','user@myserver.com'),
    ('smtp_pass','password'),
    ('smtp_auth','yes'),
    ('smtp_port','26');

  7. #7
    Join Date
    Sep 2009
    Posts
    68

    Default Re: Convert Failed on new CB

    Quote Originally Posted by ArslanHassan View Post
    wait wait wait....did you download it from sourceforge , rev 366 ?
    Yes i did to fix the capturecode thing on my site.

  8. #8
    Join Date
    Sep 2009
    Posts
    68

    Default Re: Convert Failed on new CB

    Quote Originally Posted by ArslanHassan View Post
    execute this mysql command
    That worked that fine, but with the smtp setting does that mean that the email setting have changed?

  9. #9
    ArslanHassan's Avatar
    ArslanHassan is offline Forum Administrator
    ClipBucket Development Team (Lead)
    ClipBucket 2.0 Lead
    Join Date
    Jun 2008
    Location
    Sialkot, Pakistan
    Posts
    1,420

    Default Re: Convert Failed on new CB

    Yep. now you have use SMTP email also, Website Settings & Configuration > Email Settings

  10. #10
    Join Date
    May 2010
    Location
    Lahore, Pakistan
    Posts
    79

    Question Re: Convert Failed on new CB

    Quote Originally Posted by ArslanHassan View Post
    execute this mysql command
    where and how to execute that command please???
    i'm using debian lenny and i have phpmyadmin also available, where i execut plz?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

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