Re: [FFmpeg-user] How to get only audio from rawvideo stream

2015-02-27 Thread Deron
On 2/25/15 3:58 PM, Deron wrote: On 2/25/15 11:00 AM, Deron wrote: I'm trying to generate a number of HLS streams from a single source including using the new webvtt for cc. The following command: ffmpeg -i test.ts -vn -f hls -hls_segment_filename a.%d.ts -y a.m3u8 Works as expected, but

Re: [FFmpeg-user] How to get only audio from rawvideo stream

2015-02-27 Thread Nicolas George
Le nonidi 9 ventôse, an CCXXIII, Deron a écrit : As it turns out, movie=test.ts[out0+subcc] generates a rawvideo stream. No audio. So what happens to the audio, and how do I get it??? What good is subtitles if I loose the audio? Have you considered reading the fine documentation?

Re: [FFmpeg-user] How to get only audio from rawvideo stream

2015-02-27 Thread Deron
On 2/27/15 10:01 AM, Nicolas George wrote: Le nonidi 9 ventôse, an CCXXIII, Deron a écrit : As it turns out, movie=test.ts[out0+subcc] generates a rawvideo stream. No audio. So what happens to the audio, and how do I get it??? What good is subtitles if I loose the audio? Have you

[FFmpeg-user] How to get only audio from rawvideo stream

2015-02-25 Thread Deron
I'm trying to generate a number of HLS streams from a single source including using the new webvtt for cc. The following command: ffmpeg -i test.ts -vn -f hls -hls_segment_filename a.%d.ts -y a.m3u8 Works as expected, but ffmpeg -f lavfi -i movie=test.ts[out0+subcc] -vn -sn -f hls

Re: [FFmpeg-user] How to get only audio from rawvideo stream

2015-02-25 Thread Deron
On 2/25/15 11:00 AM, Deron wrote: I'm trying to generate a number of HLS streams from a single source including using the new webvtt for cc. The following command: ffmpeg -i test.ts -vn -f hls -hls_segment_filename a.%d.ts -y a.m3u8 Works as expected, but ffmpeg -f lavfi -i