Opened 8 years ago

Closed 4 years ago

#12747 closed Bug Report - General (Unverified)

Mythtranscode fix for issues related to broken mpg container after converting from ts to ps

Reported by: daraden85@… Owned by: JYA
Priority: minor Milestone: unknown
Component: MythTV - Mythtranscode Version: 0.27-fixes
Severity: medium Keywords: mythtranscode
Cc: Ticket locked: no

Description

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.

Change History (1)

comment:1 Changed 4 years ago by Stuart Auchterlonie

Resolution: Unverified
Status: newclosed

Closing all old tickets in trac.

If your issue still persists, please open an issue in Github https://github.com/MythTV/mythtv/issues

and reference the existing trac ticket.

Note: See TracTickets for help on using tickets.