2008-02-15, 05:20 PM
Hi,
I am trying ZProcess2 because I am interested in the caching feature. I use it with a MediaMVP. When I play a 15-second video (AVI from digital camera - MJPG codec), I notice this:
1) Sound comes out of my sound card on my PC
2) MediaMVP reboots
3) A cached MPG is created under Q:\PVR\Recordings (and it works)
4) The taskbar has a blinking lightning bolt with tooltip saying "transcoding..."
If I double-click teh icon, teh UI says it is at 82%, and stays at that forever.
5) RunTRanscode.cmd has this:
"C:\Program Files\devnz\gbpvr\Third Party\FFmpeg\ffmpeg.exe" -y -i "K:\export\Photos\2007-2008-Brazil\2007-12-29\MVI_0266.AVI" -f svcd -vcodec mpeg2video -b 2400k -acodec mp3 -ab 128k -ar 48000 -ac 2 -s 352x240 -r 29.97 -aspect 4:3 -async 15 "Q:\PVR\Recordings\MVP000DFE0C89542.mpg" 2> "C:\Program Files\devnz\gbpvr\Third Party\ZTools\transcode.log"
6) transcode.log has this:
FFmpeg version SVN-r7165, Copyright © 2000-2006 Fabrice Bellard, et al.
configuration: --enable-mp3lame --enable-libnut --enable-libogg --enable-vorbis --enable-faad --enable-faac --enable-libgsm --enable-xvid --enable-x264 --enable-mingw32 --enable-a52 --enable-dts --enable-pp --enable-amr_nb --enable-amr_wb --enable-swscaler --enable-avisynth --enable-gpl --enable-memalign-hack --cpu=i686 --extra-ldflags=-static
libavutil version: 49.1.0
libavcodec version: 51.25.0
libavformat version: 51.6.0
built on Nov 24 2006 18:53:03, gcc: 4.0.3
Input #0, avi, from 'K:\export\Photos\2007-2008-Brazil\2007-12-29\MVI_0266.AVI':
Duration: 00:00:14.4, start: 0.000000, bitrate: 15095 kb/s
Stream #0.0: Video: mjpeg, yuvj422p, 640x480, 30.00 fps®
Stream #0.1: Audio: pcm_u8, 11024 Hz, mono, 88 kb/s
Output #0, svcd, to 'Q:\PVR\Recordings\MVP000DFE0C89542.mpg':
Stream #0.0: Video: mpeg2video, yuv420p, 352x240, q=2-31, 2400 kb/s, 29.97 fps©
Stream #0.1: Audio: mp3, 48000 Hz, stereo, 128 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press [q] to stop encoding
frame= 42 q=2.0 size= 494kB time=1.4 bitrate=2958.2kbits/s
frame= 84 q=2.6 size= 962kB time=2.8 bitrate=2845.6kbits/s
frame= 122 q=2.9 size= 1384kB time=4.0 bitrate=2808.2kbits/s
frame= 163 q=2.6 size= 1792kB time=5.4 bitrate=2715.8kbits/s
frame= 204 q=2.6 size= 2210kB time=6.8 bitrate=2672.8kbits/s
frame= 242 q=2.4 size= 2600kB time=8.0 bitrate=2648.7kbits/s
frame= 284 q=2.6 size= 3034kB time=9.4 bitrate=2632.1kbits/s
frame= 327 q=2.6 size= 3492kB time=10.9 bitrate=2629.9kbits/s
frame= 366 q=3.6 size= 3932kB time=12.2 bitrate=2644.8kbits/s
frame= 410 q=2.7 size= 4378kB time=13.6 bitrate=2628.0kbits/s
frame= 419 q=2.5 size= 4448kB time=13.9 bitrate=2617.7kbits/s
frame= 434 q=2.5 Lsize= 4618kB time=14.4 bitrate=2618.4kbits/s
video:4328kB audio:227kB global headers:0kB muxing overhead 1.399422%
Maybe it does not detect that RunTRanscode.cmd has already coompleted? The OS here is Windows 2003.
Can anybody help? All I really want is the caching feature. Thanks.
I am trying ZProcess2 because I am interested in the caching feature. I use it with a MediaMVP. When I play a 15-second video (AVI from digital camera - MJPG codec), I notice this:
1) Sound comes out of my sound card on my PC
2) MediaMVP reboots
3) A cached MPG is created under Q:\PVR\Recordings (and it works)
4) The taskbar has a blinking lightning bolt with tooltip saying "transcoding..."
If I double-click teh icon, teh UI says it is at 82%, and stays at that forever.
5) RunTRanscode.cmd has this:
"C:\Program Files\devnz\gbpvr\Third Party\FFmpeg\ffmpeg.exe" -y -i "K:\export\Photos\2007-2008-Brazil\2007-12-29\MVI_0266.AVI" -f svcd -vcodec mpeg2video -b 2400k -acodec mp3 -ab 128k -ar 48000 -ac 2 -s 352x240 -r 29.97 -aspect 4:3 -async 15 "Q:\PVR\Recordings\MVP000DFE0C89542.mpg" 2> "C:\Program Files\devnz\gbpvr\Third Party\ZTools\transcode.log"
6) transcode.log has this:
FFmpeg version SVN-r7165, Copyright © 2000-2006 Fabrice Bellard, et al.
configuration: --enable-mp3lame --enable-libnut --enable-libogg --enable-vorbis --enable-faad --enable-faac --enable-libgsm --enable-xvid --enable-x264 --enable-mingw32 --enable-a52 --enable-dts --enable-pp --enable-amr_nb --enable-amr_wb --enable-swscaler --enable-avisynth --enable-gpl --enable-memalign-hack --cpu=i686 --extra-ldflags=-static
libavutil version: 49.1.0
libavcodec version: 51.25.0
libavformat version: 51.6.0
built on Nov 24 2006 18:53:03, gcc: 4.0.3
Input #0, avi, from 'K:\export\Photos\2007-2008-Brazil\2007-12-29\MVI_0266.AVI':
Duration: 00:00:14.4, start: 0.000000, bitrate: 15095 kb/s
Stream #0.0: Video: mjpeg, yuvj422p, 640x480, 30.00 fps®
Stream #0.1: Audio: pcm_u8, 11024 Hz, mono, 88 kb/s
Output #0, svcd, to 'Q:\PVR\Recordings\MVP000DFE0C89542.mpg':
Stream #0.0: Video: mpeg2video, yuv420p, 352x240, q=2-31, 2400 kb/s, 29.97 fps©
Stream #0.1: Audio: mp3, 48000 Hz, stereo, 128 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press [q] to stop encoding
frame= 42 q=2.0 size= 494kB time=1.4 bitrate=2958.2kbits/s
frame= 84 q=2.6 size= 962kB time=2.8 bitrate=2845.6kbits/s
frame= 122 q=2.9 size= 1384kB time=4.0 bitrate=2808.2kbits/s
frame= 163 q=2.6 size= 1792kB time=5.4 bitrate=2715.8kbits/s
frame= 204 q=2.6 size= 2210kB time=6.8 bitrate=2672.8kbits/s
frame= 242 q=2.4 size= 2600kB time=8.0 bitrate=2648.7kbits/s
frame= 284 q=2.6 size= 3034kB time=9.4 bitrate=2632.1kbits/s
frame= 327 q=2.6 size= 3492kB time=10.9 bitrate=2629.9kbits/s
frame= 366 q=3.6 size= 3932kB time=12.2 bitrate=2644.8kbits/s
frame= 410 q=2.7 size= 4378kB time=13.6 bitrate=2628.0kbits/s
frame= 419 q=2.5 size= 4448kB time=13.9 bitrate=2617.7kbits/s
frame= 434 q=2.5 Lsize= 4618kB time=14.4 bitrate=2618.4kbits/s
video:4328kB audio:227kB global headers:0kB muxing overhead 1.399422%
Maybe it does not detect that RunTRanscode.cmd has already coompleted? The OS here is Windows 2003.
Can anybody help? All I really want is the caching feature. Thanks.