Results 1 to 5 of 5

Thread: Bulk Import & Import Videos not working (Youtube)

  1. #1

    Default Bulk Import & Import Videos not working (Youtube)

    Dear admins and users, actually i'm having a trouble with import videos and bulk videos.

    I still couldn't fix the cronjob correctly but as mentionned in your forum we are able to run cron.php without using cronjobs to import videos from youtube.

    So i tried it yesterday, when i add some import or bulk videos to the "Process Queue" the status of the videos are "Added to Queue" then i run the "cron.php" manually.

    After some times, the status of the videos changed to "Download Started" but nothing else then after. Even if i wait several times its dosen't change.

    Ive tried to run again the cron.php it donsen't change any thing.
    So i change the satuts manually, i choose "converte again" then i click on proceed. It gives me a CONVERSION ERROR.

    I REALLY NEED YOUR HELP :confused:

  2. #2

    Default

    This is what i get as error :

    STARTING VIDEO CONVERSION (process_queue.id = 2953)

    File: /home/lktubeco/public_html/video/
    $file_extn =
    SELECT * FROM `videos` WHERE `video_id`=10613
    Video id: 10613
    Video Output File Name : /home/lktubeco/public_html/flvideo/4ca4238a0b/1246969581609141446.flv$video_flv = Video Output File Name : /home/lktubeco/public_html/flvideo/4ca4238a0b/1246969581609141446.flv
    Find video duration - START/usr/bin/ffmpeg -i /home/lktubeco/public_html/video/
    FFmpeg version SVN-r18866, Copyright (c) 2000-2009 Fabrice Bellard, et al.
    configuration: --prefix=/usr --enable-shared --enable-libxvid --enable-libvorbis --enable-libmp3lame --enable-gpl --enable-libfaac --enable-libfaad --enable-libamr-nb --enable-libamr-wb --enable-nonfree --enable-libx264
    libavutil 50. 3. 0 / 50. 3. 0
    libavcodec 52.29. 0 / 52.29. 0
    libavformat 52.32. 0 / 52.32. 0
    libavdevice 52. 2. 0 / 52. 2. 0
    libswscale 0. 7. 1 / 0. 7. 1
    built on May 18 2009 05:54:43, gcc: 4.1.2 20080704 (Red Hat 4.1.2-44)
    /home/lktubeco/public_html/video/: Unknown formatDuration (ffmpeg): 0
    DURATION: 00:00Create Thumbnail - START

    Creating Thumbnail with ffmpeg

    Create Thumbnail with ffmpeg - END
    $cmd_convert_v = convert_
    428 $cmd_convert =
    Return value:
    UPDATE `process_queue` SET `status`='6' WHERE `id`='2953'
    ERROR: failed video conversion.

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

    Default

    Open a support request at

    BuyScripts Helpdesk

    With your cpanel and vshare admin login details. We will check and let you know.

  4. #4

    Default

    Thank you very much,
    i ve created the ticket :rolleyes:

  5. #5
    Join Date
    Jul 2008
    Posts
    22

    Default

    Quote Originally Posted by matrix_france View Post
    Dear admins and users, actually i'm having a trouble with import videos and bulk videos.

    I still couldn't fix the cronjob correctly but as mentionned in your forum we are able to run cron.php without using cronjobs to import videos from youtube.

    So i tried it yesterday, when i add some import or bulk videos to the "Process Queue" the status of the videos are "Added to Queue" then i run the "cron.php" manually.

    After some times, the status of the videos changed to "Download Started" but nothing else then after. Even if i wait several times its dosen't change.

    Ive tried to run again the cron.php it donsen't change any thing.
    So i change the satuts manually, i choose "converte again" then i click on proceed. It gives me a CONVERSION ERROR.

    I REALLY NEED YOUR HELP :confused:
    if you have ssh log in
    type crontab -e

    then add this */6 * * * * wget http://your site .com/cron.php

    */6 runs every 6 minutes or whatever your want it set to

    e.g.
    01 * * * * root echo "This command is run at one min past every hour"
    17 8 * * * root echo "This command is run daily at 8:17 am"
    17 20 * * * root echo "This command is run daily at 8:17 pm"
    00 4 * * 0 root echo "This command is run at 4 am every Sunday"
    * 4 * * Sun root echo "So is this"
    42 4 1 * * root echo "This command is run 4:42 am every 1st of the month"
    01 * 19 07 * root echo "This command is run hourly on the 19th of July"
    hope this helps

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
  •