Here's what I have.
Code: Select all
<agent command="vlc" arguments="-I dummy %in --sout #transcode{venc=ffmpeg,vcodec=mpeg4,vb=1000,fps=25,aenc=ffmpeg,acodec=mp3,ab=128,samplerate=44100,channels=2}:standard{access=file,mux=ps,dst=%out} vlc:quit"/>
I've read that people have been able to do this. Are they using much faster machines, or am I doing something wrong? Any suggestions would be welcome.
PS - I don't need to encode audio at all...I'm fine with passing through the original audio stream, although I don't know how through VLC. All I'm trying to do is knock the bitrate/resolution down so that the xbox can handle it. Am I taking the wrong approach?