The time now is Thu 23 May 2013, 18:56
All times are UTC - 4 |
|
Page 59 of 89 [1325 Posts] |
Goto page: Previous 1, 2, 3, ..., 57, 58, 59, 60, 61, ..., 87, 88, 89 Next |
| Author |
Message |
Gnuxo
Joined: 09 Feb 2012 Posts: 360
|
Posted: Wed 18 Jul 2012, 14:27 Post subject:
|
|
I had an interesting thought.
Is it possible to stream youtube in FFplay?
I'm not sure how that would work but I noticed that FFplay is an option in default apps.
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5170 Location: Finland
|
Posted: Wed 18 Jul 2012, 15:32 Post subject:
|
|
Yes. When I compiled ffmpeg, I left ffplay in distro.
You can play from command line with ffplay .avi .mkv .mp4 etc...
But ffplay has the same restriction as mplayer. It needs some parser which parses the url for .flv content.
If you get the url for .flv and you can give that to the ffplay, I believe it plays it.
|
|
Back to top
|
|
 |
gcmartin
Joined: 14 Oct 2005 Posts: 2637 Location: Earth
|
Posted: Wed 18 Jul 2012, 19:09 Post subject:
|
|
Does this apply to video in Exprimo?
Here to help
_________________ Get ACTIVE; Create Circles; Do those good things which benefit the people's needs!
We are all related ... Its time to show that we know this!
Google's Puppy Search Engine
|
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 2473 Location: Ontario
|
Posted: Wed 18 Jul 2012, 20:05 Post subject:
resizepfile.sh |
|
Barry K tells me that woof has another version
of resizepfile.sh that has been internationalized
http://bkhome.org/fossil/woof2.cgi/finfo?name=woof-code/rootfs-skeleton/usr/sbin/resizepfile.sh
______________________________________
| Quote: | Posted on 3 Feb 2012, 8:26 by BarryK
More scripts i18n'ed
internationalized: remove_builtin, resizepfile.sh, set_hwclock_type, set_time_for_puppy, sfsget, usb_modeswitch_status, video-wizard, wakepup2, wizardwizard, xinitrc_test, xserverwixard:
http://bkhome.org/fossil/woof2.cgi/info/57bb7bf225 |
_______________________________________
|
|
Back to top
|
|
 |
majorfoo
Joined: 07 Mar 2011 Posts: 420 Location: Wish I knew
|
Posted: Wed 18 Jul 2012, 23:07 Post subject:
|
|
| pemasu wrote: | Majorfoo. Abiword-2.8.6 bundle is it's own whole in one pet.
Abiword-2.9.0 needs to be installed by clicking examine dependencies.
I dont understand why you install first the other one as bundled which has everything for abiword-2.8.6 and gnumeric and then after that abiword-2.9.0 which is dependent of different version of libgsf-gnome.
I think that wont make much sense, lol.
Install the older abiword bundle or abiword-2.9.0 with examine dependencies which will give you all the needed dependencies as separate downloads and installs them.
I let them them be there as 2 choices which to use, not so that you install both.
|
I like to use the latest version of a program, therefore, the reason I loaded abiword-286, gnumeric-1.17 and goffice pet.
Then I loaded the abiword 2.90 pet - was merely pointing out that a lib was missing the abiword 2.90 pet.
Sorry for confusion
|
|
Back to top
|
|
 |
majorfoo
Joined: 07 Mar 2011 Posts: 420 Location: Wish I knew
|
Posted: Wed 18 Jul 2012, 23:10 Post subject:
|
|
| pemasu wrote: | I extracted the remasterpup2 from the rerwin's pet. Of course I dont know if that is all it needs and if it is dpup exprimo compliant. If someone wants to give it a go...here is the pet which overwrites the existing one.
Someone with remasterpup2 content knowledge can also give valuable comments. |
Installed this pet and remastered.
This pet is much faster than one in original live cd.
Remaster time of 266mb went from 23 miniuites to 8 minutes using this pet
Thanks for providing
Last edited by majorfoo on Wed 18 Jul 2012, 23:18; edited 1 time in total
|
|
Back to top
|
|
 |
majorfoo
Joined: 07 Mar 2011 Posts: 420 Location: Wish I knew
|
Posted: Wed 18 Jul 2012, 23:16 Post subject:
Re: remasterpup2 |
|
| shinobar wrote: |
rerwin's patch is worth to onsider, but the point is removing the file/etc/.XLOADED, which you can do manually. |
removing /etc/.XLOADED stops the error on previous shutdown in the remastered copy.
I still want to get rid of the Quick Setup screen on the remastered copy and the Save on Shutdown screen on the remastered copy.
rerwin accomplished all three items with his changes in lucid series quoted in my previous post.
Thanks
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5170 Location: Finland
|
Posted: Thu 19 Jul 2012, 02:17 Post subject:
|
|
Thank you majorfoo for testing and giving feedback of remasterpup2 a la rerwin. I have replaced the script in woof.
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5170 Location: Finland
|
Posted: Thu 19 Jul 2012, 05:31 Post subject:
|
|
I have played today with firefox extensions global installation script. What it means. It was Iguleder`s invention to extract id information and then install the .xpi to the /usr/lib/firefox/extensions. There is also ready script in net, but that does not create compressed .xpi and takes more space. Iguleders command is better. | Code: | | install -m644 -D /root/Downloads/easy_youtube_video_downloader-6.2-fx.xpi $INSTALL_DIR/usr/lib/firefox/extensions/\{c0c9a2c7-2e5c-4447-bc53-97718bc91e1b}.xpi |
| Quote: | Posted on 19 Oct 2011, 18:51 by Iguleder1
Preinstalled Seamonkey/Firefox extensions
Barry, I found a way to pre-install extensions for Firefox and Seamonkey without having to create a profile first!
It's really simple - I found out that xpi extensions are zip archives. Just unzip an extensions, open install.rdf and get its ID, which is a GUID.
In the case of TorButton, it's "{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}":
install -m644 -D torbutton-current.xpi $INSTALL_DIR/usr/local/apps/firefox/extensions/\{e0204bd5-9d31-402b-a99d-a6aa8ffebdca\}.xpi |
After installation, the extension will be loaded from the global location. You can remove your /root/.mozilla user created folder and you wont lose these extensions. For puplet builder the benefit is bigger. I can push whatever extension as preinstalled to the Firefox. I have already flashblock, adblock and fireftp preinstalled as global installation. You just need to enable those extensions inside Firefox.
I have created more of them. Flvideoreplacer gives you possibility to play for example youtube videos with mplayer - gnome-mplayer - vlc - whatever player - ffplay (seemed fast). It just needs playing with preferences > pfererred method standalone player > standalone player custom > /usr/bin/ffplay and it lets you also download video.
Next you can use ffconvert to strip the audio. Lol.
Or you can use my provided online audio strippers from youtube videos. I created several ones.
Also here is youtube video downloader to just download video.
Fireuploader is picture uploader to the free web upload sites...it has several sites supported.
Couple of google translator - wiktionary extensions.
 |
| Description |
|

Download |
| Filename |
loudtronix_audio_video_downloader_extension-1.5-fx.pet |
| Filesize |
10.94 KB |
| Downloaded |
65 Time(s) |
| Description |
|

Download |
| Filename |
easy_youtube_video_downloader-6.2-fx.pet |
| Filesize |
170.17 KB |
| Downloaded |
70 Time(s) |
| Description |
|

Download |
| Filename |
fireuploader-0.6-fx.pet |
| Filesize |
425.05 KB |
| Downloaded |
64 Time(s) |
| Description |
|

Download |
| Filename |
flvideoreplacer-2.1.1-fx.pet |
| Filesize |
119.56 KB |
| Downloaded |
71 Time(s) |
| Description |
|

Download |
| Filename |
wiktionary_and_google_translate-5.10-fx.pet |
| Filesize |
41.41 KB |
| Downloaded |
65 Time(s) |
| Description |
|

Download |
| Filename |
youtube-downloader-firefox-3.6.6.pet |
| Filesize |
170.95 KB |
| Downloaded |
85 Time(s) |
| Description |
|

Download |
| Filename |
youtube_to_mp3-1.2.3-fx.pet |
| Filesize |
10.78 KB |
| Downloaded |
69 Time(s) |
Last edited by pemasu on Wed 01 Aug 2012, 04:57; edited 2 times in total
|
|
Back to top
|
|
 |
peebee

Joined: 21 Sep 2008 Posts: 913 Location: Malvern, Worcs, UK
|
Posted: Thu 19 Jul 2012, 05:42 Post subject:
|
|
| pemasu wrote: | | Dpup Exprimo 5.X.3.4.2.8 has been reuploaded. Only changes are that all the nouveau stuff has been removed. |
Hi pemasu
I still get the "Out of Range" message and a black screen on initial boot with the new 5.x.3.4.2.8 - still have to ctrl-alt-backspace and run xorgwizard to choose nv at correct aspect ratio.
Cheers
peebee
_________________ HP550 laptop: 2GHz Celeron, 2GB ram, Broadcom B43 wifi, Agere HDA modem [2009]
IBM Thinkpad 600: 266MHz PII, 160MB ram, 2GB swap partition, wifi & modem via pcmcia [1999]
Desktop: AMD Athlon II X2 260 4GB, Nvidia GeForce7025[2012]
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5170 Location: Finland
|
Posted: Thu 19 Jul 2012, 05:52 Post subject:
|
|
Peebee. That it is not caused by interfering nouveau. The stuff has been removed. If there would be still nouveau hanging....you would need running xorgwizard > probe or choose nv and reboot before you would get rid of loaded nouveau kernel module. It is something which some nvidia graphics users have to live with. I have quite old xorg version in this squeeze. 01micko with his slacko and with newer xorg has solved that problem I believe. I could ask 01micko if there would be generic hack to some puppy scripts to avoid that. I put it to my to do list.
|
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2256 Location: Japan
|
Posted: Thu 19 Jul 2012, 06:47 Post subject:
remasterpup2 |
|
| pemasu wrote: | I extracted the remasterpup2 from the rerwin's pet. Of course I dont know if that is all it needs and if it is dpup exprimo compliant. If someone wants to give it a go...here is the pet which overwrites the existing one.
Someone with remasterpup2 content knowledge can also give valuable comments. |
I have not tested but it does not support xz compression, means it makes larger remastered .iso file.
_________________ Multilingual Wary-511
Lucid Puppy Quickset edition
Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5170 Location: Finland
|
Posted: Thu 19 Jul 2012, 07:26 Post subject:
|
|
Shinobar. Thank you of the info. Now I remember that in the version I picked up, you posted that you had improved the script to handle .xz compression. Probably the lack of it made the replacement script faster ?
|
|
Back to top
|
|
 |
nooby
Joined: 29 Jun 2008 Posts: 9389 Location: SwedenEurope
|
Posted: Thu 19 Jul 2012, 07:30 Post subject:
|
|
Would this be a good Puppy for Sylvander new computer?
He asks around here
http://www.murga-linux.com/puppy/viewtopic.php?t=79789
I did recommend this Dpup you have in this thread.
| Quote: | | t's an "Intel Dual Core System", Intel Pentium G620T 2.2Ghz CPU, 4GB DDR3 1333 Mhz RAM, 250GB SATA HDD, SATA DVD-RW, HD onboard graphics and sound. |
some puppies he tried fail to get to the Desktop.
So I thought that Dpup having the latest kernel and drivers
would be just fine? He has a 64 bit multi core but that should work?
_________________
I'm a noob so I use Google Search of Puppy Forum
|
|
Back to top
|
|
 |
edoc

Joined: 07 Aug 2005 Posts: 3937 Location: Southeast Georgia, USA
|
Posted: Thu 19 Jul 2012, 12:03 Post subject:
|
|
I have 5x3428 booted via CD on a laptop and via USB stick on a netbook.
The CD boot won't hold a wireless connection.
The USB boot is stable (I am using that now).
The CD boot laptop has an AtherosAR5413 802.11abg NIC
The USB netbook has an Atheros 9285 NIC
Ideas re. the CD boot wireless instability solution, please?
Thanks!
_________________ Thanks! David
Home page: http://nevils-station.com
Don't google Search! http://duckduckgo.com
Multiple computers - currently running Puppy Exprimo ver. 5x15
|
|
Back to top
|
|
 |
|
|
Page 59 of 89 [1325 Posts] |
Goto page: Previous 1, 2, 3, ..., 57, 58, 59, 60, 61, ..., 87, 88, 89 Next |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|