View Single Post
Old 2008-01-14, 16:01   #356 (permalink)
fabriceD06
Portal Member
 
Join Date: Jan 2007
Location: Nice
Age: 30
Posts: 123
Thanks: 4
Thanked 12 Times in 3 Posts

Country:

My System

Default

Quote:
Originally Posted by DaBrain81 View Post
Hopefully it is the right log.

how can i change log mode to debug?
the problem is due you use a custom profile and TS input file, and ffmpeg verbose an error

2008-01-12 17:47:26.218750 [VConv Error Reader]: [ $$ VCDBG $$ ] [ExternalTranscoder][Err]Error while opening codec for output stream #0.1 - maybe incorrect parameters such as bit_rate, rate, width or height

I think you crop settings are wrong may be you can remove it or the audio settings are wrong.

it is the command generated from you custom profile
ffmpeg.exe -i "G:\Capture\Das Erste_Tagesschau_2008-01-11_20_00.ts" -aspect 4:3 -cropbottom 24 -croptop 24 -cropleft 32 -cropright 32 -threads 1 -vcodec libxvid -vtag XVID -s 640x480 -b 512k -r 25 -qmin 5 -qmax 5 -qdiff 5 -acodec libmp3lame -ab 128k "G:\Capture\Das Erste_Tagesschau_2008-01-11_20_00.avi"

can you test this line
ffmpeg.exe -i "G:\Capture\Das Erste_Tagesschau_2008-01-11_20_00.ts" -aspect 4:3 -threads 1 -vcodec libxvid -vtag XVID -s 640x480 -b 512k -r 25 -qmin 5 -qmax 5 -qdiff 5 -acodec libmp3lame "G:\Capture\Das Erste_Tagesschau_2008-01-11_20_00.avi"

Thank

Fabrice
fabriceD06 is offline   Reply With Quote