Go Back   CodingForums.com > :: Server side development > PHP > Post a PHP snippet

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rating: Thread Rating: 7 votes, 5.00 average.
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-09-2012, 05:02 AM   PM User | #346
bbrog
New Coder

 
Join Date: Jun 2012
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
bbrog is an unknown quantity at this point
Hi, everytime I try to download a video I get the following in the logs


FFmpeg version SVN-r14473, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration: --prefix=/usr/local/cpffmpeg --enable-shared --enable-nonfree --enable-gpl --enable-vhook --enable-pthreads --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --extra-cflags=-I/usr/local/cpffmpeg/include/ --extra-ldflags=-L/usr/local/cpffmpeg/lib --enable-cross-compile
libavutil version: 49.7.0
libavcodec version: 51.62.0
libavformat version: 52.18.0
libavdevice version: 52.0.0
built on Aug 27 2009 00:42:12, gcc: 4.1.2 20070925 (Red Hat 4.1.2-27)
videos/1339212024_4fd2c0f8b15044.21469333.flv: could not find codec parameters


Please let me know thanks!
bbrog is offline   Reply With Quote
Old 06-09-2012, 06:59 AM   PM User | #347
chump2877
Senior Coder

 
chump2877's Avatar
 
Join Date: Dec 2004
Location: the U.S. of freakin' A.
Posts: 2,530
Thanks: 15
Thanked 128 Times in 121 Posts
chump2877 is on a distinguished road
Quote:
Originally Posted by bbrog View Post
Hi, everytime I try to download a video I get the following in the logs


FFmpeg version SVN-r14473, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration: --prefix=/usr/local/cpffmpeg --enable-shared --enable-nonfree --enable-gpl --enable-vhook --enable-pthreads --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --extra-cflags=-I/usr/local/cpffmpeg/include/ --extra-ldflags=-L/usr/local/cpffmpeg/lib --enable-cross-compile
libavutil version: 49.7.0
libavcodec version: 51.62.0
libavformat version: 52.18.0
libavdevice version: 52.0.0
built on Aug 27 2009 00:42:12, gcc: 4.1.2 20070925 (Red Hat 4.1.2-27)
videos/1339212024_4fd2c0f8b15044.21469333.flv: could not find codec parameters


Please let me know thanks!
You are using a very old version of ffmpeg. There are versions newer than 2008...try updating your ffmpeg to the latest stable version and let me know if you still have the problem...
__________________
Regards, R.J.
chump2877 is offline   Reply With Quote
Old 06-09-2012, 11:38 PM   PM User | #348
bbrog
New Coder

 
Join Date: Jun 2012
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
bbrog is an unknown quantity at this point
Hey upgraded the ffmpeg now getting the following:

ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
built on Jun 9 2012 14:52:17 with gcc 4.1.2 20070925 (Red Hat 4.1.2-27)
configuration:
libavutil 51. 54.100 / 51. 54.100
libavcodec 54. 23.100 / 54. 23.100
libavformat 54. 6.100 / 54. 6.100
libavdevice 54. 0.100 / 54. 0.100
libavfilter 2. 77.100 / 2. 77.100
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 15.100 / 0. 15.100
Input #0, matroska,webm, from 'videos/1339278936_4fd3c658d582a3.87410647.flv':
Duration: 00:07:45.23, start: 0.000000, bitrate: 194 kb/s
Stream #0:0: Video: vp8, yuv420p, 480x360, SAR 1:1 DAR 4:3, 30 fps, 30 tbr, 1k tbn, 1k tbc (default)
Stream #0:1: Audio: vorbis, 44100 Hz, stereo, s16 (default)
Unknown encoder 'libmp3lame'
bbrog is offline   Reply With Quote
Old 06-10-2012, 12:47 AM   PM User | #349
chump2877
Senior Coder

 
chump2877's Avatar
 
Join Date: Dec 2004
Location: the U.S. of freakin' A.
Posts: 2,530
Thanks: 15
Thanked 128 Times in 121 Posts
chump2877 is on a distinguished road
You haven't installed the audio codec 'libmp3lame' on your server...you can't convert to mp3 without the libmp3lame codec...
__________________
Regards, R.J.
chump2877 is offline   Reply With Quote
Old 06-13-2012, 06:32 PM   PM User | #350
chump2877
Senior Coder

 
chump2877's Avatar
 
Join Date: Dec 2004
Location: the U.S. of freakin' A.
Posts: 2,530
Thanks: 15
Thanked 128 Times in 121 Posts
chump2877 is on a distinguished road
Let's Make A Deal!

Just wanted to let you guys know that I am running a summer special on the paid-for version of this software. For all of the students and young people out there, the price has been slashed by 40% to accommodate your budgets. Please take advantage of this special offer while it lasts!
__________________
Regards, R.J.

Last edited by chump2877; 06-13-2012 at 06:35 PM..
chump2877 is offline   Reply With Quote
Old 06-17-2012, 07:41 PM   PM User | #351
spiryteu
New to the CF scene

 
Join Date: Jun 2012
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
spiryteu is an unknown quantity at this point
Hello,
it is my first post, so small introduce - my name is Mateusz.
I have problem with convert video to mp3... it is doing to long.
Code:
ffmpeg version git-2012-06-17-5015c37 Copyright (c) 2000-2012 the FFmpeg developers
  built on Jun 17 2012 19:19:50 with gcc 4.4.5
  configuration: --enable-gpl --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab
  libavutil      51. 58.100 / 51. 58.100
  libavcodec     54. 25.100 / 54. 25.100
  libavformat    54.  6.101 / 54.  6.101
  libavdevice    54.  0.100 / 54.  0.100
  libavfilter     2. 81.100 /  2. 81.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, matroska,webm, from 'videos/jcDWh0YOtJQ.flv':
  Duration: 00:05:25.85, start: 0.000000, bitrate: 4644 kb/s
    Stream #0:0(eng): Video: vp8, yuv420p, 1920x1080, SAR 1:1 DAR 16:9, 1k fps, 1k tbr, 1k tbn, 1k tbc (default)
    Stream #0:1: Audio: vorbis, 44100 Hz, stereo, s16 (default)
[buffer @ 0x1aad380] w:1920 h:1080 pixfmt:yuv420p tb:1/1000 fr:1000/1 sar:1/1 sws_param:flags=2
[ffmpeg_buffersink @ 0x1aad900] No opaque field provided
[format @ 0x1aad180] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_null_0' and the filter 'format'
[auto-inserted scaler 0 @ 0x1aad5a0] w:1920 h:1080 fmt:yuv420p sar:1/1 -> w:1920 h:1080 fmt:rgb24 sar:1/1 flags:0x4
Output #0, mp3, to 'mp3/jcDWh0YOtJQ.mp3':
  Metadata:
    TSSE            : Lavf54.6.101
    Stream #0:0(eng): Video: png, rgb24, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 1k tbc (default)
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s (default)
Stream mapping:
  Stream #0:0 -> #0:0 (vp8 -> png)
  Stream #0:1 -> #0:1 (vorbis -> libmp3lame)
Press [q] to stop, [?] for help
[mp3 @ 0x1ae1320] Got more than one picture in stream 0, ignoring.
frame=   43 fps= 16 q=0.0 size=       7kB time=00:00:00.04 bitrate=1384.6kbits/s dup=41 drop=0    
frame=   84 fps= 16 q=0.0 size=       8kB time=00:00:00.08 bitrate= 788.4kbits/s dup=81 drop=0    
frame=  126 fps= 16 q=0.0 size=       8kB time=00:00:00.12 bitrate= 552.1kbits/s dup=122 drop=0    
frame=  168 fps= 16 q=0.0 size=       9kB time=00:00:00.16 bitrate= 453.9kbits/s dup=163 drop=0    
frame=  210 fps= 16 q=0.0 size=      10kB time=00:00:00.21 bitrate= 395.0kbits/s dup=204 drop=0    
frame=  251 fps= 16 q=0.0 size=      11kB time=00:00:00.25 bitrate= 343.8kbits/s dup=244 drop=0    
frame=  293 fps= 16 q=0.0 size=      11kB time=00:00:00.29 bitrate= 317.3kbits/s dup=285 drop=0    
frame=  335 fps= 16 q=0.0 size=      12kB time=00:00:00.33 bitrate= 287.5kbits/s
I don't know why script doing it so slowy...

System is debian, some info about ffmpeg:
Code:
ffmpeg
ffmpeg-php version 	0.6.0-svn
ffmpeg-php built on 	Feb 10 2010 05:51:29
ffmpeg-php gd support 	enabled
ffmpeg libavcodec version 	Lavc52.20.0
ffmpeg libavformat version 	Lavf52.31.0
ffmpeg swscaler version 	SwS0.7.1
and exec code
PHP Code:
$exec_string 'ffmpeg -i '.$TmpVidName.' -y -acodec libmp3lame -ab 128k '.$Mp3Name.' 2> logs/' $v '.txt'
Is anyone have some ideas, help me please

Last edited by spiryteu; 06-17-2012 at 07:57 PM.. Reason: Add exec code
spiryteu is offline   Reply With Quote
Old 06-18-2012, 02:31 AM   PM User | #352
chump2877
Senior Coder

 
chump2877's Avatar
 
Join Date: Dec 2004
Location: the U.S. of freakin' A.
Posts: 2,530
Thanks: 15
Thanked 128 Times in 121 Posts
chump2877 is on a distinguished road
Looks like you built ffmpeg and/or the codecs using the git source....Don't do that....grab the latest stable version of ffmpeg and codecs...for example, in Ubuntu, the command for installing latest stable ffmpeg is:

Quote:
sudo apt-get install ffmpeg
Adjust that command for Debian, if necessary....
__________________
Regards, R.J.
chump2877 is offline   Reply With Quote
Users who have thanked chump2877 for this post:
spiryteu (06-18-2012)
Old 06-18-2012, 05:59 PM   PM User | #353
spiryteu
New to the CF scene

 
Join Date: Jun 2012
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
spiryteu is an unknown quantity at this point
Work good, thanks
spiryteu is offline   Reply With Quote
Old 06-19-2012, 12:13 PM   PM User | #354
globusut89
New to the CF scene

 
Join Date: Jun 2012
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
globusut89 is an unknown quantity at this point
I want to buy and put on my website service that allows Internet users to convert video from youtube, Daily Motion to mp3 etc.
the problem is that I'm a beginner.
And I would like to know a few things before i buy.

1.Which Hosting will be good, that I will create such a service with support for ffmpeg, pacyfichost.com will be good ?

2.The installation and configuration of this script on the server will be difficult ?
Are there any tutorial on how to install and configure this script, I was looking for but I found a tutorial on how to set up but on your own server on linux, but did not find any how to do it on the purchased server like a pacyfichost.com

Last edited by globusut89; 06-19-2012 at 12:20 PM..
globusut89 is offline   Reply With Quote
Old 06-19-2012, 01:55 PM   PM User | #355
chump2877
Senior Coder

 
chump2877's Avatar
 
Join Date: Dec 2004
Location: the U.S. of freakin' A.
Posts: 2,530
Thanks: 15
Thanked 128 Times in 121 Posts
chump2877 is on a distinguished road
Quote:
Originally Posted by globusut89 View Post
I want to buy and put on my website service that allows Internet users to convert video from youtube, Daily Motion to mp3 etc.
the problem is that I'm a beginner.
And I would like to know a few things before i buy.

1.Which Hosting will be good, that I will create such a service with support for ffmpeg, pacyfichost.com will be good ?

2.The installation and configuration of this script on the server will be difficult ?
Are there any tutorial on how to install and configure this script, I was looking for but I found a tutorial on how to set up but on your own server on linux, but did not find any how to do it on the purchased server like a pacyfichost.com
Hi,

1) pacifichost.com would be fine for hosting this application. And while their standard, shared hosting supports ffmpeg, you probably won't get the kind of speed you want from an application like this using a shared hosting solution. Instead, I recommend buying a VPS or dedicated server for optimal speed. Of course, you could always start with a shared hosting plan and then upgrade to VPS or dedicated server later as your site grows.

2) The paid-for version of the application comes with example command line-level instructions for preparing an Ubuntu Linux server for this script. But the server configuration approach will vary depending on the Linux OS in use, the level of access you have to the server, and the amount/kind of software already installed on the server. So the included instructions are provided as an example only, as your individual needs will vary.

And while server configuration approach will vary, the installation of the script itself (after the server is configured) is nearly the same for all hosting environments. Please see the individual products pages (Linux or Windows) for more information.

Finally, if you need any assistance with server configuration or script installation, you can always return to this forum thread for free help. I am also available to configure/install things for you, and/or program custom modifications to the code, charged at my hourly rate.

Hope it helps.
__________________
Regards, R.J.
chump2877 is offline   Reply With Quote
Old 06-20-2012, 03:42 PM   PM User | #356
bbrog
New Coder

 
Join Date: Jun 2012
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
bbrog is an unknown quantity at this point
Hi, after getting the latest version of ffmpeg I got the following in the log file and the video just never past the converting on the site:

Code:
ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
  built on Jun 20 2012 04:19:15 with gcc 4.1.2 20070925 (Red Hat 4.1.2-27)
  configuration: --enable-libmp3lame --enable-libvorbis --disable-mmx --enable-shared
  libavutil      51. 54.100 / 51. 54.100
  libavcodec     54. 23.100 / 54. 23.100
  libavformat    54.  6.100 / 54.  6.100
  libavdevice    54.  0.100 / 54.  0.100
  libavfilter     2. 77.100 /  2. 77.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0. 15.100 /  0. 15.100
Input #0, matroska,webm, from 'videos/1340201100_4fe1d88cdc9853.08967323.flv':
  Duration: 00:07:45.23, start: 0.000000, bitrate: 194 kb/s
    Stream #0:0: Video: vp8, yuv420p, 480x360, SAR 1:1 DAR 4:3, 30 fps, 30 tbr, 1k tbn, 1k tbc (default)
    Stream #0:1: Audio: vorbis, 44100 Hz, stereo, s16 (default)
[buffer @ 0x8b27440] w:480 h:360 pixfmt:yuv420p tb:1/1000 sar:1/1 sws_param:flags=2
[buffersink @ 0x8b11020] No opaque field provided
[format @ 0x8b196c0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'format'
[swscaler @ 0x8b2afd0] No accelerated colorspace conversion found from yuv420p to rgb24.
[swscaler @ 0x8b30a50] No accelerated colorspace conversion found from yuv420p to rgb24.
[swscaler @ 0x8b364c0] No accelerated colorspace conversion found from yuv420p to rgb24.
[scale @ 0x8b189e0] w:480 h:360 fmt:yuv420p sar:1/1 -> w:480 h:360 fmt:rgb24 sar:1/1 flags:0x4
Output #0, mp3, to 'mp3/Autechre_-_Puch.mp3':
  Metadata:
    TSSE            : Lavf54.6.100
    Stream #0:0: Video: png, rgb24, 480x360 [SAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 90k tbn, 30 tbc (default)
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s (default)
Stream mapping:
  Stream #0:0 -> #0:0 (vp8 -> png)
  Stream #0:1 -> #0:1 (vorbis -> libmp3lame)
Press [q] to stop, [?] for help
[mp3 @ 0x8b608d0] Got more than one picture in stream 0, ignoring.
frame=   14 fps=0.0 q=0.0 size=     312kB time=00:00:00.41 bitrate=6144.2kbits/s    
frame=   28 fps= 27 q=0.0 size=     319kB time=00:00:00.88 bitrate=2953.5kbits/s    
frame=   42 fps= 27 q=0.0 size=     327kB time=00:00:01.35 bitrate=1972.8kbits/s    
frame=   56 fps= 27 q=0.0 size=     334kB time=00:00:01.79 bitrate=1527.4kbits/s    
frame=   70 fps= 27 q=0.0 size=     341kB time=00:00:02.27 bitrate=1231.0kbits/s    
frame=   84 fps= 27 q=0.0 size=     349kB time=00:00:02.76 bitrate=1032.8kbits/s    
frame=   98 fps= 27 q=0.0 size=     356kB time=00:00:03.21 bitrate= 907.7kbits/s    
frame=  112 fps= 27 q=0.0 size=     363kB time=00:00:03.68 bitrate= 808.2kbits/s    
frame=  125 fps= 27 q=0.0 size=     370kB time=00:00:04.10 bitrate= 738.6kbits/s    
frame=  139 fps= 27 q=0.0 size=     377kB time=00:00:04.59 bitrate= 672.8kbits/s    
frame=  153 fps= 27 q=0.0 size=     385kB time=00:00:05.06 bitrate= 622.2kbits/s    
frame=  167 fps= 27 q=0.0 size=     392kB time=00:00:05.50 bitrate= 583.5kbits/s    
frame=  181 fps= 27 q=0.0 size=     399kB time=00:00:05.98 bitrate= 546.7kbits/s    
frame=  195 fps= 27 q=0.0 size=     406kB time=00:00:06.42 bitrate= 517.8kbits/s    
frame=  209 fps= 27 q=0.0 size=     414kB time=00:00:06.92 bitrate= 489.8kbits/s    
frame=  223 fps= 27 q=0.0 size=     421kB time=00:00:07.39 bitrate= 466.8kbits/s    
frame=  237 fps= 27 q=0.0 size=     428kB time=00:00:07.86 bitrate= 446.5kbits/s    
frame=  251 fps= 27 q=0.0 size=     435kB time=00:00:08.30 bitrate= 429.5kbits/s    
frame=  265 fps= 27 q=0.0 size=     443kB time=00:00:08.77 bitrate= 413.3kbits/s    
frame=  279 fps= 27 q=0.0 size=     450kB time=00:00:09.24 bitrate= 398.8kbits/s    
frame=  293 fps= 27 q=0.0 size=     457kB time=00:00:09.71 bitrate= 385.7kbits/s    
frame=  307 fps= 27 q=0.0 size=     465kB time=00:00:10.18 bitrate= 373.8kbits/s    
frame=  322 fps= 27 q=0.0 size=     472kB time=00:00:10.63 bitrate= 363.5kbits/s    
frame=  335 fps= 27 q=0.0 size=     479kB time=00:00:11.12 bitrate= 353.0kbits/s    
frame=  349 fps= 27 q=0.0 size=     487kB time=00:00:11.59 bitrate= 343.9kbits/s    
frame=  363 fps= 27 q=0.0 size=     494kB time=00:00:12.06 bitrate= 335.5kbits/s    
frame=  377 fps= 27 q=0.0 size=     501kB time=00:00:12.51 bitrate= 328.1kbits/s    
frame=  391 fps= 27 q=0.0 size=     508kB time=00:00:12.98 bitrate= 320.9kbits/s    
frame=  405 fps= 27 q=0.0 size=     516kB time=00:00:13.45 bitrate= 314.1kbits/s    
frame=  419 fps= 27 q=0.0 size=     523kB time=00:00:13.92 bitrate= 307.9kbits/s    
frame=  428 fps= 21 q=0.0 size=     528kB time=00:00:14.23 bitrate= 303.9kbits/s    
frame=  442 fps= 21 q=0.0 size=     535kB time=00:00:14.67 bitrate= 298.6kbits/s
And also got the following

Code:
ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
  built on Jun 20 2012 04:19:15 with gcc 4.1.2 20070925 (Red Hat 4.1.2-27)
  configuration: --enable-libmp3lame --enable-libvorbis --disable-mmx --enable-shared
  libavutil      51. 54.100 / 51. 54.100
  libavcodec     54. 23.100 / 54. 23.100
  libavformat    54.  6.100 / 54.  6.100
  libavdevice    54.  0.100 / 54.  0.100
  libavfilter     2. 77.100 /  2. 77.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0. 15.100 /  0. 15.100
Input #0, matroska,webm, from 'videos/1340201386_4fe1d9aa4042f7.58912186.flv':
  Duration: 00:04:39.48, start: 0.000000, bitrate: 4993 kb/s
    Stream #0:0(eng): Video: vp8, yuv420p, 1920x1080, SAR 1:1 DAR 16:9, 1k fps, 1k tbr, 1k tbn, 1k tbc (default)
    Stream #0:1: Audio: vorbis, 44100 Hz, stereo, s16 (default)
[buffer @ 0x84451b0] w:1920 h:1080 pixfmt:yuv420p tb:1/1000 sar:1/1 sws_param:flags=2
[buffersink @ 0x84901b0] No opaque field provided
[format @ 0x8490870] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'format'
[swscaler @ 0x8471ff0] No accelerated colorspace conversion found from yuv420p to rgb24.
[swscaler @ 0x8478160] No accelerated colorspace conversion found from yuv420p to rgb24.
[swscaler @ 0x847dbd0] No accelerated colorspace conversion found from yuv420p to rgb24.
[scale @ 0x84903b0] w:1920 h:1080 fmt:yuv420p sar:1/1 -> w:1920 h:1080 fmt:rgb24 sar:1/1 flags:0x4
[mp3 @ 0x8490c10] Frame rate very high for a muxer not efficiently supporting it.
Please consider specifying a lower framerate, a different muxer or -vsync 2
Output #0, mp3, to 'mp3/Maroon_5_-_Payphone_Explicit_ft_Wiz_Khalifa[www.MP3Fiber.com].mp3':
  Metadata:
    TSSE            : Lavf54.6.100
    Stream #0:0(eng): Video: png, rgb24, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 1k tbc (default)
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 262 kb/s (default)
Stream mapping:
  Stream #0:0 -> #0:0 (vp8 -> png)
  Stream #0:1 -> #0:1 (vorbis -> libmp3lame)
Press [q] to stop, [?] for help
[mp3 @ 0x8490c10] Got more than one picture in stream 0, ignoring.
frame=   43 fps=8.6 q=0.0 size=       8kB time=00:00:00.04 bitrate=1617.9kbits/s dup=41 drop=0    
frame=   84 fps=8.6 q=0.0 size=      10kB time=00:00:00.08 bitrate= 987.4kbits/s dup=81 drop=0

Last edited by bbrog; 06-20-2012 at 03:47 PM..
bbrog is offline   Reply With Quote
Old 06-20-2012, 03:48 PM   PM User | #357
chump2877
Senior Coder

 
chump2877's Avatar
 
Join Date: Dec 2004
Location: the U.S. of freakin' A.
Posts: 2,530
Thanks: 15
Thanked 128 Times in 121 Posts
chump2877 is on a distinguished road
bbrog, please see this post.
__________________
Regards, R.J.
chump2877 is offline   Reply With Quote
Old 06-21-2012, 06:20 AM   PM User | #358
bbrog
New Coder

 
Join Date: Jun 2012
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
bbrog is an unknown quantity at this point
Hi, my server management company said they downloaded the latest version of the tar files that is stable and installed it.

Let me know thanks!
bbrog is offline   Reply With Quote
Old 06-21-2012, 06:57 AM   PM User | #359
chump2877
Senior Coder

 
chump2877's Avatar
 
Join Date: Dec 2004
Location: the U.S. of freakin' A.
Posts: 2,530
Thanks: 15
Thanked 128 Times in 121 Posts
chump2877 is on a distinguished road
Quote:
Originally Posted by bbrog View Post
Hi, my server management company said they downloaded the latest version of the tar files that is stable and installed it.

Let me know thanks!
If your ffmpeg log files are an indication of the ffmpeg version installed on your server, then your hosting company doesn't know what they are doing/saying. It looks like they have installed the latest build of ffmpeg as of June 20, 2012. That build is exactly one-day-old today. There's no such thing as a day-old, "stable" build of anything. It's too new to be stable.
__________________
Regards, R.J.
chump2877 is offline   Reply With Quote
Old 06-21-2012, 04:04 PM   PM User | #360
globusut89
New to the CF scene

 
Join Date: Jun 2012
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
globusut89 is an unknown quantity at this point
My converter converts only video to mp3,
other formats will not work here its>>www.pepzol.com
Please check and write what is wrong, thanks
globusut89 is offline   Reply With Quote
Reply

Bookmarks

Tags
audio, class, conversion, dailymotion, ffmpeg, mp3, php, script, video, youtube

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:47 AM.


Advertisement
Log in to turn off these ads.