This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find *.mkv -exec basename -s .mkv '{}' \; | xargs -I{} ffmpeg -i {}.mkv -c copy {}.mp4 | |
parallel ffmpeg -i {.}.mkv -c copy {.}.mp4 ::: *.mkv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# *** The trekking profile is for slow travel | |
# *** and avoiding car traffic, but still with | |
# *** a focus on approaching your destination | |
# *** efficiently. | |
---context:global # following code refers to global config | |
# Bike profile | |
assign validForBikes = true |