Skip to content

Instantly share code, notes, and snippets.

View olivermontalvanm's full-sized avatar
🦉
Improving

Oliver Montalván olivermontalvanm

🦉
Improving
  • Managua, Nicaragua.
View GitHub Profile

‎‎​

@olivermontalvanm
olivermontalvanm / gist:a15df68472978f0ddda94c0223725dff
Last active April 1, 2021 09:08
Optimizar vídeo para la web usando FFMPEG
ffmpeg -i {video_input} -vcodec libx265 -crf 28 {video_output}
ffmpeg -i input.avi -c:v libx264 -crf 18 -preset veryslow -c:a copy out.mp4
@olivermontalvanm
olivermontalvanm / resume.json
Last active November 9, 2023 20:10
resume.json
{
"basics": {
"name": "Oliver Montalván Morales",
"label": "Senior Full-Stack Web Developer",
"image": "https://docs.google.com/uc?export=download&id=1_PczCiM6oV0BDjg9U077_nd00LkwsGFU",
"email": "olivermontalvanm@gmail.com",
"phone": "+50585540554",
"url": "https://registry.jsonresume.org/olivermontalvanm?theme=kendall",
"summary": "I am a Full-Stack developer with specialized experience in the MERN stack (MongoDB, Express.js, React.js, Node.js), as well as TypeScript, C#, Java EE, PHP 8 (OOP), SQL databases (MSSQL, MySQL, PostgreSQL, SQLite). With strong skills in both client-side and server-side development, I have led projects from conception to implementation and maintenance, ensuring efficiency and functionality.",
"location": {
################################################################################
# sox cheat sheet
################################################################################
# Example commands for the sox command-line audio processing tool,
# for manipulating or batch processing audio files.
################################################################################
# Daniel Jones <dan@chirp.io>
################################################################################
################################################################################