On Tue, 06 Jan 2015 22:44:11 +0100
[email protected] wrote:

> Hi, I'm testing converting my h.264 movies to h.265 using ffmpeg (2.5.2 
> 64-bit static):

Why?

> ffmpeg -i "${TARGET}" -c:a copy -c:v libx265 -preset slow -x265-params 
> crf=24 -strict experimental "${TARGET}.mp4"

You should always include the complete console output too.

> I had hoped that this would transcode the video stream, keeping all 
> audio streams. But only one audio stream is kept, the others are 
> deleted:

See http://ffmpeg.org/ffmpeg.html#Stream-selection

Then http://ffmpeg.org/ffmpeg.html#Advanced-options (particularly the
first example)
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to