Video Upload

When I try to upload a video it shows successful. But I can't find the video on the site. Please what might be the issue?

Comments

  • These are the error logs i get below.



    ==================================================================
    H.264 ENCODING
    ==================================================================

    H.264 Encoding Command: /home/linkqolc/joedoristv.com/cc-core/system/bin/ffmpeg-64-bit/ffmpeg -i /home/linkqolc/joedoristv.com/cc-content/uploads/temp/tm0Iy5raeJCJ3jQquP3O.mp4 -vcodec libx264 -vf "scale=min(640\,iw):trunc(ow/a/2)*2" -vb 800k -acodec aac -ab 96k -ar 44100 -f mp4 /home/linkqolc/joedoristv.com/cc-content/uploads/h264/tm0Iy5raeJCJ3jQquP3O_temp.mp4 >> /home/linkqolc/joedoristv.com/cc-core/logs/tm0Iy5raeJCJ3jQquP3O.log 2>&1

    H.264 Encoding Output:


    ffmpeg version 3.3.4-static http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2017 the FFmpeg developers
    built with gcc 6.4.0 (Debian 6.4.0-4) 20170820
    configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc-6 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gray --enable-libfribidi --enable-libass --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librubberband --enable-librtmp --enable-libsoxr --enable-libspeex --enable-libvorbis --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzimg
    libavutil 55. 58.100 / 55. 58.100
    libavcodec 57. 89.100 / 57. 89.100
    libavformat 57. 71.100 / 57. 71.100
    libavdevice 57. 6.100 / 57. 6.100
    libavfilter 6. 82.100 / 6. 82.100
    libswscale 4. 6.100 / 4. 6.100
    libswresample 2. 7.100 / 2. 7.100
    libpostproc 54. 5.100 / 54. 5.100
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/linkqolc/joedoristv.com/cc-content/uploads/temp/tm0Iy5raeJCJ3jQquP3O.mp4':
    Metadata:
    major_brand : mp42
    minor_version : 0
    compatible_brands: isommp42
    creation_time : 2019-05-13T15:44:39.000000Z
    Duration: 00:00:30.21, start: 0.000000, bitrate: 995 kb/s
    Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 1280x720 [SAR 1:1 DAR 16:9], 863 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)
    Metadata:
    creation_time : 2019-05-13T15:44:39.000000Z
    handler_name : ISO Media file produced by Google Inc. Created on: 05/13/2019.
    Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default)
    Metadata:
    creation_time : 2019-05-13T15:44:39.000000Z
    handler_name : ISO Media file produced by Google Inc. Created on: 05/13/2019.
    Stream mapping:
    Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
    Stream #0:1 -> #0:1 (aac (native) -> aac (native))
    Press [q] to stop, [?] for help
    [libx264 @ 0x53f8ba0] using SAR=1/1
    [libx264 @ 0x53f8ba0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
    Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
    [aac @ 0x53fa040] Qavg: 15180.592
    [aac @ 0x53fa040] 2 frames left in the queue on closing
    Conversion failed!
  • and this


    // Converter Called...
    Values passed to encoder:
    Array
    (
    [video] => 7
    )


    Checking FFMPEG permissions...

    Checking qt-faststart permissions...
    Validating requested video...
    Establishing variables...
    Verifying raw video exists...
    Verifying raw video was valid size...

    Preparing for: H.264 Encoding...
    H.264 Encoding Command: /home/linkqolc/joedoristv.com/cc-core/system/bin/ffmpeg-64-bit/ffmpeg -i /home/linkqolc/joedoristv.com/cc-content/uploads/temp/tm0Iy5raeJCJ3jQquP3O.mp4 -vcodec libx264 -vf "scale=min(640\,iw):trunc(ow/a/2)*2" -vb 800k -acodec aac -ab 96k -ar 44100 -f mp4 /home/linkqolc/joedoristv.com/cc-content/uploads/h264/tm0Iy5raeJCJ3jQquP3O_temp.mp4 >> /home/linkqolc/joedoristv.com/cc-core/logs/tm0Iy5raeJCJ3jQquP3O.log 2>&1
    Verifying H.264 video was created...
    The temp H.264 file was not created. The id of the video is: 7
Sign In or Register to comment.