Ticket #1023 (closed defect: needs_more_info)

Opened 15 months ago

Last modified 15 months ago

High frequency audio

Reported by: ryback3 Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

I'm trying to join an audio file to video file, this audio file test.m4a has some high frequency audio(15000hz) when i join this sound with command :

ffmpeg -i video.mp4 -i test.m4a -vcodec copy -acodec copy output.mp4

it mixes audio and video successfully but it removes high frequency audios in this audio, i can get other audio but cannot get high frequency audio. Audio file has sample rate 44100hz

Change History

comment:1 Changed 15 months ago by cehoyos

To make this a valid ticket, please provide complete, uncut console output together with the command line you use and please provide the sample.

comment:2 Changed 15 months ago by cehoyos

  • Status changed from new to closed
  • Resolution set to needs_more_info

Please reopen this ticket if you can provide the missing information.

Note: See TracTickets for help on using tickets.