Hey I got AVC for file playback working and all with 0.9. I was just wondering what kind of performance should I be getting?
Right now I'm testing like various stuff like tv episodes, prison break (xvid, lame). And I get video stutter every couple seconds or so, and there are some ghosting (dropped keyframes). This really shouldn't be a transcoding speed related issue (athlon64 3500+, 1GB ram, no background apps using CPU).
On the other hand, the desktop and PSP are connected through a 100Mbps/803.11G router, desktop by ethernet, and PSP about ~5 feet away from router.
Please help identify the bottleneck, the frame dropping every 5 seconds or so ruins the experience.
Very neat software btw, kudos.
Here's a sample of my ini:
Code: Select all
# Net Io Config
[net]
con = 1;
vlc_server = 192.168.10.11;
vlc_port = 8080;
pmp_server = 192.168.10.11;
pmp_port = 3333;
debug = 0;
videopath1 = M:\test\;
videopath2 = ;
videopath3 = ;
videopath4 = ;
videopath5 = ;
musicpath1 = M:\test\;
musicpath2 = ;
musicpath3 = ;
musicpath4 = ;
musicpath5 = ;
dvd_drive = e:
# VLC transcoding settings
[transcode]
res_horiz = 480;
res_vert = 272;
use_avc_hw = 1;
vid_codec = DIV3;
vid_bitrate = 600;
vid_fps = 25;
venc = x264{me=dia,subme=1,analyse=none,bframes=0,b-adapt=none,chroma-me=none,merange=1};
aud_codec = mp3;
aud_bitrate = 64;
aud_channels = 2;
resample = 1;
aud_samplerate = 44100;
container = ogg;
# live stream server
[live]
liveserver = 192.168.10.11;
liveport = 1234;