[FFmpeg-user] failing

bat guano batguano999 at hotmail.com
Wed Jul 18 19:19:00 CEST 2012




----------------------------------------

>
> But if i want it h264 and aac audio what should i do?
>
>

Safe way is to download flv file then convert it later.
First:-
ffmpeg -i "rtmp://cp106922.live.edgefcs.net/live/asianetnews@53812 live=1" -c copy foofoo.flv
Then:-
ffmpeg -i foofoo.flv -c:v libx264 -c:a aac -strict experimental foofoo1.mp4

Other way is *try* to do both jobs together.
Like this:-
ffmpeg -i "rtmp://cp106922.live.edgefcs.net/live/asianetnews@53812 live=1" \
-c:v libx264 \
-c:a aac -strict experimental \
foofoo2.mp4
 		 	   		  


More information about the ffmpeg-user mailing list