This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
utils_video_encoding [2020/06/14 21:33] xavier |
utils_video_encoding [2020/06/18 16:19] (current) xavier |
||
|---|---|---|---|
| Line 18: | Line 18: | ||
| => -map 0:m:language:eng to keep streams with english metadata defined (all types of streams but impacting only audio (a) since we're keeping all subtitles in this case)\\ | => -map 0:m:language:eng to keep streams with english metadata defined (all types of streams but impacting only audio (a) since we're keeping all subtitles in this case)\\ | ||
| => the ? at the end of -map instruction avoids failure if the matching input is missing\\ | => the ? at the end of -map instruction avoids failure if the matching input is missing\\ | ||
| + | |||
| + | ===== Script examples ===== | ||