Differences

This shows you the differences between two versions of the page.

Link to this comparison view

avconv [2017/07/18 05:24] – created beandogavconv [2021/10/18 01:20] (current) – removed beandog
Line 1: Line 1:
-====== avconv ====== 
  
-== Multiple streams == 
- 
-Copy the first video and audio track to a new file: 
- 
-<code> 
-avconv -i bluray.m2ts -codec copy -map 0:v:0 -map 0:a:0 bluray.mp4 
-</code>