s********i 发帖数: 17328 | 1 that would be my guess too. atv2 hardware acceleration only applies to h.264.
the
framerate, |
|
s*****g 发帖数: 1055 | 2 No, current Ethernet framer will drop the frame, Ethernet switching needs
source MAC to do source learning, although MAC learning is not needed on
routers, Ethernet on routers is the same Ethernet on switches. |
|
y**b 发帖数: 10166 | 3 情况是这样,科学计算本身在超级计算机上算,出来的数据转到图像工作站上用
Tecplot/ParaView之类的软件进行处理,处理生成的图像(比如.avi)可以用常规
播放器播放.
SLI对这种情况是不是没啥帮助呢?当然两张卡即使不SLI也比一张卡强,这个我
用Quadro 4000时有体会;就是不知道SLI对Tecplot/ParaView有没有帮助?
Dell的技术支持是这么说的:
I've found out that SLI doesn't really offer any tangible benefits for scien
tific visualization software, as it doesn't affect the computation speeds so
much as the actually-displayed framerates (in other words, it makes fast mo
vement and lots of on-screen effects look better and smoother, but the numbe... 阅读全帖 |
|
s*******h 发帖数: 1361 | 4 一眨眼离上次搞Dell台式机已经两年多了。彼时长篇心得和一些实用经验总结在下面贴
子里。
http://www.mitbbs.com/article_t/Hardware/31862029.html
同时再次感谢一如既往地支持和关注我贴子的版友。还是衷心希望这个破网站能长
命百岁。
两年间零零碎碎买了两百多个游戏,憧憬着今后能有时间一一通关.实际情况是研究游
戏相关的时间>买游戏安装游戏时间>打游戏时间。其间没有再折腾硬件,不过对游戏硬
件相关的热情丝毫不减。
两年多来家用游戏硬件的发展,包括牙膏厂的Skylake/Kaby Lake,农企的Ryzen和Fury/
Vega,老黄的Pascal,家用Console的Switch/XB1S/PS4Pro/XB1X,和一干VR的崛起等等.
具体我就不细说了,本贴主要还是说说Dell的台式机产品线更新。
说Dell之前先简单说说游戏(非VR/AR)体验发展的两大方向。一是以高速平滑显示为
主要目标,以高速(100+hz)/Gsync/Freesync上至1440p显示器为核心,俗称速度党.二
是以高像素高画质为核心,以4K/HDR显示器或电视... 阅读全帖 |
|
d****c 发帖数: 24 | 5 Is there anyone ever tested the example code MDIApp.java (available at http://java.sun.com/
products/java-media/jmf/2.1.1/solutions/SwingJMF.html) with cross-platform (al
l-java version) JMF before? I didn't change anything of the code, but I got th
e following errors when trying to play a quicktime movie.
Unable to handle format: JPEG, 512x384, FrameRate=2.0, Length=29833
Failed to realize: com.sun.media.PlaybackEngine@9945ce
Error: Unable to realize com.sun.media.PlaybackEngine@9945ce
The code |
|
f***8 发帖数: 641 | 6 我想在一个机器上把mpg文件stream出去,我来本版询问大家推荐了gstreamer。
我的目的就是我想在一个机器上把mpg文件stream出去,但是这个stream里要能改codec
的属性,比如P-frame的rate什么的。在另一台机器上接受这个stream播放出来。
于是我就试了一下gstreamer。我实在是对linux一窍不通阿,总遇到error。
google出来的几个结果我也不动阿。
比如:我在当前文件夹下,有个子文件夹叫做video,这个video文件夹里面有一个视频
叫做1.MPG。我现在就是想把这个视频stream出去,我就按照google的结果试了一下:
gst-launch v4l2src ! video/1.MPG,width=640,height=480,framerate=\(fraction\)
5/1 ! ffmpegcolorspace ! jpegenc ! multipartmux ! tcpserversink host=192.168
.2.1 port=5000
结果报错:
(gst-launch-0.10:9145): GLib-WA... 阅读全帖 |
|
r****t 发帖数: 10904 | 7 gst-launch filesrc location=1.MPG ! decodebin ! video/x-raw-yuv, width=640,
height=480,framerate=5/1 ! ffmpegcolorspace ! jpegenc ! multipartmux !
tcpserversink host=192.168.2.1 port=5000
streaming 我自己只试过 shout2send, 不过 tcpserver 应该差不太多。 |
|
f***8 发帖数: 641 | 8 谢谢!这个works。
在另一台ubuntu PC上,我用
“gst-launch tcpclientsrc host=130.160.47.62 port=5002 ! multipartdemux !
jpegdec ! autovideosink“
接收这个stream,能播放。
但是我的目的是:
1.MPG这个视频的framerate是25,但是我想把它有时候改成20,有时候改成10。甚至还
要更改I-frame,B-frame和p-frame的rate。那这该怎么实现呢?
有人说要“put a videoscale element between decodebin and the caps filter”,
那我具体啊该怎么做呢?
谢谢!!! |
|
f***8 发帖数: 641 | 9 我用gst-launch filesrc "location=video/1.MPG" ! decodebin ! videorate !
video/x-raw-yuv, width=640,height=480,framerate=25/1 ! ffmpegcolorspace !
jpegenc ! multipartmux ! tcpserversink host=192.168.2.1 port=$portNumber
把本机的一个mpg视频stream出去,能在另一台linux pc播放这个stream。
这种方法可以更改frame rate。
但是没法实时更改。我想要随时更改这个frame rate。
有人回复我说用python就可以了。谁懂怎么写这段代码呀?帮帮我吧!谢谢! |
|
|
N****w 发帖数: 21578 | 11 这有阿,不少呢
http://phoronix.com/forums/showthread.php?28092-Intel-Sandy-Bri
% sh x64_1024x768_windowed_tess_normal.sh
Xlib: extension "NV-GLX" missing on display ":0.0".
Loading "/u1/home/x/sandy/bench/Unigine_Heaven/bin/../data/heaven_2.
1.cfg"...
Engine::init(): clear video settings for "Mesa DRI Intel(R)
Sandybridge Desktop GEM 20100330 DEVELOPMENT 1.4 (2.1 Mesa 7.9)"
Loading "libGL.so.1"...
Loading "libopenal.so.1"...
Set 1024x768 windowe... 阅读全帖 |
|
l****g 发帖数: 249 | 12 pogoplug是jr.com买的,$20,256M内存。自己刷的debian。
motion.conf有关配置:
v4l2_palette 8
width 1280
height 720
framerate 2
threshold 6000
ffmpeg_video_codec msmpeg4
其他没贴的都是default配置。 |
|
s******9 发帖数: 283 | 13 http://www.sciencedaily.com/releases/2013/05/130516142537.htm
Even though the journal impact factor (JIF) is only a measure of a journal's
average citation frequency, it has become a powerful proxy for scientific
value and is being widely misused to assess individual scientists and
research institutions, say the DORA framers. The JIF has become even more
powerful in China, India, and other nations emerging as global research
powers. "It's maddening," says David Drubin, Editor-in-Chief of ASCB's
... 阅读全帖 |
|
p*****u 发帖数: 191 | 14 来自Medical Daily的一则消息:
Scientific Insurgents Say "Journal Impact Factors" Distort Science
The San Francisco Declaration on Research Assessment, or DORA, put forward
18 recommendations for change in the scientific culture.
An international declaration was published today calling for the scientific
community to eliminate the role of Journal Impact Factor (JIF) in evaluating
research for funding, hiring, promotion, and institutional effectiveness.
Follow us
The call for new standards gives voice to ... 阅读全帖 |
|
r*****j 发帖数: 7481 | 15 既然你自己找builder 做房子,
那你手头就有一套他们的plan咯,
你把plan拿出来看看他们的structural plan就知道了。
盖了戳子的话,那就是通过了的,
至于建筑上面材料的问题,只能问framer了,他们负责买材料给你造。 |
|
b*******m 发帖数: 72 | 16 10 年前,Nortel, Lucent, Motorola 如日中天,谁能想到短短十年就被Huawei, ZTE
给灭了。
sorry too slow to type Chinese. back to 80's and 90's, Nortel was not just
designing telephone switch, they also design ASICs which goes to telephone
switch, like echo cancellation, SDH framer, CPU chipset(similar to north and
south bridge), and they work with chip maker(like Motorola semiconductor
group) to shrink their system to a IC(like 68360, PowerQUICC)
They are not only designing ASICs, they also design EDA tools, like
schemat |
|
C******g 发帖数: 2930 | 17 9.5 Presentation
Though the CG sequences and storyline bits are a bit thin, when they're
there, they're great, and the game's mood and setting are at once beautiful
and terrifying.
9.0 Graphics
The sometimes inconsistent framerate and slightly wonky ragdolls and
collision detection are the only thing detracting from what is an otherwise
gorgeously depressing, incredibly imaginative world.
9.0 Sound
Hilariously bad voice performances aside, the atmospheric ambience and great
sound eff |
|
C******g 发帖数: 2930 | 18 8.5 Presentation
Great stories and fantastic behind-the-scenes content are only marred by
poor video quality.
8.0 Graphics
While they don't hold a candle to the likes of Uncharted 2, the games look
great in HD, especially God of War II. The crisp framerate is also very
welcome.
9.5 Sound
A soundtrack as epic as the environments, killer sound effects and very good
voice acting (despite Kratos mostly just saying "Athena!").
9.5 Gameplay
Top-notch combat controls, a good mix of inte |
|
C******g 发帖数: 2930 | 19 目前还是问号
It's no secret by now that Bayonetta on the PS3 is little more than a less-
than-stellar port of the leading Xbox 360 version. Long loading times, poor
framerate and altogether murkier graphics stand out to make Bayonetta
inferior on the PS3, but it's now being reported that Western PS3 fans might
not suffer as much as Japanese ones.
According to Gamekyo (translated by Wearetheinternetz), Sega and Platinum
Games have "taken responsibility" for the slapdash port and have charged an
enginee |
|
l******n 发帖数: 11737 | 20 "The framerate now sits at a
fluid, solid 30 frames per second, eliminating one of the few complaints of
the original game."
靠,30帧算个毛啊,我还以为可以搞到60帧呢。
旺达和巨像的帧数问题也很严重。 |
|
w*******y 发帖数: 60932 | 21 Link:
http://www.bhphotovideo.com/c/product/715009-REG/ASUS_U30JC_B1_
This has been a few dollars cheaper a few weeks back, but this is the best
price I could find right now, and has no rebate or cashback hassles to deal
with. $649 out the door with free shipping and no tax. (at least in CA)
Great balance between performance, size, price and battery life.
310m is a bit weak but can play most recent games at good framerates on low
settings, and can be overclocked a bit.
Performance
Processor ... 阅读全帖 |
|
w*******y 发帖数: 60932 | 22 Have been watching this kit for months, this price is the lowest one so far.
Link:
http://www.buy.com/prod/pentax-k-x-digital-slr-camera-kit-12-4-
Pentax K-x Digital SLR Camera
Choose a camera that redefines the entry-level digital SLR category. The
PENTAX K-x offers high-end features including Live View, HD video and
photographic performance that challenges higher class models.
Pentax smc P-DA 55-300mm F4-5.8 ED Auto Focus Telephoto Zoom Lens
The versatile DA 55-300mm ED zoom lens offers an ext... 阅读全帖 |
|
|
w*******y 发帖数: 60932 | 24 This app is relatively unpolished, but seems to work very well for many or
most.
Description:
Compatible with iPhone 3GS, iPhone 4, iPod touch (3rd generation), iPod
touch (4th generation), and iPad.
Requires iOS 4.0 or later.
*** SPECIAL PROMOTION ***
*** For an extremely limited time only, get everyAir remote desktop for FREE
!! ***
everyAir is a remote desktop application that is designed to let you
smoothly play games and rich media. With everyAir youll be able to play
World of Warcraft, Sta... 阅读全帖 |
|
w*******y 发帖数: 60932 | 25 The Hitachi C12FDH 12-Inch Dual Compound Miter Saw with Laser Marker
provides smooth, accurate miters and crosscuts in a variety of workpieces,
including wood, plywood, crown molding, decorative panels, soft fiberboard,
hardboard, and aluminum sashes. An ideal tool for trim carpenters, framers,
and woodworkers who demand precision and reliability, the C12FDH features
Hitachi's exclusive Laser Marker System for exact alignment, cutting
accuracy, and predictable blade location.
Link:
http://www.am... 阅读全帖 |
|
b********t 发帖数: 992 | 26 你们两牛人啊!
对小津在电影上的成就几乎一无所知,
这个名字的了解还是从WIM WENDERS的一本摄影诗集"ONCE"中开始,
看到你们说起,把这本书又翻出来,摘抄书的扉页上面的原话
"This book is dedicated to Yuharu Atsuta.
He lived from 1904 to 1992.
His entire professional career
he worked with Yasujiro Ozu,
on all his movies,
first as assistant cameraman,
then as a framer,
then as a camera operator,
and finally, for twenty years, as director of photography.
When Ozu died in 1962,
faithful Atsuta stopped working
that very year."
读到后,第一件事是GOOGLE这两个日本名字,才知道Yasujiro Ozu是小津 :)))
很奇怪你 |
|
m*********k 发帖数: 10521 | 27 成功奖励 20 伪币的用户:
wayofflying, xiaoyaoran, YaTou22, hhaoer, sailor3745, dynthia, Viaaa, zhangr
, Tutulover, xiaoputi, xiaoapple, daliao, uniquelife, SurfingCat, ryanfun,
texasredneck, longtian, xiaoapple, ltforever, cwd, kennkqzhang, Taliban,
xinyuemba, lulusd, coolwulf, newmj, oldshell, linkaixin123, amor924, treexlx
, fatbench2006, lesleswu, lacrimosa1, uyouyou, cynic, Mvwd
奖励版面:(Automobile)20伪币失败 原因:版面现金超过正极限值
奖励版面:(Military)100伪币失败 原因:版面现金超过正极限值
奖励版面:(Biology)20伪币成功
奖励版面:(Faculty)20伪币成功
奖励版面:(g... 阅读全帖 |
|