avc2ts

所属分类:流媒体/Mpeg4/MP4
开发工具:C++
文件大小:0KB
下载次数:0
上传日期:2020-12-15 21:57:33
上 传 者sh-1993
说明:  H264编码器和mpeg传输流封装器,
(H264 encoder and mpeg transport stream encapsulator,)

文件列表:
LICENSE (18027, 2020-12-15)
Makefile (1437, 2020-12-15)
avaudio.sh (191, 2020-12-15)
avc2ts.cpp (163385, 2020-12-15)
b101.c (20968, 2020-12-15)
b101.h (464, 2020-12-15)
ffmpegsrc.cpp (3480, 2020-12-15)
ffmpegsrc.h (731, 2020-12-15)
grabdisplay.cpp (2187, 2020-12-15)
grabdisplay.h (563, 2020-12-15)
information.txt (2629, 2020-12-15)
preinstall.sh (966, 2020-12-15)
setpal.sh (41, 2020-12-15)
tc358743_regs.h (30172, 2020-12-15)
uncrustify.cfg (85479, 2020-12-15)
vncclient.cpp (2621, 2020-12-15)
vncclient.h (570, 2020-12-15)
webcam.cpp (14074, 2020-12-15)
webcam.h (1452, 2020-12-15)

# avc2ts **avc2ts** is a H264 encoder and mpeg transport stream encapsulator for Raspberry Pi *(Created by Evariste Courjaud F5OEO. Code is GPL)* # Installation ```sh $ ./preinstall.sh $ make ``` # H264 encoder and transport stream encapsulator ``` avc2ts -1.0.0 Usage: rpi-avc2ts -o OutputFile -b BitrateVideo -m BitrateMux -x VideoWidth -y VideoHeight -f Framerate -n MulticastGroup [-d PTS/PCR][-v][-h] -o path to Transport File Output -b VideoBitrate in bit/s -m Multiplex Bitrate (should be around 1.4 VideoBitrate) -x VideoWidth (should be 16 pixel aligned) -y VideoHeight (should be 16 pixel aligned) -f Framerate (25 for example) -n Multicast group (optionnal) example 230.0.0.1:10000 -d Delay PTS/PCR in ms -v Enable Motion vectors -i IDR Period -t TypeInput {0=Picamera,1=InternalPatern,2=USB Camera,3=Rpi Display,4=VNC,5=ffmpeg} -e Extra Arg: - For usb camera name of device (/dev/video0) - For VNC : IP address of VNC Server. Password must be datv - For ffmpeg : url or file to stream -p Set the PidStart: Set PMT=PIDStart,Pidvideo=PidStart+1,PidAudio=PidStart+2 -s Set Servicename : Typically CALL -h help (print this help). Example : ./avc2ts -o result.ts -b 1000000 -m 1400000 -x 640 -y 480 -f 25 -n 230.0.0.1:1000 ```

近期下载者

相关文件


收藏者