10 lines
317 B
Markdown
10 lines
317 B
Markdown
This is a shell script to transcode stuff to h.264.
|
|
|
|
It uses the Raspberry Pi's hardware acceleration
|
|
(`h264_v4l2m2m` codec)
|
|
to encode the h.264 files.
|
|
|
|
I don't know if the ffmpeg code is immature,
|
|
or if I just don't understand ffmpeg,
|
|
but this codec demands some special treatment,
|
|
which this shell script provides.
|