mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 00:01:40 +00:00
18 lines
432 B
Plaintext
18 lines
432 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# gst-transcoder-1.0
|
|
|
|
> Convert media between two filetypes.
|
|
> More information: <https://wiki.st.com/stm32mpu/wiki/Gst-transcoder>.
|
|
|
|
- List available transcoding targets:
|
|
|
|
`gst-transcoder-1.0 {{[-l|--list-targets]}}`
|
|
|
|
- Convert from one media type to another:
|
|
|
|
`gst-transcoder-1.0 {{path/to/input_file.webm}} {{path/to/output_file.mp4}}`
|