Differences

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

Link to this comparison view

libav [2013/07/11 17:05]
127.0.0.1 external edit
libav [2018/02/28 11:43]
steve
Line 88: Line 88:
 <​code>​ <​code>​
 qtfaststart input.mp4 output.mp4 qtfaststart input.mp4 output.mp4
 +</​code>​
 +
 +To copy metadata when encoding a file:
 +
 +<​code>​
 +avconv -i source.mp3 -map_metadata 0 output.m4a
 </​code>​ </​code>​