Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Error Msg - "Input stream audio configuration changed, aborting"
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dave Bevan, BBC.  
View profile  
 More options Dec 16 2011, 6:23 pm
From: "Dave Bevan, BBC." <bevan...@googlemail.com>
Date: Fri, 16 Dec 2011 15:23:04 -0800 (PST)
Local: Fri, Dec 16 2011 6:23 pm
Subject: Error Msg - "Input stream audio configuration changed, aborting"
Hi.

Not sure how to fix this problem - attempting to convert from stereo
audio to 4 ch, adding 2 empty channels to make up the 4.

Any help would be much appreciated...

ffmbc -i 201112165232EU-SPAIN-ZAPATEROY_RAJOY.mpg -shortest -ar 48000 -
f s16le -i /dev/zero -vf
colormatrix=bt601:bt709,scale=1440:1080:interl=1 -vcodec dvvideo -
pix_fmt yuv422p -tff -aspect 16:9 -map_audio_channel 0.1.0.0.1.0 -
map_audio_channel 0.1.1.0.1.1 -map_audio_channel 1.0.0.0.1.2 -
map_audio_channel 1.0.0.0.1.3 -y out.mxf
FFmbc version 0.7-rc4
Copyright (c) 2008-2011 Baptiste Coudurier and the FFmpeg developers
Input #0, mpeg, from '201112165232EU-SPAIN-ZAPATEROY_RAJOY.mpg':
  Duration: 00:00:57.21, start: 0.270644, bitrate: 7117 kb/s
    Stream #0.0[0x1e0](und): Video: mpeg2video (Main), yuv420p,
720x576i tff [PAR 64:45 DAR 16:9], 6500 kb/s, 25.00 fps
    Stream #0.1[0x1c0](und): Audio: mp2, 48000 Hz, stereo, s16, 256 kb/
s
[s16le @ 0x2d07ce0] Estimating duration from bitrate, this may be
inaccurate
Input #1, s16le, from '/dev/zero':
  Duration: N/A, start: 0.000000, bitrate: 768 kb/s
    Stream #1.0(und): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768
kb/s
[colormatrix @ 0x2d05040] bt601 -> bt709
[scale @ 0x2d0d160] w:720 h:576 fmt:yuv420p -> w:1440 h:1080
fmt:yuv422p flags:0x4
Output #0, mxf, to 'out.mxf':
  Metadata:
    encoder: FFmbc 0.7
    Stream #0.0(und): Video: dvvideo, yuv422p, 1440x1080p [PAR 4:3 DAR
16:9], 115200 kb/s, 25.00 fps
    Stream #0.1(und): Audio: pcm_s16le, 48000 Hz, 4 channels, s16,
3072 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1 [channel: 0 -> 0]
  Stream #0.1 -> #0.1 [channel: 1 -> 1]
  Stream #1.0 -> #0.1 [channel: 0 -> 2]
  Stream #1.0 -> #0.1 [channel: 0 -> 3]
Press [q] to stop, [?] for help
Input stream audio configuration changed, aborting


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Baptiste Coudurier  
View profile  
 More options Dec 16 2011, 6:25 pm
From: Baptiste Coudurier <baptiste.coudur...@gmail.com>
Date: Fri, 16 Dec 2011 15:25:29 -0800
Local: Fri, Dec 16 2011 6:25 pm
Subject: Re: [ffmbc-discuss] Error Msg - "Input stream audio configuration changed, aborting"
Hi,

On 12/16/2011 03:23 PM, Dave Bevan, BBC. wrote:

The audio stream in your file changes configuration mid-stream and
ffmbc is aborting.
If that's not the case, then I need your file to investigate.

--
Baptiste COUDURIER
Key fingerprint          8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                           http://www.ffmpeg.org


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Himsley  
View profile  
 More options Dec 16 2011, 7:08 pm
From: Mark Himsley <mark.hims...@gmail.com>
Date: Sat, 17 Dec 2011 00:08:37 +0000
Local: Fri, Dec 16 2011 7:08 pm
Subject: Re: [ffmbc-discuss] Error Msg - "Input stream audio configuration changed, aborting"
On 16 December 2011 23:25, Baptiste Coudurier

Sorry Baptiste, but I'm going to disagree.

Dave, your silence must be the same as your mpg. Your mpg is 2 channel s16le:

> > Stream #0.1[0x1c0](und): Audio: mp2, 48000 Hz, stereo, s16, 256 kb/s [s16le @ 0x2d07ce0]

So your silence also has to be:

-ar 48000 -ac 2 -f s16le -i /dev/zero

You're creating mono silence, and you get that error when you're doing
the map_audio_channel.

I don't know if this is a bug or a feature, nor can I remember if I've
written about it on our wiki, but I've implemented this work around in
transcode scripts for some months.

--
Mark Himsley


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Baptiste Coudurier  
View profile  
 More options Dec 16 2011, 7:14 pm
From: Baptiste Coudurier <baptiste.coudur...@gmail.com>
Date: Fri, 16 Dec 2011 16:14:24 -0800
Local: Fri, Dec 16 2011 7:14 pm
Subject: Re: [ffmbc-discuss] Error Msg - "Input stream audio configuration changed, aborting"
Hey Mark,

On 12/16/2011 04:08 PM, Mark Himsley wrote:

Humm, ok, but still ffmbc thinks so.

> Dave, your silence must be the same as your mpg. Your mpg is 2 channel s16le:

>>> Stream #0.1[0x1c0](und): Audio: mp2, 48000 Hz, stereo, s16, 256 kb/s [s16le @ 0x2d07ce0]

> So your silence also has to be:

> -ar 48000 -ac 2 -f s16le -i /dev/zero

> You're creating mono silence, and you get that error when you're doing
> the map_audio_channel.

> I don't know if this is a bug or a feature, nor can I remember if I've
> written about it on our wiki, but I've implemented this work around in
> transcode scripts for some months.

That's a bug. I'll investigate.

--
Baptiste COUDURIER
Key fingerprint          8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                           http://www.ffmpeg.org


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Bevan, BBC.  
View profile  
 More options Dec 17 2011, 10:00 am
From: "Dave Bevan, BBC." <bevan...@googlemail.com>
Date: Sat, 17 Dec 2011 07:00:54 -0800 (PST)
Local: Sat, Dec 17 2011 10:00 am
Subject: Re: Error Msg - "Input stream audio configuration changed, aborting"
On Dec 17, 12:14 am, Baptiste Coudurier <baptiste.coudur...@gmail.com>
wrote:

Hi Baptiste.

Thanks for taking a look.

Mark, I didn't particularly look on our wiki re "rules for
manufacturing silence" - just assumed that creating a single silence
channel and mapping it multiple times would do.

Rgds,
--Dave.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »