Hey, great job, fellas! :)
I downloaded the latest and installed, and the command line I used below works great from command line.
______________________________________
mencoder "Inputfile.dvr-ms" -vf expand=:::::4/3,scale=720:480 -ofps 29.97 -ovc lavc -lavcopts vcodec=xvid:vqscale=4:threads=2 -oac mp3lame -lameopts abr:br=128 -o "outputfile.avi"
Like I said, using this, naming my DVRMS file "Input file.dvr-ms" worked great, but I'd love to do this from DVR-MS Toolbox so I can process a bunch of shows in batch...
When I try creating a profile that simply uses RunExternal for this app, and put in these args, this is what the output gives me.
Setting Priority = BelowNormal
FileName = E:\Mencoder\Scrubs - His Story II.dvr-ms
InputFile=E:\Mencoder\Scrubs - His Story II.dvr-ms
Processing actions, this may take some time!!
Testing "renamd"
Testing "r2"
"r2" is a match.
Profile = mencoderstuff
ProcessId = 3016
Run V:\Users\Williams\Desktop\Mencoder\mencoder.exe "Inputfile.dvr-ms" -vf expand=:::::4/3,scale=720:480 -ofps 29.97 -ovc lavc -lavcopts vcodec=xvid:vqscale=4:threads=2 -oac mp3lame -lameopts abr:br=128 -o "outputfile.avi"
MEncoder dev-SVN-r22280-3.4.4 (C) 2000-2006 MPlayer Team
CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz (Family: 15, Model: 2, Stepping: 9)
CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
Exiting...
Duration = 00:00:05.1295545
Total Duration = 00:00:05.1354135
___________________________________________
Anyway, that's what it is giving me. Do I need to set up something different? I appreciate any advice y'all can give me, you guys rock.
Jake