--- On Sun, 10/17/10, Ichthyostega <[email protected]> wrote:

> > I agree that using the quicktime wrapper as an
> intermediate format is a good 
> > thing, ... However, the sound support seems pretty
> dismal.
> 
> Indeed
> 
> > However, the defacto standard for pc pcm sound
> (pcm_s16le)
> ...
> > processed as follows: ffmpeg -i 01.MTS -vcodec mjpeg
> -deinterlace -s 848x480 
> > -r 29.97 \ -sameq -acodec pcm_s16le -ac 2 -ab 48000
> out.mov
> 
> 
> We all know Cinelerra is queer :-D But maybe ffmpeg is
> "crossed over" too...
> 
> I had only success when using big endian sound samples,
> i.e. "-acodec pcm_s16be" when transcoding with ffmpeg

OK. so I downloaded the quicktime file format specification document from apple 
and it came to me like a vision, like a flash written across the sky...or at 
least on one of the pages in the PDF document:

quicktime is a network order wrapper format.  It likes things in big endian 
format.

and that's always the question with wrappers: do they expect the data in them 
to follow their byte ordering?  has lead to much pulling of out of my hair on 
other projects as well, dealing with obscure networking protocols.

Of course I haven't tried your suggestion yet so I'll refrain from making any 
heretical blasphemous utterances until I confirm what you wrote.



      

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to