i looked thorugh the mencodertranscoder.cs file and cant find the lavdopts option, am i supposed to add it? Thanks,
and im trying to update mencoder because on certain avi files when i try to play them i get a blank screen WITH sound. do u think this would fix that issue?
leonowski:Try the latest mencoder-mt.exe builds. They are multithreaded and work great with multi-core processors.The easiest way to get the latest version is to download the latest PS3 media server here:http://code.google.com/p/ps3mediaserver/downloads/listExtract the exe for the windows version using 7-zip to a folder. Inside the folder, you should find FFMPEG and MENCODER-MT.exe. Rename mencoder-mt.exe to just mencoder.exe and replace the one used by transcode 360. Also, replace FFPEG.exe.After you do that, alter the mencodertranscoder.cs file in the transcode 360 program files folder to enable multi-thread decoding. (use the lavdopts option with the desired number of threads):-lavdopts fast:threads=4:skiploopfilter=allAfter that, you should have a much better experience with transcode 360 and mencoder.
Stuart
Windows Entertainment and Connected Home MVP
The Windows Media Center Blog Tips Tricks & News!
Phaze1 Digital
ColeAudio: videoArgs = String.Format("-lavdopts threads=4 -ovc lavc -vf scale={0}:{1},expand={2}:{3},harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate={4}:vbitrate={5}:keyint=15:aspect={6}{7}:threads=4 {8}-ofps {9}", source._width, source._height, output.Width, output.Height, maxVidBitrate, avgVidBitrate, output.DisplayAspectRatio, (audioOpts != null) ? audioOpts : "", subtitles, fps);
I posted this in another thread:
OK... Have you tried: Vader504's Transcoder v2.3?.. I have had success with this file in both Vista and W7... I have seen post about additional tweaks and plan to try them also... Since viewing this thread, I have uninstalled Transcode360 and the Vader504's Transcoder v2.4 ($40 version, only played for 5 minutes) and all is well... Again this is just for DVDs...
Give this article a look-see: http://iandixon.co.uk/Podcast/wikis/mediacenter/dvd-library-on-extenders-using-vader-s-transcoder.aspx
leonowski:another thought:I remember having strange problems with the script if I had similar file names in the same directory. I had similar file names because I was simply adding "backup" or "test" to the end of the file name so I could make quick backups.Having these similar filenames or .cs extensions in that same directory might cause you problems too. I suggest having a clean directory in there with only the required files. The same goes for mencoder and ffmpeg. It's probably best to move backups while your testing to a new directory somewhere.Also, after you make the changes, restart the transcoder service.