regsvr32 c:\windows\system32\pthreadGC2.dll yapıldığında aşağıdaki uyarıyı veriyor.
Alıntı
c:\windows\system32\pthreadGC2.dll yüklendi ancak DllRegisterServer giriş noktası bulunamadı.
Bu dosya kaydettirilemez.
diyor.
uygulamayı çalıştırdığımda cikti.fvl ve cikti.jpg diye iki dosyayı veriyor ama 0 KB olarak veriyor. yani çevirmiyor?
Alıntı
<%
Session.Timeout = 1000
server.scriptTimeOut = 1000
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 1
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "no-cache"
Set oxxicn = Server.Createobject("Dynu.Exec")
inputvideo="D:\vhosts\xxxx.net\httpdocs\fevzi.wmv"
outputvideo="D:\vhosts\xxxx.net\httpdocs\video\cik ti.flv"
outputfile="D:\vhosts\xxxx.net\httpdocs\video\resi m.jpg"
ffmpegroot="D:\vhosts\xxxx.net\httpdocs\bin\"
response.write (oxxicn.execute(""&ffmpegroot&"ffmpeg -s 320x240 -i "&inputvideo&" -ss 00:00:05 -s 320x240 -vframes 1 -f mjpeg "&outputfile&""))
response.write (oxxicn.execute(""&ffmpegroot&"ffmpeg -i "&inputvideo&" -ab 16 -ar 22050 -b 600 -s 320x240 -r 23 "&outputvideo&""))
%>
video klasörüne yazma izni tam yetkili olarak verildi. bin klasörüne ise ffmpeg.exe ve ffplay.exe dosyaları konuldu ve çalıştırıldı. ffmpeg ve ffplay dosyalarınıda tam yazma ve okuma yetkileri verildi.
sorgu çalıştıırılnca aşağıdaki çıktıyı alıyorum.
Alıntı
FFmpeg version SVN-r11870, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-liba52 --enable-avisynth --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --cpu=i686 --enable-memalign-hack --extra-ldflags=-static libavutil version: 49.6.0 libavcodec version: 51.50.0 libavformat version: 52.7.0 libavdevice version: 52.0.0 built on Feb 5 2008 23:46:38, gcc: 4.2.3 Input #0, ac3, from 'D:\vhosts\xxxx.net\httpdocs\fevzi.wmv': Duration: 00:11:19.4, bitrate: 80 kb/s Stream #0.0: Audio: liba52, 22050 Hz, 3 channels, 80 kb/s Output file does not contain any stream FFmpeg version SVN-r11870, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-liba52 --enable-avisynth --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --cpu=i686 --enable-memalign-hack --extra-ldflags=-static libavutil version: 49.6.0 libavcodec version: 51.50.0 libavformat version: 52.7.0 libavdevice version: 52.0.0 built on Feb 5 2008 23:46:38, gcc: 4.2.3 Input #0, ac3, from 'D:\vhosts\xxxx.net\httpdocs\fevzi.wmv': Duration: 00:11:19.4, bitrate: 80 kb/s Stream #0.0: Audio: liba52, 22050 Hz, 3 channels, 80 kb/s WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s Output #0, flv, to 'D:\vhosts\xxxx.net\httpdocs\video\cikti.flv': Stream #0.0: Audio: libmp3lame, 22050 Hz, 3 channels, 0 kb/s Stream mapping: Stream #0.0 -> #0.0 Error while opening codec for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
bu konuda yardımcı olabilirseniz sevinirim.