similar to: File size comparisons

Displaying 20 results from an estimated 1000 matches similar to: "File size comparisons"

2018 Jul 15
3
bad text under KDE and C7
On Sun, 2018-07-15 at 09:06 -0500, Michael Hennebry wrote: > On Sun, 15 Jul 2018, Pete Biggs wrote: > > > > I tried the live DVD from which I installed C7. > > > > I meant to use a live DVD from some other distro so that it had > > differently compiled drivers - the idea was to eliminate (or otherwise) > > the drivers from CentOS 7. > > I've been
2010 Apr 17
1
How to encode with frame offset ?
Hi all, looking at the theora spec, it says that it is possible to encode a video with a frame offset for the actual image. How is it possible to do that ? I don't see any option for it in the encoder_example. Regards, Salsaman. http://lives.sourceforge.net https://www.ohloh.net/accounts/salsaman -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Dec 19
1
some questions about swfdec
Hi there, I am salsaman, main developer of LiVES (http://lives.sf.net), videojack, etc. I am looking into swfdec with a view to making it accessible to more projects (for example feeding the output into videojack to allow streaming over a local lan video network; mixing the swfdec output with other video sources/effects to allow vjing/capturing the stream, etc). I have a couple of questions:
2018 Jul 15
2
bad text under KDE and C7
> > I tried the live DVD from which I installed C7. I meant to use a live DVD from some other distro so that it had differently compiled drivers - the idea was to eliminate (or otherwise) the drivers from CentOS 7. > It would not do videos at all. > It claimed it did not have mp4 codecs. > It made the same complaint about avi and flv files. That's mainly because they are
2009 Jun 20
1
links in videos ?
Hi folks, I was just looking at this page: http://www.techcrunch.com/2009/06/09/demo-firefox-35-treats-videos-like-web-pages-why-cant-flash-do-that/ It says there: "links and other interactive elements can easily be placed inside videos." I was wondering how this placement of links and other elements was achieved. Is it something embedded in the ogg/theora stream, or is it done at
2007 Dec 20
2
Lots of problems playing back !
Hi all, I got swfdec compiled and running, however there are a lot of problems running it ! As a test I tried: swfplay http://www.youtube.com/v/lUR6laFLk0A First of all I see: SWFDEC: ERROR: swfdec_codec_gst.c(231): swfdec_gst_decoder_init: failed to create decoder SWFDEC: ERROR: swfdec_codec_audio.c(192): swfdec_audio_decoder_new: no suitable decoder for audio codec 2 SWFDEC: ERROR:
2008 Nov 11
5
further debugging of my ogg/theora decoder
Hi, I am continuing to try to debug my ogg/theora decoder. The issue seems to be that not enough packets are being pulled from the bitstream, here is some sample output from my player with some debugging comments put in: (playback began at first frame, this is from the middle of the clip) get page at 1765027 got packet frame++, skip is 0 frame decoded page processed, kframe=414 : offs=442 get
2004 Jun 16
3
working non-peeler
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://westfish.xiph.org/pipermail/vorbis/attachments/20040616/9a2bfd8d/attachment.pgp
2002 Dec 29
1
RFC: xml-like streams in Ogg.
Hello! I've played in the last couple of days with an idea of having (binary) 'xml-like' streams in Ogg. This would make possible having metadata: 1) be independant on the codec, 2) could be introduced at any time, not just in the header (consider e.g. while streaming radio statio you want to send the current's program name / the current song, etc.. with the stream without
2010 Sep 23
2
Ptalarbvorm is now in trunk
We're about ready to do a 1.2 alpha release from the ptalarbvorm tree, and as such it's no longer experimental. I've replaced the theora svn trunk with a copy of derf's experimental tree; please do subsequent development toward the release there. The old 1.1.x trunk is available as http://svn.xiph.org/branches/theora-1.1 if you need it. -r
2007 May 05
2
OggDisk?
Hi! I've seen many new standards on the Xiph page. Have you thought about creating something like "OggDisk", that would correspond to CD, DVD, BD... disks? I mean data structure (propably on any filesystem) that could be used for audio and video (and perhaps for images too?). Desired features: - Ogg centric - designed to be filesystem/disk type independant (so that you can use
2006 May 08
4
Fedora Core 5 Wine newbie
Hello, I installed wine via 'yum install wine' from my command prompt on a new install of Fedora Core 5 (everything was updated via yum before I attempted this), and everything went well with that. Then, when I tried to install a game that I saw was in gold status on the apps db, it went through a list of fonts and installed them or something, but it wont install the game. The CD is
2011 Jan 02
7
Rails, .swf, .flv
I have the following HAML code ul{ ''id'' => tutorials_ul } %li %a{''href'' => ''/videos/create-command-001.swf''} ''Edition swf'' %li %a{''href'' => ''/videos/create-command-001.flv''} ''Edition flv'' When the user clicks on
2005 Jan 31
4
aggregating dates
I have a frame which contains 3 columns: "date" "defectnum" "state" And I want to get the most recent state change for a given defect number. date is POSIXct. I have tried: aggregate(ev$date, by=list(ev$defectnum), max) Which appears to be working except that the dates seem to come back as integers (presumably the internal representation of POSIXct). When I
2009 May 08
2
Porting SWFDec to Android
Hi, I am planning to port latest SWFDec to android platform. The plans of mine are after porting it should support playing of youtube videos, I have downloaded the SWFDec package and plugin and installed the things but I am not able to open youtube video on my Mozilla browser. I have gone through the code in one of the files, while creating the decoders only "SWF", "IMAGE"
2002 Aug 03
7
theora MMX decoder
I try to merge VP3's mmx decoder into theora. http://kyoto.cool.ne.jp/vp3/developers/theora-alpha3-MMXd-src.zip You can see the change by searching the keyword "_UsingMMX_" in all lib folder's file. From VP3???YO vp3@go8.enjoy.ne.jp
2003 Nov 13
5
xlims of barplot
I would like to create a family of barplots with the same xlimits. Is there a way to "read" the xlimits from the first graph so I can apply it to the subsequent ones? I have tried just taking the min and max of the x data and the plot doesn't show. cheers [[alternative HTML version deleted]]
2008 Oct 01
1
ffmpeg audio not working
I''m converting videos to .flv but I can''t hear any sound. Is this ffmpeg command correct? ffmpeg -i #{path} -an -s 480x360 -vcodec flv -r 25 -qscale 8 -f flv -y #{flv} Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email
2005 Jan 19
5
easing out of Excel
I know enough about R to be dangerous and our marketing people have asked me to "automate" some reporting. Data comes from an SQL source and graphs and various summaries are currently created manually in Excel. The raw information is invoicing records and the reporting is basically summaries by customer, region, product line etc. With function such as aggregate(), hist() and pareto()
2014 Dec 14
2
Icecast AAC FLV Container
Hello, I am using Icecast v2.4.1 to to stream AAC audio to web clients through jPlayer. If HTML5 is not supported then it uses Flash Player. The problem is that Flash player does not play AAC streams as is, and from a quick google search someonw suggested I append "?type=.flv" to the url. I cannot make it work though as whatever I request, I get a response with mime type