search for: mpg4

Displaying 4 results from an estimated 4 matches for "mpg4".

Did you mean: mpg
2012 Mar 12
1
Faceted bar plot shows wrong counts (ggplot2)
I have encountered a problem with faceted bar plots. I have tried to create something like the example explained in the ggplot2 book (see pp. 126-128): library(ggplot2) mpg4 <- subset(mpg, manufacturer %in% c("audi", "volkswagen", "jeep")) mpg4$manufacturer <- as.character(mpg4$manufacturer) mpg4$model <- as.character(mpg4$model) base <- ggplot(mpg4, aes(fill = model)) + geom_bar(position = "dodge")...
2008 Oct 16
2
m4v
Hi, I run 5.2, how do I play m4v videos? I am not trying to remove any DRM, only to view some Internet videos such as Lightroom killer tips: (http://www.lightroomkillertips.com/videos/download.php?file=lightroom_foldersanddrives.m4v) uses m4v files. Any suggestion? -- Thanks
2004 Aug 03
0
Video Codecs, Video Editing and Wine
...ile, lines containing ir50.dll, ir32.dll and iccvid.dll, in the [drivers] section, are commented out. Are these necessary for what I'm trying to do? The system.ini file from an ME partition contains the lines: [drivers] ..... VIDC.UYVY=msyuv.dll VIDC.YUY2=msyuv.dll] VIDC.YVYU=msyuv.dll VIDC.MPG4=mpg4c32.dll VIDC.MP42=mpg4c32 Do these refer to MPEG2 codecs? [Two more questions, then I'm done <G>] If any of the lines I mentioned above need to be added to the wine system.ini file, I know that I need to put the dll into c:\\windows\\system. Do I also need to use DllOverride ei...
2010 May 22
4
[OT-ish] WebM/Ogg VP8 streaming
Hi all, Sorry for the VP8 question on the Theora list, but I think all the relevant people are here :) I'm using Icecast to distribute some Ogg Theora streams at the moment with a view to adding VP8 along side these in future. Ideally I'd just use Ogg VP8+Vorbis, I know there is a mapping for this already but how much support from the browsers can I expect for this configuration?