Hi,
On Wed, 2008-12-31 at 19:21 +0100, Jean-Michel Pouré wrote:
> Hello,
> 
> For immediate inclusion in FFmpeg, could you tell me what FFmpeg command
> converts to Dirac video + theora sound (or any other sound codec). I was
> not able to mux sound into an ogg or any container.
> 

Currently, Dirac can be muxed with audio only in AVI and MPEG-TS
containers. For these containers Dirac can be muxed with any of the
audio codecs supported by the them.

E.g.

1. Transcoding a DV file to Dirac+mp2 in AVI

ffmpeg -i input.dv -vcodec libdirac -acodec mp2 output.avi

2. Transcoding a DV file to Dirac+mp2 in MPEG TS

ffmpeg -i input.dv -vcodec libdirac -acodec mp2 output.ts


For muxing Dirac with Vorbis in Ogg you will need to use ffmpeg2dirac.
The source for this is available in the Git repository on
diracvideo.org.

> Kind regards,
> Jean-Michel
> 
> 

Regards
Anuradha
> ------------------------------------------------------------------------------
> _______________________________________________
> Schrodinger-devel mailing list
> Schrodinger-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/schrodinger-devel


------------------------------------------------------------------------------
_______________________________________________
Schrodinger-devel mailing list
Schrodinger-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/schrodinger-devel

Reply via email to