2024-11-05, 10:19 AM
(2024-11-04, 08:12 PM)benkenobi221 Wrote: yes it still creates a ts file when transcoding when I want a mp4. I copied the panasonic xml profile and changed the identity so it matches my tv. then I deleted mkv and ts from direct play and changed ts to mp4 in the "transcodingProfile" section. But it still makes a ts file. Maybe you can help with the correct configuration for getting a mp4 when transcoding. I really appreciate your work. You guys are amazing in what you do.
I left this on the github post, try the below for your transcoding profile.
Code:
<TranscodingProfile container="mkv"
type="Video"
videoCodec="mpeg4"
audioCodec="aac"
estimateContentLength="false"
enableMpegtsM2TsMode="false"
transcodeSeekInfo="Auto"
copyTimestamps="false"
context="Streaming"
enableSubtitlesInManifest="false"
minSegments="0"
segmentLength="0"
breakOnNonKeyFrames="false" />
This should transcode an mkv container to mp4 and aac audio, choose your desired video and audio codec there. it converted the mkv file i was using from h264 to mp4 and aac