chacawaca / docker-post-recording

Watches for .ts files made by Live TV recordings, convert them to a friendly format and add chapters or remove commercial.
18 stars 6 forks source link

0B mkv files on unraid #19

Open PrzemekSkw opened 11 months ago

PrzemekSkw commented 11 months ago

Hello, I see that it looks ok in logs but mkv files don't work and are 0B. My unraid docker config: image image

Logs: image

image

Regards.

danmac commented 2 months ago

Not sure if this was the same issue as OP, but I had this issue becuase ffmpeg was choking on the dvb_teletext subtitles type for TV in Australia. I changed -map 0 in my custom.sh to -map 0:v -map 0:a to ignore anything that wasn't video or audio.

There is probably a more elegant solution but this worked for me.