VLC is a fantastic video player. The list of formats it supports is huge, and it seems to do a great job playing everything I’ve thrown at it. It’s free. It’s open source. It’s cross platform (including mobile). It has no ads and no tracking.
VLC will also do video conversions. For example, when I shoot video on my phone I often get a file that’s far too big to be practical as media for twoprops.net
, and would be jittery over most connections even if the size was otherwise tolerable.
The interface for conversions is arcane. I suppose with so many supported CODECs and features, it has to be.
What I’ve found works best for videos on twoprops.net
is to convert to webm format. Here’s how it’s done:
Convert
- Click on the
Media
menu. - Click on
Convert / Save...
. - On the resulting
Open Media
dialog, click the+ Add...
button. - From the resulting
Select one or multiple files
box, choose the video(s) you want to convert and click✓ Open
. The file(s) of interest should appear in theFile Selection
list. - Click on the
Convert / Save
button. - On the resulting
Convert
window, under Profile, choose the profile you want. I useVideo - VP80 + Vorbis (Webm)
for videos ontwoprops.net
. There are many possible profiles, plus you can create your own, but such things are beyond the scope of my brain, let alone this little tutorial. - On the
Destination
pane, clickBrowse
. - On the resulting
Save file...
window, choose a name and location for your converted file. ClickSave
. - Click
Start
.
Wow, nine clicks to start the conversion. BUT WAIT… I’ve found that many times the resulting video is rotated. First try playing the resulting video in VLC, then double-check by dragging the file into a blank Firefox window. If it’s rotated, and you try searching on “rotated video”, you’ll end up falling down a deep rabbit hole. So first go back to VLC and…
Convert and Rotate
- Click on the
Tools
menu. - Choose
Effects and filters
. - In the resulting
Adjustments and Effects
window, click theVideo Effects
tab. - Under
Video Effects
, choose theGeometry
sub-tab. - Check the box in the
Transform
pane. - Using the menu under
Transform
, choose the rotation or flip you would like. (90° rotates a quarter-turn clockwise, 270° rotates a quarter-turn counterclockwise.) - Click
Save
. - Click
Close
. - Click on the
Media
menu. - Click on
Convert / Save...
. (The video you picked before should still be selected. If not, repeat steps 3 and 4 from the Convert sequence above.) - Click on the
Convert / Save
button. - On the resulting
Convert
window, under Profile, choose the profile you want. - To the right of the profile menu, click the button with the tiny wrench icon (🔧) in it.
- In the resulting
Profile edition
window, click theVideo codec
tab. - Under
Video codec
, click theFilters
tab. - Scroll down to
Video transformation filter
and make sure it’s checked (and that all the other filters are unchecked). - Click
Save
- You’re back on the
Convert
window. On theDestination
pane, clickBrowse
- On the resulting
Save file...
window, choose a name and location for your converted file. ClickSave
. - Click
Start
.
Wow, twenty more clicks. Be aware, too, that the changes you made are persistent, but hidden. You might want to turn off Tools>Effects and filters>Video Effects>Geometry>Transform
and Media>Convert/Save>🔧>Video codec>Filters>Video transformation filter
or you’ll get a weird rotation next time you do a VLC conversion and not remember why.
Did I say “arcane”? Happy converting!
Oh, this tutorial was done using VLC version “3.0.21 Vetinari” running under Linux Fedora 41.
—2p