[FFmpeg-user] output asf stream fail since asf enc fail
Soho Soho123
soho123.2012 at gmail.com
Fri Jul 12 11:19:20 CEST 2013
Hi all,
I try to output asf stream that include video and audio
config file of ffserver :
<Stream test.asf>
Feed feed1.ffm
Format asf
AVOptionVideo flags +global_header
VideoSize 1280x720
VideoFrameRate 30
VideoCodec libx264
AVOptionAudio flags +global_header
AudioCodec pcm_s16le
AudioChannels 2
AudioSampleRate 48000
</Stream>
I got the error :
ffserver: libavformat/asfenc.c: 642: flush_packet: Assertion
`asf->packet_timestamp_end >= asf->packet_tim
estamp_start' failed.
Does anyone have ideas?
More information about the ffmpeg-user
mailing list