View Single Post
  #1  
Old 08-31-2009, 01:37 AM
stiraith stiraith is offline
Junior Member
 
Join Date: Aug 2009
Posts: 11
stiraith is on a distinguished road
Default

Jaksta - conversion settings


Hi,

as you all know Jaksta and Replay Media Catcher (RMC) both come with the option to convert your files after you finished recording. I want Jaksta to convert my recordings into Xvid but I fail at the ffmpeg command line.

The default command line for let's say "IPod Optimum Quality (MPEG 4)" looks like this:
<CommandLine>-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 24.00 -s 320x240 -b 1200000 -acodec libfaac -ab 131072 -ar 48000 -ac 2 -f mp4 "{1}"</CommandLine>

I want basically the same thing but for Xvid (1.22) resulting in a .avi container. Also the sound settings are too high for me. I'd prefer AC-3 with 32kbit/11025Hz/Mono (since most streams come in this low quality anyway).

So, how does the command line I need have to look like? Thanks in advance.
Reply With Quote