[FFmpeg-user] Unusable audio after conversion

racer at gmx.ch racer at gmx.ch
Thu Sep 6 22:15:43 EEST 2018


Hi Gyan and Carl Eugen
Wow, I didn't expect that quick of an answer, that actually solves the problem. I love you guys. Seriously, you have no idea, how much time I spent googling and trial and erroring the sh** out of this one. Who would have thought.
Thank you thank you thank you. Have a good one.

-----Ursprüngliche Nachricht-----
Von: ffmpeg-user <ffmpeg-user-bounces at ffmpeg.org> Im Auftrag von Gyan Doshi
Gesendet: Donnerstag, 6. September 2018 20:50
An: ffmpeg-user at ffmpeg.org
Betreff: Re: [FFmpeg-user] Unusable audio after conversion

On 07-09-2018 12:07 AM, racer at gmx.ch wrote:
> 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.

> converted_by_ffmpeg.mp4 [ffmpeg -i input.mp4 -c:v copy -c:a aac -b:a 
> 384k -ac 2 output.mp4]

Perhaps related to https://trac.ffmpeg.org/ticket/1881

Try

     ffmpeg -acodec pcm_s24le -i input.mp4 -c:v copy -c:a aac -b:a 384k -ac 2 output.mp4


Gyan
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".



More information about the ffmpeg-user mailing list