diff options
Diffstat (limited to 'Readme.txt')
-rw-r--r-- | Readme.txt | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -12,6 +12,7 @@ Software required ================= All recordings: System running Linux/bash shell, FFMPEG 3.x, VDR 2.2x, core Linux utilities such as nice, timeout etc +Optionally NCFTP if you want to upload files after conversion Additionally for VDR 1.x recordings: @@ -19,8 +20,6 @@ a) Modified GENINDEX (0.2) to convert subtitles to standard ETSI EN300743 format b) MPLEX13818 from http://www.scara.com/~schirmer/o/mplex13818 to reliably convert recordings into an mpegts container. ffmpeg doesn't handle dvbsubs in a program stream (.vdr native format), and sometimes fails to probe .vdr files correctly. In testing, this muxer produced much more reliable .ts files from VDR recordings than the myriad of versions of "ps2ts" etc. out there in the web. -Optionally NCFTP if you want to upload files after conversion - Configuring =========== vdr-convert is a standalone bash script - no spcific installation @@ -39,6 +38,10 @@ There are a few parameters at the top of vdr-convert to configure: set default langauages if you are missing VDR "info" files. +"filesystem", default is 190. This is the number of characters that the filesystem can handle, plus ~60 for date, time, epiosde number. Most filesystems limit the total to 255. + +email address if you want to be emailed about significant conversion failures + batch.sh if you use it - configure with the root of your VDR recording directory so that it can trigger VDR re-reads @@ -95,3 +98,4 @@ Noad completes very much more quickly than vdr-convert because the ffmpeg librar noad or similar utilities can of course be run on the converted files too, and in test noad produces the same output (within a second). For this reason vdr-convert does not re-run noad on converted files, just copies any marks.vdr file over (if required for VDR1.x recordings). RF August 2016 +Updated Dec 2016 |