#1348 closed defect (duplicate)
Can't hear sound with vlc after transcoding from pcm u-law to aac
| Reported by: | ebaynaud | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | avformat |
| Version: | 0.10.3 | Keywords: | mov mulaw |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description
I have transcoded H263/ulaw video (input.mp4) to H264/aac (output.mp4) using this command line:
ffmpeg -i input.mp4 -acodec libfaac -ar 48000 -vcodec libx264 output.mp4
see (ffmpeg_trace.txt)
=> In VLC, input.mp4 plays well with sound but not output.mp4 (no sound).
Attachments (3)
Change History (6)
by , 14 years ago
| Attachment: | ffmpeg_trace.txt added |
|---|
comment:1 by , 14 years ago
| Component: | FFmpeg → avformat |
|---|---|
| Keywords: | mov mulaw added; ffmpeg pcm ulaw aac removed |
| Resolution: | → duplicate |
| Status: | new → closed |
Looks like a duplicate of ticket #522, please reopen if this is still reproducible with current git head.
comment:2 by , 14 years ago
I thought the change created 8 weeks ago by reimar was included in 10.3. Am I wrong?
Note:
See TracTickets
for help on using tickets.



ffmpeg trace