hi iam making a test server so i can test b4 i put my site together but iam having some probs with the video conversion
this my php info
ffmpeg
ffmpeg support (ffmpeg-php) enabled
ffmpeg-php version 0.5.2.1
libavcodec version Lavc51.43.0
libavformat version Lavf51.12.2
ffmpeg-php gd support enabled
Directive Local Value Master Value
ffmpeg.allow_persistent 0 0
Code:
STARTING VIDEO CONVERSION (process_queue.id = 122)
File: C:/wamp/www/video/blair-1.MPG.mpg
####################################################
SELECT * FROM `video` WHERE `VID`=219
####################################################
Video id: 219
Find video duration - START
C:/wamp/bin1/ffmpeg -i C:/wamp/www/video/blair-1.MPG.mpg
FFmpeg version Sherpya-r13778, Copyright (c) 2000-2008 Fabrice Bellard, et al.
libavutil version: 49.7.0
libavcodec version: 51.57.2
libavformat version: 52.16.0
libavdevice version: 52.0.0
libavfilter version: 0.0.0
built on Jun 16 2008 13:00:49, gcc: 4.2.3
Input #0, mpeg, from 'C:/wamp/www/video/blair-1.MPG.mpg':
Duration: 00:00:17.91, start: 0.083333, bitrate: 2293 kb/s
Stream #0.0[0x1e0]: Video: mpeg1video, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 104857 kb/s, 24.00 tb(r)
Stream #0.1[0x1c0]: Audio: mp2, 32000 Hz, mono, 96 kb/s
Must supply at least one output file
Duration (ffmpeg): 17
DURATION: 00:17
Create Thumbnail - START
Creating Thumbnail with ffmpeg
C:/wamp/www/thumb/219.jpg
C:/wamp/bin1/ffmpeg -i C:/wamp/www/video/blair-1.MPG.mpg -ss 00:00:01 -t 00:00:01 -s 320x240 -r 1 -f mjpeg C:/wamp/www/thumb/219.jpg
C:/wamp/www/thumb/1_219.jpg
C:/wamp/bin1/ffmpeg -i C:/wamp/www/video/blair-1.MPG.mpg -ss 00:00:01 -t 00:00:01 -s 120x90 -r 1 -f mjpeg C:/wamp/www/thumb/1_219.jpg
C:/wamp/www/thumb/2_219.jpg
C:/wamp/bin1/ffmpeg -i C:/wamp/www/video/blair-1.MPG.mpg -ss 00:00:07 -t 00:00:01 -s 120x90 -r 1 -f mjpeg C:/wamp/www/thumb/2_219.jpg
C:/wamp/www/thumb/3_219.jpg
C:/wamp/bin1/ffmpeg -i C:/wamp/www/video/blair-1.MPG.mpg -ss 00:00:10 -t 00:00:01 -s 120x90 -r 1 -f mjpeg C:/wamp/www/thumb/3_219.jpg
Create Thumbnail with ffmpeg - END
CONVERT COMMAND: C:/wamp/bin1/mencoder 'C:/wamp/www/video/blair-1.MPG.mpg' -o C:/wamp/www/flvideo/1220987201842051896.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -ofps 24 -vf harddup
####################################################
Array
(
[0] => MEncoder dev-SVN-r27531-4.2.4 (C) 2000-2008 MPlayer Team
[1] => CPU: Intel(R) Celeron(R) CPU 3.06GHz (Family: 15, Model: 4, Stepping: 9)
[2] => CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
[3] => Compiled with runtime CPU detection.
[4] => 129 audio & 257 video codecs
[5] =>
[6] => Exiting...
)
####################################################
Return value: Exiting...
Running flvtool2: C:/wamp/bin1/flvtool2 -U C:/wamp/www/flvideo/1220987201842051896.flv
Back
the thumbnails are all good just no video no flv file vid made
any hel plz
Bookmarks