id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 12747 Mythtranscode fix for issues related to broken mpg container after converting from ts to ps daraden85@… JYA Mythtranscode currently breaks mpg files container data. I have identified this as being caused by ffmpeg. by default when using a .mpg container the filter is set to mpeg. this causes mpegts data to be reversed in the resulting mpegps. setting the filter on the output to vob resolves this behavior.\\ can be tested with\\ffmpeg -i input.mpg -map 0 -c copy output.mpg\\then to resolve the issue\\ffmpeg -i input.mpg -map 0 -c copy -f vob output.mpg\\the output however still loses the language metadata from the audio.This should resolve issues related to audio data and track selection being incorrect. Bug Report - General closed minor unknown MythTV - Mythtranscode 0.27-fixes medium Unverified mythtranscode 0