본문 바로가기

VLC

MPEG-TS Video/Audio PID 설정 vlc -vvv land.mp4 --sout-all --sout=#standard{access=udp,dst=224.1.1.1:5555,mux=ts{pid-video=68,pid-audio=70}} 더보기
VLC fullscreen + *on the right screen */ + HMONITOR hmon = MonitorFromWindow(p_vout->p_sys->hparent, + MONITOR_DEFAULTTONEAREST); + MONITORINFO mi = {sizeof(mi)}; + if (GetMonitorInfo(hmon, &mi)) + SetWindowPos( hwnd, 0, + mi.rcMonitor.left, + mi.rcMonitor.top, + mi.rcMonitor.right - mi.rcMonitor.left, + mi.rcMonitor.bottom - mi.rcMonitor.top, + SWP_NOZORDER|SWP_FRAMECHANGED ); 더보기
VLC 밉다 미워 ㅠㅠ 캡처 프로그램 만들었다가 플레이어 프로그램 만들었다가 이젠 중계 및 플레이어를 만들라고 한다.. 그것두 Multicast로 ㅠㅠ VLC 너 안되는게 머니? 더보기
Blackmagic Intensity Shuttle HD Capture Test Hardware ======== CPU : Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz 3.10 GHz Memory : 8.00GB OS : Windows 7 Professional K Service Pack 1 32 bit Display Adapter : NVIDIA GeForce GT 220 Input Source =========== HDMI source Video : 1920x1080 (1080p), Frame rate : 24Hz Audio : PCM S16 LE (araw) 2 channel, 16bit, bitrate : 1536 kb/s VLC Command =========== vlc -vvv dshow:// :dshow-caching=7000 :dshow-vd.. 더보기
VLC 2.0 일단 혼자서 축하~! 흠.. 이제 본격적으로 HD를? ㅋ For professional Users Support for ProRes 422 and 4444, AVC/Intra. Support for Jpeg-2000 and DNxHD/VC-3 in 10bits. Support for EBU subtitles (stl) and EIA-608. SDI and HD-SDI card support for input on Linux. New Dirac/VC-2 encoder, faster than the previous one. For Developers libVLC, libVLCcore and libcompat have switched from GPL to LGPLv2.1+. New libVLC examples.. 더보기
CentOS 6.2 에 VLC 만 띄워서 Play하기 1. /etc/inittab 에서 콘솔모드로 변경 id:5:initdefault: --> id:3:initdefault 로 변경 2. Auto Login 환경 설정 (사용자명 : vlcplayer) /etc/init/start-ttys.conf 변경 # # This service starts the configured number of gettys. start on stopped rc RUNLEVEL=[2345] env ACTIVE_CONSOLES=/dev/tty[1-6] env X_TTY=/dev/tty1 env TTY_AUTO_LOGIN=/dev/tty1 env AUTO_LOGIN_USER=vlcplayer task script . /etc/sysconfig/init for tty in $(echo .. 더보기
Ubuntu 11 Network/Kernel Packet 증가 TCP memory is calculated automatically based on system memory; you can find the actual values by typing the following commands: root@bright-OptiPlex-980:/proc/sys/net/ipv4# cat tcp_mem 193518 258025 387036 The default and maximum amount for the receive socket memory: root@bright-OptiPlex-980:/proc/sys/net/core# cat rmem_default 126976 root@bright-OptiPlex-980:/proc/sys/net/core# cat rmem_max 131.. 더보기
CentOS 6 VLC 설치 rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms create the file /etc/yum.repos.d/atrpms.repo cd /etc/yum.repos.d touch atrpms.repo paste these lines [atrpms] name=Red Hat Enterprise Linux $releaserver - $basearch - ATrpms baseurl=http://dl.atrpms.net/el5-$basearch/atrpms/stable gpgcheck=1 enabled=1 gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms yum check-update yum --disablerepo='epel' install vl.. 더보기
trascode 옵션 분해 몇년전 VLC를 이용한 인코딩 옵션으로 설정한 값들... 주로 File Encoding으로 이용하였는데... 그동안 많이 바뀌었겠지... 이건 Live용으로 바꾸어야 하는데... 그냥 쓰니 A/V 싱크에 문제가 생긴다. 여러 Player로 바꾸어 봐도 동일 증상... 흠.. 결국 Encode 옵션 문제인데... vcodec=mp4v,vb=1000,width=640,height=480,scale=1,venc=x264{level=2.2,me=hex,subme=5,qcomp=0.75,direct=spatial,direct-8x8=-1,partitions=normal,bframes=0,b-adapt=none,chroma-me=none,merange=16,cabac=none,min-keyint=30,keyint=.. 더보기
x.264 옵션은 봐도 봐도 모르겠다... 쩝... 흠.. 다음팟인코더에서 설명을 무지 잘해 주고 있다. 근 2년만에 다시 보는 VLC... 전에는 VBR밖에 안된다는 생각을 했었는데 CBR을 저렇게 설정하는군.... 좀 더 공부해서 정리해봐야 겠다. 더보기