Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Nemutagk's full-sized avatar

Jose Alberto Cabrera Nemutagk

View GitHub Profile
@Nemutagk
Nemutagk / Readme.md
Created April 7, 2022 23:41 — forked from nenodias/Readme.md
Converting rmvb to mp4

Converting rmvb to mp4

Installing ffmpeg on ubuntu

sudo apt install ffmpeg

chamge the dir to where are your files

cd <folder with .rmvb files>

Just run convert file that it will look on this dir for all .rmvb files for converting

python3 convert.py

@Nemutagk
Nemutagk / gist:c0719c7a30da1d513da131158e8f1048
Created March 5, 2019 23:11 — forked from plasticbrain/gist:3887245
PHP: mime types (array format)
<?php
$mime_types = array(
'.3dm' => 'x-world/x-3dmf',
'.3dmf' => 'x-world/x-3dmf',
'.a' => 'application/octet-stream',
'.aab' => 'application/x-authorware-bin',
'.aam' => 'application/x-authorware-map',
'.aas' => 'application/x-authorware-seg',
'.abc' => 'text/vnd.abc',
'.acgi' => 'text/html',