Last active
October 31, 2024 15:45
-
-
Save aaomidi/0a3b5c9bd563c9e012518b495410dc0e to your computer and use it in GitHub Desktop.
List of nearly all video file extensions
This file contains 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
webm | |
mkv | |
flv | |
vob | |
ogv | |
ogg | |
rrc | |
gifv | |
mng | |
mov | |
avi | |
qt | |
wmv | |
yuv | |
rm | |
asf | |
amv | |
mp4 | |
m4p | |
m4v | |
mpg | |
mp2 | |
mpeg | |
mpe | |
mpv | |
m4v | |
svi | |
3gp | |
3g2 | |
mxf | |
roq | |
nsv | |
flv | |
f4v | |
f4p | |
f4a | |
f4b | |
mod |
in bash:
for video_file in *.{webm,mkv,flv,vob,ogv,ogg,rrc,gifv,mng,mov,avi,qt,wmv,yuv,rm,asf,amv,mp4,m4p,m4v,mpg,mp2,mpeg,mpe,mpv,m4v,svi,3gp,3g2,mxf,roq,nsv,flv,f4v,f4p,f4a,f4b,mod}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with find: