2013-01-19, 02:39 AM
I'm not having any success with transcoding recordings using the web server /transcode?recording=<oid> url. The web request seems to be being processed OK and ffmpeg fires up in a command window. The .ts file is being created and I can see its size periodically increasing but playback never starts. The same resolution and bitrate work fine for Live TV transcoding with the /live?channel=<number> url. Any ideas?
From the web.log (the only two entries)...
Cheers,
Brian
From the web.log (the only two entries)...
Code:
2013-01-19 02:32:59.425 [DEBUG][28] Got Web Request (192.168.0.3): /transcode recording=19972&resolution=256x144&bitrate=400k
Code:
2013-01-19 02:32:59.425 [DEBUG][28] Running: C:\Program Files\NPVR\other\ffmpeg.exe -y -v 0 -i D:\nPVR\Horizon\Horizon_20120730_21002200.ts -f mpegts -acodec libfaac -ar 48000 -ac 2 -ab 64k -s 256x144 -vcodec libx264 -b 400k -flags +loop -cmp +chroma -refs 1 -coder 0 -me_range 16 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 200k -maxrate 96k -bufsize 96k -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -aspect 256:144 -g 30 -async 2 D:\nPVR\live-tHorizon-3988-29.ts
Cheers,
Brian