[FFmpeg-user] Transcoding

Jeremy Turner jeremy.r.turner at me.com
Sun Jun 29 16:26:44 CEST 2014


Help

I am trying to transcode a live MPG stream that comes from a satellite to IP convertor:

The url for the stream is:

http://192.168.100.101/dlna/?type=DVB-S-AUTO&src=1&freq=10773&pol=h&sr=22000&pids=0,5000,5001,5002,5000,256

FFMPEG seems to be taking part of this address as arguments for its self. How do I make it ready the whole string.

At current I have this:

ffmpeg -i ffmpeg -i “http://192.168.100.101/dlna/?type=DVB-S-AUTO&src=1&freq=10773&pol=h&sr=22000&pids=0,5000,5001,5002,5000,256” -crf 30 -preset ultrafast -acodec aac -strict experimental -ar 44100 -ac 2 -b:a 96k -vcodec libx264 -r 25 -b:v 500k --f rtp://192.168.100.129:777

ffmpeg also tells me that -crf is not found why ?

Thank you 

Jeremy


More information about the ffmpeg-user mailing list