[Ffmpeg-devel] WMA encoding and Windows Media Player for Mac OS X

Michael Niedermayer michaelni
Thu Mar 8 23:22:22 CET 2007


Hi

On Thu, Mar 08, 2007 at 01:49:17PM -0600, Tyler Loch wrote:
> >hmmmmm, random try, what happens if you apply the patch below
> >
> >Index: asf-enc.c
> >===================================================================
> >--- asf-enc.c	(revision 8273)
> >+++ asf-enc.c	(working copy)
> >@@ -679,7 +679,7 @@
> >
> >             asf->packet_timestamp_start = timestamp;
> >
> >-            if(frag_len1 < payload_len && avst->codec->codec_type  
> >== CODEC_TYPE_AUDIO){
> >+            if(/*frag_len1 < payload_len && */avst->codec- 
> >>codec_type == CODEC_TYPE_AUDIO){
> >                 flush_packet(s);
> >                 continue;
> >             }
> 
> No change - the first 10-15 seconds are skipped over in the timeilne  
> after a short blip is played right at the beginning and at second 7.

ok, a few more questons (no i still dont really know where the problem is)

what is the source for the encoding? .asf? do you encode or stream copy 
(-vcodec copy / -acodec copy)?

does encoding with -intra change anything with unmodified svn?

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

When the tyrant has disposed of foreign enemies by conquest or treaty, and
there is nothing more to fear from them, then he is always stirring up
some war or other, in order that the people may require a leader. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070308/5614983e/attachment.pgp>



More information about the ffmpeg-devel mailing list