c8b8983cd47f5c294c609466a1668e2df6b11a61
anytom4v
This is a shell script I developed a while back, first to automate HandBrake from the command line, then to automate ffmpeg in a similar manner. As it stands now, it accepts input in whatever formats ffmpeg accepts and transcodes to H.264 video with aggressive compression but still decent (IMHO) quality and HE-AAC audio. Simple options to do things like detelecine, PAL-to-NTSC conversion, and inclusion of subtitles (they're normally excluded) are available; run with -h to see what you can do.
Now the script is containerized, and can be invoked with something like:
docker run -it --rm salfter/anytom4v -o video.m4v src_video.mkv
Description
Languages
Shell
96.5%
Dockerfile
3.5%