home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
MP plugin for Video Transcoding
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="fabriceD06" data-source="post: 224489" data-attributes="member: 30197"><p>the problem is due you use a custom profile and TS input file, and ffmpeg verbose an error</p><p></p><p>2008-01-12 17:47:26.218750 [VConv Error Reader]: [ $$ VCDBG $$ ] [ExternalTranscoder][Err]Error while opening codec for output stream #0.1 - <strong>maybe incorrect parameters such as bit_rate, rate, width or height</strong></p><p></p><p>I think you crop settings are wrong may be you can remove it or the audio settings are wrong.</p><p></p><p>it is the command generated from you custom profile</p><p>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"</p><p></p><p>can you test this line</p><p>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"</p><p></p><p>Thank</p><p></p><p>Fabrice</p></blockquote><p></p>
[QUOTE="fabriceD06, post: 224489, member: 30197"] 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 - [B]maybe incorrect parameters such as bit_rate, rate, width or height[/B] 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 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
MP plugin for Video Transcoding
Contact us
RSS
Top
Bottom