Normal
the problem is due you use a custom profile and TS input file, and ffmpeg verbose an error2008-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 heightI 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 profileffmpeg.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 lineffmpeg.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"ThankFabrice
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