This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
Watch
8
Star
0
Fork
You've already forked FFmpeg
0
Code
Issues
Projects
Releases
Wiki
Activity
Mirror of
https://git.ffmpeg.org/ffmpeg.git
https://ffmpeg.org/
69525
Commits
37
Branches
400
Tags
487 MiB
C
90.3%
Assembly
7.8%
Makefile
1.3%
C++
0.2%
Tree:
d304cb49eb
FFmpeg
/
compat
/
plan9
/
printf
2 lines
86 B
Raw
Blame
History
#!/bin/sh
exec
awk
"
BEGIN { for (i = 2; i < ARGC; i++) printf \"
$1
\", ARGV[i] }
"
"
$@
"
Reference in new issue
View Git Blame
Copy Permalink