soaivu / clipbucket

Automatically exported from code.google.com/p/clipbucket
0 stars 0 forks source link

Video uploading error #452

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
My FFMPEG Path is /usr/local/bin/ffmpeg
PHP Path /usr/bin/php
MP4Box Path /usr/bin/MP4Box
Flvtool2 Path /usr/bin/flvtool2
Video Codec flv
Audio Codec libmp3lame

Use Cron Job : Enabled
Use Vf : Enabled

After uploading videos it shows video might not properly
in Conversion lof the status is failed
 The log is as followed :

Started on 2014-02-19 14:14:08 - 2014 Feb 19

Checking File ....
File : 
/home/rgcit/public_html/talentdemo1/files/conversion_queue/13928372486496c.mp4
File Exists : Yes

Preparing file...
 Unknown file details - Unable to get video details using FFMPEG 

Converting Video
Conversion Command : /usr/local/bin/ffmpeg -i 
/home/rgcit/public_html/talentdemo1/files/conversion_queue/13928372486496c.mp4  
-f flv  -vcodec flv -r 25 -s 0x0 -aspect  0 -vf  pad=0:0:0:0:black -acodec 
libmp3lame -ab 128000  -an  
/home/rgcit/public_html/talentdemo1/files/videos/13928372486496c.flv  2> 
/home/rgcit/public_html/talentdemo1/files/temp/1392837248638cd.tmp

Conversion Details

ffmpeg version 2.0.1 Copyright (c) 2000-2013 the FFmpeg developers
  built on Feb 17 2014 21:37:36 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-4)
  configuration: --enable-version3 --enable-gpl --enable-nonfree --enable-shared --enable-postproc --enable-avfilter --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvpx --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-pthreads --disable-ffplay --disable-indevs --disable-outdevs --disable-demuxer=v4l --disable-demuxer=v4l2 --extra-cflags=-fPIC
  libavutil      52. 38.100 / 52. 38.100
  libavcodec     55. 18.102 / 55. 18.102
  libavformat    55. 12.100 / 55. 12.100
  libavdevice    55.  3.100 / 55.  3.100
  libavfilter     3. 79.101 /  3. 79.101
  libswscale      2.  3.100 /  2.  3.100
  libswresample   0. 17.102 /  0. 17.102
  libpostproc    52.  3.100 / 52.  3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 
'/home/rgcit/public_html/talentdemo1/files/conversion_queue/13928372486496c.mp4'
:
  Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: isommp42
    creation_time   : 2013-08-26 19:38:21
  Duration: 00:00:15.51, start: 0.000000, bitrate: 359 kb/s
    Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 640x360, 260 kb/s, 30 fps, 30 tbr, 60 tbn, 60 tbc
    Metadata:
      handler_name    : VideoHandler
    Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 96 kb/s
    Metadata:
      creation_time   : 2013-08-26 19:38:21
      handler_name    : IsoMedia File Produced by Google, 5-11-2011
Invalid aspect ratio: 0
Failed to stat file 
/home/rgcit/public_html/talentdemo1/files/videos/13928372486496c.flv!
Failed to stat file 
/home/rgcit/public_html/talentdemo1/files/videos/13928372486496c.flv!

 Unknown file details - Unable to get output video details using FFMPEG 

Time Took : 0.0491 seconds

conversion_status : failed

Kindly suggest what to do

Original issue reported on code.google.com by rohitroy...@gmail.com on 19 Feb 2014 at 7:50

GoogleCodeExporter commented 8 years ago
resolved in cb2.7

Original comment by mshoaib...@gmail.com on 18 Sep 2014 at 6:19