My scripts for using ffmpeg to transcode recordings and fiddle the mythtv database.
Go to file
Leo Butler 37a2c8df05 a guile scheme re-implementation
-use the concat filter rather than segment+concat muxers
-currently, do not create a separate subtitle stream from closed
captions

-ffmpeg-myth-do-pending-jobs will look up recordings with a cutlist and
 run the transcoder (ffmpeg-myth-cut) over each
2020-07-27 17:33:47 -05:00
.gitignore initial commit 2020-07-27 17:33:47 -05: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 a guile scheme re-implementation 2020-07-27 17:33:47 -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

README.md

ffmpeg-mythtv

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