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
#!/bin/bash | |
#REQUIREMENTS | |
# - ffmpeg | |
# - magick | |
mov_2_mp4() { | |
if [ -z $1 ]; then | |
echo "Please enter source file" | |
return 1 |
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
{ | |
"meta": { | |
"theme": "elegant" | |
}, | |
"basics": { | |
"name": "Vinh Pham", | |
"label": "Senior Software Engineer", | |
"picture": "https://tvpnextcloud.duckdns.org/core/preview?fileId=337233&x=5120&y=2880&a=true&etag=fb9276b8153efb366eb15191ae8ec5bc", | |
"email": "[email protected]", | |
"phone": "(+84)985046857", |