Forums » Tutorial and setups »
transcoding - how to?
Added by NiCrAm 0oo0 about 10 years ago
Hi
I try to run transcode but doesn't work.
I test it with vlc by command line: vlc -vvv http://172.16.7.24:9981/stream/channel/86da96eaf3fe2866b0e8870765a98882?title=Boomerang&mux=mpegts&acodec=aac&vcodec=H264&transcode=1
but it is still in mpeg container isn't transcoded :/
[0x7f17e0c03e58] mkv demux debug: | + Tracks [0x7f17e0c03e58] mkv demux debug: | | + Track Entry [0x7f17e0c03e58] mkv demux debug: | | | + Track Number=1 [0x7f17e0c03e58] mkv demux debug: | | | + Track UID=1 [0x7f17e0c03e58] mkv demux debug: | | | + Track Type=video [0x7f17e0c03e58] mkv demux debug: | | | + Track Lacing=0 [0x7f17e0c03e58] mkv demux debug: | | | + Track CodecId=V_MPEG2 [0x7f17e0c03e58] mkv demux debug: | | | + Track CodecPrivate size=94 [0x7f17e0c03e58] mkv demux debug: | | | + Track Default Duration=40000000 [0x7f17e0c03e58] mkv demux debug: | | | + Track Video [0x7f17e0c03e58] mkv demux debug: | | | | + width=704 [0x7f17e0c03e58] mkv demux debug: | | | | + height=576 [0x7f17e0c03e58] mkv demux debug: | | | | + Track Video Display Unit=inches [0x7f17e0c03e58] mkv demux debug: | | | | + display width=4 [0x7f17e0c03e58] mkv demux debug: | | | | + display height=3
could anybody tell me how to transcode streams properly, how to set settings?
best regards.
Replies (4)
RE: transcoding - how to? - Added by saen acro about 10 years ago
only compiled by hand versions support transcoding
change in src/plumbing/transcode.c -> enable_transcode to 1
RE: transcoding - how to? - Added by NiCrAm 0oo0 about 10 years ago
This step was made first before posting.
enable_transcode was/is set to "1".
RE: transcoding - how to? - Added by Anthony Thomas about 10 years ago
I use the following to transcode and it works great
RE: transcoding - how to? - Added by NiCrAm 0oo0 about 10 years ago
me works too :))
i had to add url with '', otherwise everything after & was running in background