[FFmpeg-user] Transcoding

Henk D. Schoneveld belcampo at zonnet.nl
Sun Jun 29 17:12:30 CEST 2014


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20140629/6d281abd/attachment.asc>


More information about the ffmpeg-user mailing list