⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 linux下实现视频播放的播放器
💻
字号:
1. Project homepage:    FripTV: http://friptv.sourceforge.net2. FripTV Commands:    Keyboard:    ESC - Exit    Up/Down - Channel Up/Down    Right/Left - Volume Up/Down    Ctrl-Backspace - Last Channel    Shift-R - Start Recording    Ctrl-O - Open File    O/Shift-O - Overscan    P/Shift-P - Move picture Up/Down (when zoomed)    C - Open Settings dialog    M - Mute    F - Fullscreen    A - Force aspect ratio (toggle between auto/16:9/crop to 16:10/4:3)    L - Show/Hide Channel List    S - Stereo channel select    I - Show/Hide Stream info    Shift-S - Channel surfing on/off    Space - Change deinterlace mode    [number] - Go to Channel [number]    Mouse:    Wheel Up/Down - Channel Up/Down    Right Button+Wheel Up/Down - Volume Up/Down    Double Left Click - Fullscreen Toggle    Double Right Click - Always on Top Toggle (Win32)3. FripTV command line arguments:    /i <file>, --ini-file <file>        Read options from <file>    /c <num>, --channel <num>           Start on channel <num>    /f, --fullscreen                    Start in fullscreen mode    /s, --silent                        No playback    /t <num>, --timer <num>             Quit after <num> minutes    /o <mode>, --output <mode>          Output mode. Valid values: overlay (default), opengl, ddraw (Windows only), GDI (Windows only)    /fi <file>, --file <file>           Record to <file>    /if <ip>, --interface <ip>          Listen on address <ip>    /cl <file>, --channel-list <file>   Read channel list from <file>, default is channels.txt    /di <mode>, --deinterlace <mode>    Deinterlace mode. Valid values: weave(default), discard, mean, blend    /pp <mode>, --pp-mode <mode>        Use postprocessing mode <mode>. Mode must be in ffmpeg format4. Schedule Recordings:    - add task to Task Scheduler, command line example:	D:\friptv.exe /s /c 3 /t 60 /file d:\mychannel.ts5. h264 playback:    h264 uses internal ffmpeg decoder. But it is also possible    to use CoreAVC.    To use CoreAVC for h264 decoding, put CoreAVCDecoder.ax into    FripTV directory. Codec is used directly not through DirectShow!6. channels.txt format (compatible with VLC playlist):    Channel list can either be in FripTV directory or specified via command line.    On linux, channels.txt will also be searched for in user home directory.    #EXTM3U    #EXTINF:0,Channel 1    udp://@239.1.1.1:1500    #EXTINF:0,Channel 2    udp://@239.1.1.2:1500

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -