[FFmpeg-user] Unusable audio after conversion
racer at gmx.ch
racer at gmx.ch
Thu Sep 6 21:37:03 EEST 2018
Hi, I hope you're all well
I have a problem converting audio from PCM (s24be) stereo to AAC (or
anything youtube can use) in an mp4 container.
input.mp4
* Is from a blackmagic hyperdeck studio mini
* Plays flawlessly in VLC
* When uploaded to youtube, only noise is audible
converted_by_vlc.mp4
* Plays flawlessly in VLC
* Plays flawlessly on Youtube
* Not as handy to convert, as opposed to ffmpeg
converted_by_ffmpeg.mp4 [ffmpeg -i input.mp4 -c:v copy -c:a aac -b:a 384k
-ac 2 output.mp4]
* Only noise in VLC
* Only noise on Youtube
Judging from the ffmpeg readout, I don't see a difference with the audio
stream except for the bitrate.
Thank you for any help with this.
Best regards,
Urs
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: input.txt
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20180906/0a8cca0a/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: converted_by_ffmpeg.txt
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20180906/0a8cca0a/attachment-0001.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: converted_by_vlc.txt
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20180906/0a8cca0a/attachment-0002.txt>
More information about the ffmpeg-user
mailing list