Results 1 to 10 of 10

Thread: 2.8 not converting anymore...

  1. #1
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default 2.8 not converting anymore...

    Not sure why. When I first installed 2.8 it worked fine and I haven't changed anything. I double checked the settings and the paths to the files are what my web host said I should have yet it won't convert. Here is the log using ffmpeg-php in the MISC settings:

    STARTING VIDEO CONVERSION (process_queue.id = 31)

    File: /home/xxxxxxx/public_html/rigidheddleweaving/videos/video/doubleweave_0001.wmv
    $file_extn = wmv
    SELECT * FROM `videos` WHERE `video_id`=43
    Video id: 43
    Video Output File Name : /home/xxxxxxx/public_html/rigidheddleweaving/videos/flvideo/4ca4238a0b/12963451711647037366.flv$video_flv = Video Output File Name : /home/xxxxxxx/public_html/rigidheddleweaving/videos/flvideo/4ca4238a0b/12963451711647037366.flv
    Find video duration - START


    HANGS AT THIS POINT

    Here it is using mplayer in the MISC settings


    STARTING VIDEO CONVERSION (process_queue.id = 31)

    File: /home/xxxxxx/public_html/rigidheddleweaving/videos/video/doubleweave_0001.wmv
    $file_extn = wmv
    SELECT * FROM `videos` WHERE `video_id`=43
    Video id: 43
    Video Output File Name : /home/xxxxxx/public_html/rigidheddleweaving/videos/flvideo/4ca4238a0b/12963451711647037366.flv$video_flv = Video Output File Name : /home/xxxxxx/public_html/rigidheddleweaving/videos/flvideo/4ca4238a0b/12963451711647037366.flv
    Find video duration - START/usr/bin/mplayer -vo null -ao null -frames 0 -identify /home/xxxxxx/public_html/rigidheddleweaving/videos/video/doubleweave_0001.wmv
    Cannot find HOME directory.
    MPlayer SVN-r31628-4.1.2 (C) 2000-2010 MPlayer Team

    Playing /home/xxxxxx/public_html/rigidheddleweaving/videos/video/doubleweave_0001.wmv.
    ASF file format detected.
    ID_AUDIO_ID=1
    [asfheader] Audio stream found, -aid 1
    ID_VIDEO_ID=2
    [asfheader] Video stream found, -vid 2
    No data chunk following header!
    Seek failed
    ID_VIDEO_ID=0
    libavformat file format detected.
    Seek failed
    LAVF_header: av_open_input_stream() failed


    Exiting... (End of file)
    ID_EXIT=EOFBit Rate (mplayer): 500
    Duration (mplayer): 0
    DURATION: 00:00Create Thumbnail - START

    Create Thumbnail with mplayer - END
    $cmd_convert_v = convert_wmv
    506 $cmd_convert = /usr/bin/mencoder '/home/xxxxxx/public_html/rigidheddleweaving/videos/video/doubleweave_0001.wmv' -o /home/xxxxxx/public_html/rigidheddleweaving/videos/flvideo/4ca4238a0b/12963451711647037366.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=512:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -ofps 24 -vf harddup
    MEncoder SVN-r31628-4.1.2 (C) 2000-2010 MPlayer Team
    success: format: 0 data: 0x0 - 0xa2c5c47
    ASF file format detected.
    [asfheader] Audio stream found, -aid 1
    [asfheader] Video stream found, -vid 2
    libavformat file format detected.

    Exiting...
    Return value: Exiting...
    UPDATE `process_queue` SET `status`='6' WHERE `id`='31'
    ERROR: failed video conversion.


    Here it is using ffmpeg in the MISC settings:

    STARTING VIDEO CONVERSION (process_queue.id = 31)

    File: /home/xxxxxx/public_html/rigidheddleweaving/videos/video/doubleweave_0001.wmv
    $file_extn = wmv
    SELECT * FROM `videos` WHERE `video_id`=43
    Video id: 43
    Video Output File Name : /home/xxxxxx/public_html/rigidheddleweaving/videos/flvideo/4ca4238a0b/12963451711647037366.flv$video_flv = Video Output File Name : /home/xxxxxx/public_html/rigidheddleweaving/videos/flvideo/4ca4238a0b/12963451711647037366.flv
    Find video duration - START/usr/bin/ffmpeg -i /home/xxxxxx/public_html/rigidheddleweaving/videos/video/doubleweave_0001.wmv
    FFmpeg version 0.6.1, Copyright (c) 2000-2010 the FFmpeg developers
    built on Dec 4 2010 15:35:31 with gcc 4.1.2 20080704 (Red Hat 4.1.2-48)
    configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab
    libavutil 50.15. 1 / 50.15. 1
    libavcodec 52.72. 2 / 52.72. 2
    libavformat 52.64. 2 / 52.64. 2
    libavdevice 52. 2. 0 / 52. 2. 0
    libavfilter 1.19. 0 / 1.19. 0
    libswscale 0.11. 0 / 0.11. 0
    libpostproc 51. 2. 0 / 51. 2. 0
    /home/xxxxxx/public_html/rigidheddleweaving/videos/video/doubleweave_0001.wmv: Operation not permittedBit Rate (ffmpeg): 500
    Duration (ffmpeg): 0
    DURATION: 00:00Create Thumbnail - START

    Creating Thumbnail with ffmpeg

    Create Thumbnail with ffmpeg - END
    $cmd_convert_v = convert_wmv
    506 $cmd_convert = /usr/bin/mencoder '/home/xxxxxx/public_html/rigidheddleweaving/videos/video/doubleweave_0001.wmv' -o /home/xxxxxx/public_html/rigidheddleweaving/videos/flvideo/4ca4238a0b/12963451711647037366.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=512:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -ofps 24 -vf harddup
    MEncoder SVN-r31628-4.1.2 (C) 2000-2010 MPlayer Team
    success: format: 0 data: 0x0 - 0xa2c5c47
    ASF file format detected.
    [asfheader] Audio stream found, -aid 1
    [asfheader] Video stream found, -vid 2
    libavformat file format detected.

    Exiting...
    Return value: Exiting...
    UPDATE `process_queue` SET `status`='6' WHERE `id`='31'
    ERROR: failed video conversion.
    Back


    Here is my convert file (which has always worked before):

    <?php

    $cmd_ffmpeg = "$config[ffmpeg] -i '$video_src' -acodec libmp3lame -ar 22050 -ab 32 -f flv $video_flv";

    # For old version of mplayer
    # $cmd_mencoder = "$config[mencoder] '$video_src' -o $video_flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=768:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es";

    # For latest version of mplayer
    $cmd_mencoder = "$config[mencoder] '$video_src' -o $video_flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=512:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -ofps 24 -vf harddup";

    $cmd_all = $cmd_mencoder;

    $convert_3gp = $cmd_all;
    $convert_mp4 = $cmd_all;
    $convert_mov = $cmd_all;
    $convert_asf = $cmd_all;
    $convert_mpg = $cmd_all;
    $convert_avi = $cmd_all;
    $convert_mpeg = $cmd_all;
    $convert_wmv = $cmd_all;
    $convert_rm = $cmd_all;
    $convert_dat = $cmd_all;
    If it's not fun, stop doing it!

  2. #2
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    I ran the test.php found in the wiki and the output is this:

    MEncoder SVN-r31628-4.1.2 (C) 2000-2010 MPlayer Team

    Exiting... (error parsing command line)
    If it's not fun, stop doing it!

  3. #3

    Default

    Hi,

    If you can't get it fixed, open a support ticket at

    BuyScripts Helpdesk

    with your vshare admin and FTP login details.

    Thanks

    Buyscripts Team

  4. #4
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    I tried a different command line in the convert file and it's still not converting. The test.php output was this:

    MEncoder SVN-r31628-4.1.2 (C) 2000-2010 MPlayer Team
    success: format: 0 data: 0x0 - 0xa2c5c47
    ASF file format detected.
    [asfheader] Audio stream found, -aid 1
    [asfheader] Video stream found, -vid 2
    libavformat file format detected.

    Exiting...
    If it's not fun, stop doing it!

  5. #5
    Join Date
    Sep 2008
    Posts
    1,019

    Default

    When you run the convert command from the command line via SSH, what output does it give you?
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  6. #6

    Default

    Hi,

    Since the convert command fails, it can be problem with requirement installation, contact host and ask them to chk why convert command is not working,

    Thanks,
    Buyscripts Team.

  7. #7
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    That's the first thing I did..I contacted my host and they said to contact you...and I told them that since nothing has changed on my end that it must be a server problem...I will tell them this again. Thanks.
    If it's not fun, stop doing it!

  8. #8
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    Quote Originally Posted by bplex View Post
    When you run the convert command from the command line via SSH, what output does it give you?
    I have absolutely no clue how to do this.
    If it's not fun, stop doing it!

  9. #9
    Join Date
    May 2007
    Posts
    394

    Default

    There's a 2.8?

  10. #10
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    Mersh! LTNS---check your PMs
    If it's not fun, stop doing it!

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
  •