[FFmpeg-trac] #542(undetermined:new): Missing audio when encoding to mpeg-ts with "-threads 0"

FFmpeg trac at avcodec.org
Tue Oct 11 21:06:24 CEST 2011


#542: Missing audio when encoding to mpeg-ts with "-threads 0"
-------------------------------------+-------------------------------------
             Reporter:  terran       |                    Owner:  michael
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by cehoyos):

 Replying to [comment:5 terran]:
 > Using "-vcodec copy -acodec copy" I am not able to reproduce the issue.

 I meant more something like
 ffmpeg -i rehearsal.mp4 -qscale 2 -threads 0 out.ts
 (Definitely no need to recompile)

 Is the problem only reproducible for ts, or also for mp4?
 Is the problem perhaps only libfaac related? (ffmpeg -i rehearsal.mp4
 -qscale 2 -threads 0 -acodec libfaac out.ts or ffmpeg -i rehearsal.mp4
 -threads 0 -vn -acodec libfaac out.ts or ffmpeg -i rehearsal.mp4 -threads
 0 -acodec libfaac out.aac)

 Is the problem reproducible with any sample or really only with a specific
 one?

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/542#comment:6>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list