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/
58119
Commits
37
Branches
400
Tags
479 MiB
C
90.3%
Assembly
7.8%
Makefile
1.3%
C++
0.2%
Tree:
68900bf16b
FFmpeg
/
compat
/
plan9
/
head
10 lines
118 B
Raw
Blame
History
#!/bin/sh
n
=
10
case
"
$1
"
in
-n
)
n
=
$2
;
shift
2
;
;
-n*
)
n
=
${
1
#-n
}
;
shift
;
;
esac
exec
sed
${
n
}
q
"
$@
"
Reference in new issue
View Git Blame
Copy Permalink