I got a http-stream:
Video Codec
H264 - MPEG-4 AVC (part10) (h264)
Resolution 1920x1090
fps: 25
decoded format: Planar 4:2:0 YUV
Audio Codec:
A52 Audio aka AC
Bitrate 384
I want to transcode to another http-stream with better compression.
Code: Select all
I tried: vlc -vvv http://192.168.178.37:31339 --sout '#transcode{acodec=a52,ab=128}:standard{access=http,mux=ts,dst=:8080}'
With h264 a get:
Code: Select all
[73900990] core generic debug: looking for decoder module matching "any": 46 candidates
[73900990] mmal_codec generic debug: Activate zero-copy for output port
[73900990] core generic debug: using decoder module "mmal_codec"
[73900d08] core encoder debug: looking for encoder module matching "any": 20 candidates
[73900d08] x264 encoder debug: version x264 0.142.X
[73900d08] x264 encoder: using cpu capabilities: none!
[73900d08] x264 encoder: profile High, level 4.0
[73900d08] core encoder debug: using encoder module "x264"
[73900d08] core encoder debug: removing module "x264"
[73900d08] x264 encoder debug: framecount still in libx264 buffer: 0
[73b02850] core mux warning: late buffer for mux input (107001)
[73b02850] core mux warning: late buffer for mux input (77164)
[73b02850] core mux warning: late buffer for mux input (47295)
[73b02850] core mux warning: late buffer for mux input (58952)
[73b02850] core mux warning: late buffer for mux input (29123)
[73900990] mmal_codec generic debug: change_output_format: Do full port reset
[73900990] mmal_codec generic debug: Request 1 extra pictures
[73900990] mmal_codec generic debug: Detected interlaced tff video (3)
Segmentation fault
How I can transcode it to a http stream for lower bandwith?
thanks
Using a raspberry pi 2 with 3.0.0 vlc from git