2021-11-01 15:10:58 -07:00
2021-11-01 15:10:58 -07:00
2021-11-01 15:10:58 -07:00
2021-11-01 15:10:58 -07:00

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
No description provided
Readme 33 KiB
Languages
Shell 96.5%
Dockerfile 3.5%