[FFmpeg-trac] #1398(avformat:open): remuxed DTS audio won't play on hardware devices

FFmpeg trac at avcodec.org
Sat Apr 26 21:33:41 CEST 2014


#1398: remuxed DTS audio won't play on hardware devices
------------------------------------+------------------------------------
             Reporter:  patters     |                    Owner:
                 Type:  defect      |                   Status:  open
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  dca mpegts  |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by Timothy_Gu):

 Replying to [comment:35 goodthanks]:
 > Sorry if I have caused issues, I'm sure the documentation is easy to
 handle for people with experience but it was a hefty process for me.

 You should read [http://ffmpeg.org/git-howto.html#Committing Git how-to].

 So, if you start over, the process should look like this:

 1. `git clone <repo>`
 2. Edit file.
 3. `git commit -a -s`
 4. Type:
    {{{
 mpegts: fix stream type ID for DTS and add TrueHD

 Fixes ticket #1398.
    }}}
 5. Exit editor. (IIRC on Msysgit it is vim, so type `:q` and enter.)
 6. `git format-patch HEAD^`
 7. `git send-email *.patch`

 It's nice you got git send-email working, because I never did and that's
 why I use Linux now :)

--
Ticket URL: <https://trac.ffmpeg.org/ticket/1398#comment:36>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list