Am 23.05.24 um 23:30 schrieb Zathras Yes:
Hello,

I like to upload lossless sound to youtube.

ok, i forgot to add a picture.
so, we take this

ffmpeg.exe -i picture.jpg -i music.wav -acodec copy upload.mov

This gives a video with lossless audio, right?
(It's playing perfectly on my computer)
But youtube does not except his.

If the wav-File is put into this online-converter, it's working
https://www.freeconvert.com/wav-to-mov
This, youtube accepts

because the online-converter is smarter than you

Why would I use ffmpeg then?
Because the files are larger than 1 GB and I also prefer to do the
conversion myself.

you are *not* doing *any* conversion with "-acodec copy"
you are doing a dumb copy of a unsupported audio track

you can't have lossless audio in mov - period
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Reply via email to