My scripts for using ffmpeg to transcode recordings and fiddle the mythtv database.
Go to file
Leo Butler af706d5d4b sharpen transcoding options, add choice for muxer
In v31 of mythtv, playback and editing of matroska-formatted
containers does not work well--seeking is broken so bookmarks,
jumping, etc. do not work.

So, an option to set the container format/muxer has been added to
FFMPEG-SPLIT+TRANSCODE-RECORDING, namely FFMPEG-TRANSCODED-FILE-MUXER,
and this is set to mpegts by default.

Because we relied on defaults for the matroska container, we have made
some things explicit (like using libx264 for the video codec). The
preset is also now veryfast, rather than slow, which is a recommended
setting on the ffmpeg users' mailing list.

FFMPEG-SPLIT+TRANSCODE-RECORDING also uses FFMPEG-TRANSCODING-OPTIONS
now, rather than hard-coded options.
2021-04-18 06:34:59 -05:00
.gitignore use the system binaries for ffmpeg and ffprobe 2020-12-08 12:38:57 -06:00
LICENSE Initial commit 2020-06-15 16:25:50 +00:00
README.md Initial commit 2020-06-15 16:25:50 +00:00
commands.txt initial commit 2020-07-27 17:33:47 -05:00
ffmpeg-clean-temp-files.sh cron script to clean up files 2020-07-27 17:33:47 -05:00
ffmpeg-cut-list.sh scripts to remove cut or skip lists 2020-07-27 17:33:47 -05:00
ffmpeg-cut-list0.sh scripts to remove cut or skip lists 2020-07-27 17:33:47 -05:00
ffmpeg-cut-to-mkv.sh core sh scripts for transcoding to h264 in mkv 2020-07-27 17:33:47 -05:00
ffmpeg-myth.el a start at using elisp+comint-mode 2020-07-27 17:33:47 -05:00
ffmpeg-myth.scm sharpen transcoding options, add choice for muxer 2021-04-18 06:34:59 -05:00
ffmpeg-myth.sh start jobs with the greatest niceness 2021-04-18 06:33:41 -05:00
ffmpeg-to-mkv-marks.awk core sh scripts for transcoding to h264 in mkv 2020-07-27 17:33:47 -05:00
ffmpeg-to-mkv-seektable.awk core sh scripts for transcoding to h264 in mkv 2020-07-27 17:33:47 -05:00
ffmpeg-to-mkv.sh core sh scripts for transcoding to h264 in mkv 2020-07-27 17:33:47 -05:00
myth-clean-recordings.sh clean up transcoded files 2020-07-27 17:33:47 -05:00
myth-launch-user-job.sh a job launcher 2020-07-27 17:33:47 -05:00
myth-rebuild-seektable.sh core sh scripts for transcoding to h264 in mkv 2020-07-27 17:33:47 -05:00
myth-update-basename.sh core sh scripts for transcoding to h264 in mkv 2020-07-27 17:33:47 -05:00
mythconverg-schema.sql mythconverg schema for v28 2020-07-27 17:33:47 -05:00
mythtv-constants.scm constants for the recordedmarkup table in scheme 2020-07-27 17:33:47 -05:00

README.md

ffmpeg-mythtv

My scripts for using ffmpeg to transcode recordings and fiddle the mythtv database.