Here is the download & instructions:
http://www.piwall.co.uk/information/10- ... vie-piwall
Search found 25 matches
- Sun Sep 15, 2013 11:11 am
- Forum: Graphics, sound and multimedia
- Topic: Rpi Video Wall
- Replies: 18
- Views: 10166
- Tue Jun 11, 2013 1:07 pm
- Forum: Graphics, sound and multimedia
- Topic: Audio/Video sync issues with omxplayer
- Replies: 6
- Views: 9567
Re: Audio/Video sync issues with omxplayer
anyone who wants to try sam nazarko's solution that will find that the OMX folder at the subversion repo does not exist anymore. you can still get it this way: svn co http://svn.stmlabs.com/svn/raspbmc --revision 1685 ./rev1685 and then change to this: for patch in $OMXPATCHES do cp -f ./rev1685/pat...
- Sun May 05, 2013 2:43 pm
- Forum: Graphics, sound and multimedia
- Topic: ffmpeg settings for omxplayer
- Replies: 2
- Views: 6630
Re: ffmpeg settings for omxplayer
audio sync problems are still an issue if you are using the composite video (yellow plug) instead of hdmi. if you route the audio over hdmi then the sync problem "should" disappear. your ffmpeg command looks "ok". this is what I use for onepass: ffmpeg -i source.mov -c:v libx264 ...
- Mon Apr 08, 2013 9:30 am
- Forum: Raspberry Pi OS
- Topic: Gstreamer 1.0 for raspbian
- Replies: 171
- Views: 144551
Re: Gstreamer 1.0 for raspbian
wow! you're right. I was using videoconvert in my pipeline - which drops out. your video-only pipeline works fine at 720p - but still has framedropping issues at 1080p. (although this could be because of my slow SD card...) here is my pipeline with audio: gst-launch-1.0 filesrc location=big_buck_bun...
- Sun Apr 07, 2013 7:46 pm
- Forum: Raspberry Pi OS
- Topic: Gstreamer 1.0 for raspbian
- Replies: 171
- Views: 144551
Re: Gstreamer 1.0 for raspbian
i can confirm that it eglglessink is now "working" without X, but seems to be framedropping to keep up. it is definitely smoother, but by my estimate around 15fps. still not on par with omxplayer, but is starting to get better and better. 

- Sat Mar 30, 2013 6:41 pm
- Forum: Graphics, sound and multimedia
- Topic: seamless looping
- Replies: 138
- Views: 97326
Re: seamless looping
nope - sounds good 

- Sat Mar 30, 2013 4:56 pm
- Forum: Graphics, sound and multimedia
- Topic: seamless looping
- Replies: 138
- Views: 97326
Re: seamless looping
your best bet in this case is to use rsync. http://www.cyberciti.biz/tips/linux-use-rsync-transfer-mirror-files-directories.html i do have one warning for you, and the solution i presented is not even perfect in a perfect world, because you WILL have SD cards fail on you sooner rather than later, es...
- Sat Mar 30, 2013 12:46 pm
- Forum: Raspberry Pi OS
- Topic: Gstreamer 1.0 for raspbian
- Replies: 171
- Views: 144551
Re: Gstreamer 1.0 for raspbian
just wondering if you could add a python-gst1.0 and python-gst1.0-dev to the repo...
- Sat Mar 30, 2013 12:16 pm
- Forum: Graphics, sound and multimedia
- Topic: seamless looping
- Replies: 138
- Views: 97326
Re: seamless looping
that's easy - just track down the pid of the autoloop.sh and kill that. use: $ top once you have found the pid like 1898 press Q and then enter $ sudo kill -9 *_pid_* DO NOT TYPE THE $'s -> they are just there to show you the command line, and DO switch *_pid_* with whatever pid is associated with t...
- Tue Mar 26, 2013 3:29 pm
- Forum: Graphics, sound and multimedia
- Topic: seamless looping
- Replies: 138
- Views: 97326
Re: seamless looping
I greatly sympathize with you. Which is why I am preparing a hexxeh based distro that should get you up and runnin. Bear with me, I am doing this in my non-existent free time, so it could take a few days... BRB.
- Tue Mar 19, 2013 5:40 pm
- Forum: Graphics, sound and multimedia
- Topic: seamless looping
- Replies: 138
- Views: 97326
Re: seamless looping
no - no stuck video. and once it ran it just ran... the installation went for 19 days straight. when the show closed in the evenings we actually just turned off the video projector and amp and left the RPi running. the nice thing about these kind of scripts is that if you lose power, as soon as the ...
- Tue Mar 19, 2013 11:39 am
- Forum: Graphics, sound and multimedia
- Topic: seamless looping
- Replies: 138
- Views: 97326
Re: seamless looping
i am a little confused... are you using the december 2012 raspian? here is one last "correction"... #!/bin/bash # autoloop-patch.sh # autoloop patch for raspbian # v.0.2 # Raspberry Pi Forum User denjell # http://www.raspberrypi.org/phpBB3/memberlist.php?mode=viewprofile&u=56730 # copy...
- Tue Mar 19, 2013 10:45 am
- Forum: Graphics, sound and multimedia
- Topic: seamless looping
- Replies: 138
- Views: 97326
Re: seamless looping
Raspberry Pi is a great way to "get your feet wet" in the world of programming. Indeed, that is why it was developed - to offer the public a low-cost alternative to learning programming and using embedded computing. As an artist and curator myself, I appreciate the low cost and flexibility...
- Mon Mar 18, 2013 11:56 pm
- Forum: Graphics, sound and multimedia
- Topic: seamless looping
- Replies: 138
- Views: 97326
Re: seamless looping
i just checked and it seems that somehow a corruption appeared in line 70. let me know if this works: #!bin/sh # autoloop-patch.sh # autoloop patch for raspbian # v.0.1 # Raspberry Pi Forum User denjell # http://www.raspberrypi.org/phpBB3/memberlist.php?mode=viewprofile&u=56730 # copyleft 2013 /...
- Sun Mar 17, 2013 6:37 pm
- Forum: Graphics, sound and multimedia
- Topic: seamless looping
- Replies: 138
- Views: 97326
Re: seamless looping
first of all, chmod 755 IS a valid mode.
secondly, $'\302\240' is another name for nbsp (non-breaking space) -> which tells me you got some kind of problem with your encoding, you probably are not using UTF-8...
see my next post.
secondly, $'\302\240' is another name for nbsp (non-breaking space) -> which tells me you got some kind of problem with your encoding, you probably are not using UTF-8...
see my next post.
- Mon Mar 11, 2013 4:44 pm
- Forum: Graphics, sound and multimedia
- Topic: seamless looping
- Replies: 138
- Views: 97326
Re: seamless looping
the idea behind the patch is that you don't need a full image and can just patch your existing raspbian...
- Mon Feb 25, 2013 3:56 pm
- Forum: Graphics, sound and multimedia
- Topic: seamless looping
- Replies: 138
- Views: 97326
Re: seamless looping
sure - they'll play and loop, just follow the instructions here:
http://www.raspberrypi.org/phpBB3/viewt ... 37#p285237
(and use an HDMI -> vga adapter)
and feel free to PM me if you have any specific problems.
good luck.
http://www.raspberrypi.org/phpBB3/viewt ... 37#p285237
(and use an HDMI -> vga adapter)
and feel free to PM me if you have any specific problems.
good luck.
- Mon Feb 25, 2013 2:56 pm
- Forum: Graphics, sound and multimedia
- Topic: seamless looping
- Replies: 138
- Views: 97326
Re: seamless looping
@Brendanflynn: You will have a problem syncing unless your videos are EXACTLY the same length (hh:mm:ss:ff) and you use EXACTLY the same hardware with the same image and patch and SD Card from the same manufacturer with the same speed. After you get them set up with the script I gave you, turn them ...
- Tue Feb 12, 2013 2:13 pm
- Forum: Other projects
- Topic: Set video output window size?
- Replies: 2
- Views: 974
Re: Set video output window size?
thanks - i looked but missed that bit...
- Tue Feb 12, 2013 2:03 pm
- Forum: Other projects
- Topic: Set video output window size?
- Replies: 2
- Views: 974
Set video output window size?
Hi, I noticed on github https://github.com/huceke/omxplayer that there now seems to be a way to tell omxplayer what size the video output should be. Does anyone have more information about this? The git push comment was "Add command line option to set the video output window" Thanks for an...
- Tue Feb 12, 2013 12:29 pm
- Forum: Beginners
- Topic: Standalone looping video kiosk?
- Replies: 6
- Views: 5354
Re: Standalone looping video kiosk?
here is a solution i posted yesterday to this problem.
http://www.raspberrypi.org/phpBB3/viewt ... 37#p285237
will release a second (more interactive) version soon.
best
http://www.raspberrypi.org/phpBB3/viewt ... 37#p285237
will release a second (more interactive) version soon.
best
- Tue Feb 12, 2013 12:32 am
- Forum: Graphics, sound and multimedia
- Topic: Control videos through GPIO
- Replies: 13
- Views: 12032
Re: Control videos through GPIO
nice job with:
its exactly what i've been looking for!if(!data_len)
rewind(in);
- Mon Feb 11, 2013 11:36 pm
- Forum: Graphics, sound and multimedia
- Topic: seamless looping
- Replies: 138
- Views: 97326
Re: seamless looping
so i deleted the untested script because i tested it and it didn't work. sorry if anyone lost their patience. here is a tested (and corrected) version of the autoloop omx patch that does what it is supposed to. 1) no login 2) autostart 3) autoloop media file 4) silent logging RTFM. #!/bin/bash # aut...
- Sun Feb 10, 2013 11:38 pm
- Forum: Graphics, sound and multimedia
- Topic: seamless looping
- Replies: 138
- Views: 97326
Re: seamless looping
the rpi i used is installed right now, but i need to go to the gallery tomorrow anyway. I'll copy out the important stuff and make a script that should patch a fresh installation. i am using the december 2012 raspian (without running apt-get update). of course it is not the right way to do it, but i...
- Sun Feb 10, 2013 4:49 pm
- Forum: Graphics, sound and multimedia
- Topic: seamless looping
- Replies: 138
- Views: 97326
Re: seamless looping
i am an art exhibition engineer and needed to use the RPi to loop a 1080p audio/video installation. it had to be idiot-proof - i.e. autostart (on powerup), the sound had to be synced and it was not permissible to display any type of logging. sounds trivial, and it is. here is what iu did: 0) during ...