Friday, September 3rd 2010, 6:41pm UTC+1
You are not logged in.
Quoted
Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid
Hauppauge WinTV-HVR4000(Lite) DVB-S/S2 она же WinTV-NOVA-HD-S2
TeVii S460 DVB-S/S2
Omicom SS4 DVB-S/S2 PCI
TBS 8920 DVB-S/S2
TeVii S420 DVB-S
PROF 7300 DVB-S/S2
DvbWorld PCI2004C
Quoted
Azurewave AD-SP400 CI
Twinhan VP-1041
TechniSat SkyStar HD2
KNC1 DVB-S2 TV Station
Satelco DVB-S2 TV Station
Satelco DVB-S2 Easywatch
TechniSat SkyStar HD
TechnoTrend TT-budget S2-3200
TerraTec Cinergy S2 PCI HD CI
Quoted
Есть у меня образцы, поддерживаются в v4l-dvb и работают, драйвер единый dw2102.
![]()
Source code
1 2 3 TeVii S650 DVBWorld HD 2104 CA+CI USB Box (DVBWorldDTV DVB-S2 CA&CI USB BOX согласно их сайта) DVBWorldDTV DVB-S2 USB BOX( без CA и CI)
Но с патчем Даррона(я этот патч включил тоже) LOCK гораздо быстрее.
Следующие карты экспериментально поддерживаются у меня же, хотя я образцов не имею.
![]()
Source code
1 2 3 Pinnacle PCTV Sat HDTV Pro USB (452e) TechnoTrend TT-connect S2-3600 TechnoTrend TT-connect S2-3650 CI
USB-карты меньше нагружает процессор, чем dvb pci карты. Это точно. Хотя для более-менее новых машин это не заметно.
Потоки 44948 берет, 30000 MPEG-4 тоже проверял.
Естественно, это касается тех карт, что я имею.
карты построенные на демодуляторе cx24116 и stb0899 работают вполне нормально. Одно только замечание - драйвера должны быть установлены от Игоря Липлянина http://mercurial.intuxication.org/hg/s2-liplianinThis post has been edited 4 times, last edit by "Goga777" (May 3rd 2010, 3:54pm)
Quoted
# ffprobe -h
FFprobe version SVN-rUNKNOWN, Copyright (c) 2007-2008 Stefano Sabatini
libavutil version: 49.6.0
libavcodec version: 51.54.0
libavformat version: 52.13.0
built on May 22 2008 10:25:52, gcc: 4.2.4 20080512 (prerelease) (Debian 4.2.3-6)
usage: ffprobe [options] infiles
Simple Audio and Video prober
Main options:
-k keep going even in case of error, always returns 0
-pretty pretty print numerical values, more human readable
-read_packets read packets info
-read_frames read frames info
-show_files show file info
-show_frames show frames info, implies the option -read_frames and -read_packets
-show_packets show packets info, implies the option -read_packets
-show_streams show streams info
-show_tags show tags info
Quoted
# FFmpeg video decoding thread count
# numeric, default: 1
video.processing.ffmpeg_thread_count:2
Quoted
[h264 @ 0xddd940]Cannot parallelize deblocking type 1, decoding such frames in sequential order
или прикрутить coreavc for Linux , которое поддерживает multithreading для frame based видео. Но эта тема отдельного топика СoreAVC for Linux (Патчи для MPlayer, mythtv, xine)
Quoted
# Choose speed over specification compliance
# bool, default: 0
video.processing.ffmpeg_choose_speed_over_accuracy:1
# MPEG-4 postprocessing quality
# [0..6], default: 3
video.processing.ffmpeg_pp_quality:0
# Skip loop filter
# { default none nonref bidir nonkey all }, default: 0
video.processing.ffmpeg_skip_loop_filter:all
# FFmpeg video decoding thread count
# numeric, default: 1
video.processing.ffmpeg_thread_count:2
|
|
Source code |
1 |
mplayer -demuxer lavf 001.vdr |
|
|
Source code |
1 2 |
ffmpeg -i 001.vdr -acodec copy -vcodec copy -scodec copy output.ts ffmpeg -i 001.vdr -acodec copy -vcodec copy -scodec copy output.mkv |
Quoted
#error VDR requires Linux DVB driver API version 5.0!
This post has been edited 1 times, last edit by "Goga777" (Oct 8th 2009, 6:16am)
This post has been edited 1 times, last edit by "Goga777" (Jul 25th 2009, 8:06pm)
Quoted
# default number of video frames
# numeric, default: 15
engine.buffers.video_num_frames:150
Quoted
xine.modeLiveTV.prebufferFramesAudio = 32
xine.modeLiveTV.prebufferFramesVideoHD = 32
xine.modeLiveTV.prebufferFramesVideoSD = 15
xine.modeLiveTV.prebufferHysteresis = 7
#для HD каналов параметр xine.modeLiveTV.monitoringDuration=10 по умолчанию лучше увеличить в 3 раза
xine.modeLiveTV.monitoringDuration = 30
), ffmpeg SVN-r19469, MSI GF9500GT 512Mb 195.30 beta, SS4 Omicom (I. Liplianin), CPU C2D E5200, RAM 1Gb This post has been edited 4 times, last edit by "Goga777" (Feb 9th 2010, 3:54pm)
Users that thanked:
Bikalexander (30.07.2009), Goga777 (24.07.2009), Lupo Alberto (17.05.2010)
Quoted
Option "ModeDebug" "yes"
Quoted
# 1920x1080p @ 50Hz (EIA/CEA-861B)
ModeLine "1920x1080@50" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
Option "UseEDIDFreqs" "False"
Option "ModeValidation" "NoEdidModes"
Quoted
Section "Extensions"
Option "Composite" "Disable"
EndSection
Quoted
# vdpau: disable advanced deinterlacers chroma filter
video.output.vdpau_skip_chroma_deinterlace:1
This post has been edited 6 times, last edit by "Goga777" (Apr 4th 2010, 7:07pm)