hi i tried the solution and fixed that problem, however i encountered another problem when i tried it again.
the result that i get:Code:/usr/local/bin/ffmpeg -i /var/www/html/xxxx/video/4.wmv -acodec mp3 -ar 22050 -ab 32 -f flv /var/www/html/xxxx/flvideo/4.flv
says that it can't find the the file or directory. so i tried to remove all those folder paths and tried this:Code:FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: --enable-shared libavutil version: 49.4.0 libavcodec version: 51.40.4 libavformat version: 51.12.1 built on May 30 2007 00:30:06, gcc: 4.1.1 20070105 (Red Hat 4.1.1-51) /var/www/html/xxxx/video/4.wmv: no such file or directory
same result:Code:/usr/local/bin/ffmpeg -i video/4.wmv -acodec mp3 -ar 22050 -ab 32 -f flv flvideo/4.flv
what is the problem here? everything else seems to be in order.Code:FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: --enable-shared libavutil version: 49.4.0 libavcodec version: 51.40.4 libavformat version: 51.12.1 built on May 30 2007 00:30:06, gcc: 4.1.1 20070105 (Red Hat 4.1.1-51) video/4.wmv: no such file or directory


				
				
				
					
  Reply With Quote
Bookmarks