Hello

Im looking for a solution to encode a http stream from my dvb-card to x264 in real time...
Source looks like this: http://@127.0.0.1:1234 (untouched mpeg-ts stream)

I know the line starts something like this: vlc -i dummy -vvv http://@127.0.0.1:1234 out=#transcode{vcodec=h264,venc=x264***

I would like to add the following x264 settings:
preset=slow
profile=high
level=4.1
keyint=250
crf=23
deinterlace=yadif
LanczosResize filter
crop options
muxing audio without re-encoding
Output .ts file

Would be glad if someone could set up a line with those settings =).
Im using VLC 2.0.3 win64.