[mythtv-users] How to raise priority of ticket 13459?
John Pilkington
johnpilk222 at gmail.com
Tue Nov 12 08:53:46 UTC 2019
On 11/11/2019 23:42, jam at tigger.ws wrote:
>
>
>> On 11 Nov 2019, at 8:00 pm, mythtv-users-request at mythtv.org wrote:
>>
>> And going to a .mkv file extension is not a good idea, as there is a
>> fair bit of code in and around MythTV that assumes that all recording
>> files are going to be .nuv, .mpg or .ts file extensions. It does not
>> matter if the contents of the file are different from what is implied
>> by the extension, but only those three extensions are supported for
>> recording files.
>
>
> Does this imply that there is a way to specify the output container? My samsung tv chokes on .ts and if I ever want something for the tv I need to transcode.
>
> James
With the usual warnings about direct manipulation of the DB: this works
for me in mythDVBcut, which has remuxed from .ts to .mpg
Panasonic tv
{{{
# Update the container type, needed for uPnP playback. Empty will
work too, if the transcoded flag is set.
# This is a HACK pending 0.28 release, when mythutil should do it.
See Ticket #12388
echo "update recordedfile set basename = '${OUTFILE}', container =
'MPEG2-PS' where recordedid = '$recordedid' ;" |
mysql -N -u${DBUserName} -p${DBPassword} -h${DBLocalHostName} ${DBName}
}}}
More information about the mythtv-users
mailing list