[FFmpeg-user] Transcoding
Jeremy Turner
jeremy.r.turner at me.com
Sun Jun 29 18:26:54 CEST 2014
Thank you
> On 29 Jun 2014, at 16:12, "Henk D. Schoneveld" <belcampo at zonnet.nl> wrote:
>
>
>> On 29 Jun 2014, at 16:26, Jeremy Turner <jeremy.r.turner at me.com> wrote:
>>
>> 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 ?
> -crf is an option of -vcodec libx264 so it has to be AFTER -vcodec libx264
>>
>> Thank you
>>
>> Jeremy
>> _______________________________________________
>> ffmpeg-user mailing list
>> ffmpeg-user at ffmpeg.org
>> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
More information about the ffmpeg-user
mailing list