Need help using MediaCoder

Discuss about generic usage of MediaCoder.

Moderator: HuggiL

Post Reply
singer
Beginner
Beginner
Posts: 1
Joined: Wed May 24, 2006 4:48 am

Need help using MediaCoder

Post by singer » Wed May 24, 2006 1:25 pm

I am using version 0.3.9 build 1858, very new to MediaCoder, and need help using it.

For learning, I am tryign to convert a XVID (.AVI) file to MPEG2 so that I can create .VOB files along with .IFO/.BUP and burn to a DVD+. I see that a new file named same as the original file is created in the output folder but of size 0KB and an error "Nothing is transcoded. Please check log ...". Below is the logger output:
.
.
.
[04-23 22:10:13] [Lame] Applying codec parameters
[04-23 22:10:21] [Lame] Applying codec parameters
[04-23 22:10:21] [Lame] Applying codec parameters
[04-23 22:10:29] Start transcoding job for C:\Documents and Settings\All Users\Documents\Multimedia\Test\Test - DVDRip - XviD - 1CDRip.AVI
[04-23 22:10:29] [Lame] Applying codec parameters
[04-23 22:10:29] [Lame] Applying codec parameters
[04-23 22:10:29] Applying codec parameters
[04-23 22:10:29] MEncoder loaded
[04-23 22:10:30] MEncoder unloaded
[04-23 22:10:30] Finished transcoding job for C:\Documents and Settings\All Users\Documents\Multimedia\Test\Test - DVDRip - XviD - 1CDRip.AVI
[04-23 22:10:30] [Lame] Applying codec parameters
[04-23 22:10:49] [Lame] Applying codec parameters
[04-23 22:17:51] [Lame] Applying codec parameters
.
.
.

There is no output on Console. Below are Audio options:
".\codecs\lame.exe" "$(SourceFile)" "$(DestFile)" --priority 1 -r -x -s $(SampleRate) --vbr-new -V 6 -q 0 -k --replaygain-fast --quiet

Below are Video options:
".\mplayer\mencoder.exe" "$(SourceFile)" -ovc lavc -lavcopts vcodec=mpeg2video:keyint=250:vbitrate=$(VideoBitrate) -oac mp3lame -lameopts aq=0:highpassfreq=-1:lowpassfreq=-1:vbr=2:q=3 -o "$(DestFile)"

There are no container options set.

Please help - I am sure that my options are wrong.

Thanks a lot!!!

itspete
Modest
Modest
Posts: 275
Joined: Tue May 16, 2006 1:51 am

Re: Need help using MediaCoder

Post by itspete » Fri May 26, 2006 3:38 am

singer wrote:I am using version 0.3.9 build 1858, very new to MediaCoder, and need help using it.

For learning, I am tryign to convert a XVID (.AVI) file to MPEG2 so that I can create .VOB files along with .IFO/.BUP and burn to a DVD+. I see that a new file named same as the original file is created in the output folder but of size 0KB and an error "Nothing is transcoded. Please check log ...". Below is the logger output:
.
.
.
[04-23 22:10:13] [Lame] Applying codec parameters
[04-23 22:10:21] [Lame] Applying codec parameters
[04-23 22:10:21] [Lame] Applying codec parameters
[04-23 22:10:29] Start transcoding job for C:\Documents and Settings\All Users\Documents\Multimedia\Test\Test - DVDRip - XviD - 1CDRip.AVI
[04-23 22:10:29] [Lame] Applying codec parameters
[04-23 22:10:29] [Lame] Applying codec parameters
[04-23 22:10:29] Applying codec parameters
[04-23 22:10:29] MEncoder loaded
[04-23 22:10:30] MEncoder unloaded
[04-23 22:10:30] Finished transcoding job for C:\Documents and Settings\All Users\Documents\Multimedia\Test\Test - DVDRip - XviD - 1CDRip.AVI
[04-23 22:10:30] [Lame] Applying codec parameters
[04-23 22:10:49] [Lame] Applying codec parameters
[04-23 22:17:51] [Lame] Applying codec parameters
.
.
.

There is no output on Console. Below are Audio options:
".\codecs\lame.exe" "$(SourceFile)" "$(DestFile)" --priority 1 -r -x -s $(SampleRate) --vbr-new -V 6 -q 0 -k --replaygain-fast --quiet

Below are Video options:
".\mplayer\mencoder.exe" "$(SourceFile)" -ovc lavc -lavcopts vcodec=mpeg2video:keyint=250:vbitrate=$(VideoBitrate) -oac mp3lame -lameopts aq=0:highpassfreq=-1:lowpassfreq=-1:vbr=2:q=3 -o "$(DestFile)"

There are no container options set.

Please help - I am sure that my options are wrong.

Thanks a lot!!!
Hi.
Have a look at Audio/Video Knowledge and Tips And Tricks.
May be of some help.

All the best
Charles

Post Reply