---------- Forwarded message ---------- From: Dmitriy - <[email protected]> Date: Wed, Apr 22, 2015 at 4:01 PM Subject: WebM video format with h264 & pcm audio To: Artyom Savchenko <[email protected]>, Matt Angier <[email protected]>, Dominick Accattato <[email protected]>, Denis Kandrov < [email protected]>, Joseph Karwat <[email protected]>, Sebastian Wagner < [email protected]>, Paul Gregoire <[email protected]>, Ирина Архипец < [email protected]>, Daniel Ascher <[email protected]>, Chris Allen <[email protected]>, Maxim Solodovnik <[email protected]>
Issue with webM format: "WebM files consist of video streams compressed with the *VP8 or VP9* video codec, audio streams compressed with the *Vorbis or Opus* audio codecs, and WebVTT text tracks." (http://www.webmproject.org/about/faq/) all these commands fails: $ ffmpeg -i sample.webm -c:v h264 -c:a pcm_s32be sample_out.webm $ ffmpeg -i sample.webm -c:v h264 sample_out.webm $ ffmpeg -i sample.webm -c:a pcm_s32be sample_out.webm What to do with webM format with h264 video and pcm audio? -- Regards, Dmitry. -- -- С уважением, Бежецков Дмитрий.
