File:Webm file with 3 audio streams and 3 video streams.webm

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Webm_file_with_3_audio_streams_and_3_video_streams.webm(WebM audio/video file, VP9/Opus, length 5.0 s, 1 × 1 pixels, 55 kbps overall, file size: 34 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
English: This file was created using the command-line. The commands that I used are shown below
for i in $(seq 1 5); do convert xc:blue $i.png; done
ffmpeg -v error -y \
  -framerate 1 -pattern_type glob -i '*.png' \
  input.webm
echo 'Hello world!' | espeak --stdin -w input.wav
ffmpeg \
  -i input.webm \
  -i input.wav \
  -i input.webm \
  -i input.wav \
  -i input.webm \
  -i input.wav \
  -map 0:v:0 \
  -map 1:a:0 \
  -map 2:v:0 \
  -map 3:a:0 \
  -map 4:v:0 \
  -map 5:a:0 \
  output.webm

You can check that this file contain 3 audio streams and 3 video streams with the following command.

ffprobe \
  -v error \
  -print_format json \
  -show_entries stream=index,codec_type \
  output.webm
{
    "programs": [

    ],
    "streams": [
        {
            "index": 0,
            "codec_type": "video"
        },
        {
            "index": 1,
            "codec_type": "audio"
        },
        {
            "index": 2,
            "codec_type": "video"
        },
        {
            "index": 3,
            "codec_type": "audio"
        },
        {
            "index": 4,
            "codec_type": "video"
        },
        {
            "index": 5,
            "codec_type": "audio"
        }
    ]
}
Date
Source Own work
Author Rdrg109

Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current06:10, 14 January 20225.0 s, 1 × 1 (34 KB)Rdrg109 (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Transcode status

Update transcode status
Format Bitrate Download Status Encode time
VP9 240P 42 kbps Completed 02:57, 18 July 2024 1.0 s
Streaming 240p (VP9) 2 kbps Completed 07:15, 5 December 2023 1.0 s
WebM 360P 72 kbps Completed 22:46, 2 December 2023 1.0 s
Streaming 144p (MJPEG) 5 kbps Completed 17:23, 18 November 2023 1.0 s
Stereo (Opus) 36 kbps Completed 09:32, 13 November 2023 0.0 s
Stereo (MP3) 29 kbps Completed 07:20, 13 November 2023 0.0 s

Metadata