2012/2/28 Andrey Utkin <[email protected]>: > Formats "LpcmDvd, LpcmHdDvd or LpcmBluRay" sound strange to me, so > tell us the model and give a link to device specs, so we can figure > out the format names which ffmpeg knows.
There is CODEC_ID_PCM_BLURAY and CODEC_ID_PCM_DVD, which are used for the "special" PCM structure on those two disc formats respectively, however neither of those has an encoder in ffmpeg yet, only decoders. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
