Re: [FFmpeg-user] h264 support in webm containers?

2017-08-21 Thread Carl Eugen Hoyos
2017-08-21 8:43 GMT+02:00 Andy Baird : > Here's a sample: > https://www.dropbox.com/s/sf9agwlxxij5g93/replay-1503297479867.webm The file contains the string "matroska" but not the string "webm" so it is not a webm file but a matroska file with a webm suffix. (And is correctly read by FFmpeg afaic

Re: [FFmpeg-user] h264 support in webm containers?

2017-08-20 Thread Andy Baird
Hey Carl, Here's a sample: https://www.dropbox.com/s/sf9agwlxxij5g93/replay- 1503297479867.webm?dl=0 And here's the ffmpeg output of a copy operation: $ ./bin/ffmpeg.exe -i replay-1503297479867.webm -c copy test.webm ffmpeg version N-86848-g03a9e6f Copyright (c) 2000-2017 the FFmpeg developers

Re: [FFmpeg-user] h264 support in webm containers?

2017-08-18 Thread Carl Eugen Hoyos
2017-08-17 21:24 GMT+02:00 Andy Baird : > Are there any plans for ffmpeg to support h264 for webm? Please provide a sample. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, v

[FFmpeg-user] h264 support in webm containers?

2017-08-17 Thread Andy Baird
Chrome supports H264 codec webm when recording. https://bugs.chromium.org/p/chromium/issues/detail?id=601636 In recent versions of Chromium it appears to be the default encoder if none is provided, so we're likely to see a lot more webm's floating around out there with H264 encoding despite being