similar to: simple ogg video joiner GUI for windows

Displaying 20 results from an estimated 300 matches similar to: "simple ogg video joiner GUI for windows"

2009 Jun 03
1
Windows Software for Theora - was: QTheoraFrontend & MACRO BLOCKS PROBLEM ON CONVERTED OGG FILE
hi yorn and all, thank you oggvideo tools for windows. it is great... i can live with the command line for now myself but i will need to make some art students work with oggvideotools and they may not be happy with that:D anyway your video tutorial is also good (but it also crashed my firefox 3.5 beta 4 for two times on windows and i have reported that to mozilla), i would love to help for that
2009 Sep 14
3
oggcat or other ways to combine theora videos (with or without re-encoding)?
hi guys, first of all, i'd like to ask if there any crossplatform software/service ( gui is also better, an online application like firefogg is great, or at least a command line tools for any platform) to combine theora videos, other than oggcat... i am doing some art projects that people should be able to remix featured theora videos and i find oggcat very usefull in theory but not in
2005 Jul 21
2
cat 5 'joiner'? (polycom 500 problem)
What gives with the stupid stupid power system on the Polycom IP500 (I hope they changed it on the 501's). Anyway, does anyone know if you can get some type of joiner to connect two Cat5 cables together, and will this affect the call/signal quality because my Ethernet cable is longer than the dumb 11ft polycom supply (oh and their manual is the wrong about which end goes into the handset
2006 Apr 27
0
delete joiner entry when a habtm entry is removed
Is there an easy way to make sure that a joiner entry is removed when either part of a habtm is destroyed? I can remove the entry manually but i wondered if there was a option i could specify in the relationship declaration (like :dependent=>true). Thanks, Steve
2012 May 04
0
Why does Rails only save the joiner record in one instance but not another?
Assuming we have User, Account, and Role models, and a User has_many :accounts, through: :roles and vice-versa, with the following snippet Rails automatically creates the Role (joiner) record, but with the snippet after Rails will not. I think I''m misunderstanding how has_many through works, so I would appreciate any insight into the subject. def new @account =
2012 Mar 31
0
New package joineR
Dear All, The 'joineR' package for the joint analysis of repeated measurements and time-to-event outcomes is now available on CRAN. The package contains utilities for creating and manipulating 'jointdata' objects, graphical summaries, a variogram function for estimating correlation structure, and maximum likelihood estimation for a class of random effects joint models. Best
2009 May 05
2
oggz-merge / oggJoin with files created with oggCat
Hi Yorn, all files can be found at http://firefogg.org/~j/oggmix/ audio.ogg and video.ogg are create with oggCat: oggCat audio.ogg audio_01.ogg audio_02.ogg oggCat video.ogg video_01.ogg video_02.ogg oggJoin.mix.ogg is made with oggJoin: oggJoin mix.oggJoin.ogg video.ogg audio.ogg mix.oggz-merge.ogg is made with oggz-merge: oggz-merge -o mix.oggz-merge.ogg video.ogg audio.ogg in my
2009 May 05
2
oggz-merge / oggJoin with files created with oggCat
hi, trying to join audio and video tracks that have been itself composed from several ogg files with oggCat, i get a file that does not work. that happens both with oggz-merge and oggJoin. the files produces by oggCat look ok according to ogginfo / oggz-info / oggz-validate, they also play fine in all players. anyone got an idea what could cause that problem? i can put up some sample file if
2010 Oct 20
0
Using oggCat
Hey Brian, I have had received a lot of complains about the concatenation of audio streams and I therefor decided to be very strict with the audio handling (the resulting file should always and ever be of good quality). That is the reason why sometimes the audio is reencoded even if it would fit. Are you and your friend using the same version of oggCat (as it was handeled less strict in the
2010 Oct 19
1
Using oggCat
Hi, folks. I'm trying to prepend an OGG file with a given amount of silence. The solution that another developer and I are working with is to generate an audio file of a given duration of silence, convert that to OGG and use oggCat to try to append them. This does work, however I'm seeing that in Windows, oggCat is seems to be re-encoding the audio (it counts from 0 to what I assume is
2009 May 05
1
oggz-merge / oggJoin with files created with oggCat
> > I think, I got the problem: > > When I re-encode both audio files with the same quality/bitrate, oggCat/oggJoin works as expected. > > The reason, that it does not work, is as follows: I had a lot of trouble concatenate the audio-files (as I was starting with video only). In many cases, the concatenation works even if the bitrate does not correspond (correct me if I am
2009 May 05
0
oggz-merge / oggJoin with files created with oggCat
j I think, I got the problem: When I re-encode both audio files with the same quality/bitrate, oggCat/oggJoin works as expected. The reason, that it does not work, is as follows: I had a lot of trouble concatenate the audio-files (as I was starting with video only). In many cases, the concatenation works even if the bitrate does not correspond (correct me if I am wrong). In some cases (ffmepg)
2009 Jul 16
5
Add an intro to a theora file without re-encoding?
Hello, I would like to add a introduction video (typically a title with fade-in / fade-out) at the beginning of an Ogg/Theora video. I generated this intro video in Ogg/Theora from a sequence of png files. I would need to do this in an automatic script, because I have many such videos to process, and without doing any re-encoding step (which would be very costly because my videos are huge). I
2010 Oct 20
0
Using oggCat
Unfortunately, one of the applications we want to use this with has declared not supporting chained OGG streams, so we cannot do a simple file concatenation. So far, yorn has been helping me troubleshoot. It looks like the previous release (0.80) was less picky about the input files, but I haven't been able to try using oggSilence because when I specify a bitrate at or above 128Kbps, the
2006 Mar 24
2
How to use Readymade plugins?????
Hi, I have downloaded "Ruby on Rails validator plugin for password fields". & they have specified that for using it we have to unzip it in plugins directory of your rails application. But I cant find the plugin directory in my Rails Application. Also there is plugin directory in Rails server installation directory:-"C:\local\ruby\freeride\plugins\". & so I have
2009 Jun 04
3
firefogg local encode web-app
I mentioned it in the #theora channel a few days ago but here it is with a more permanent url: http://www.firefogg.org/make/advanced.html & http://www.firefogg.org/make/ These will be simple links you can send people so that they can encode source footage to a local ogg video file with the latest and greatest ogg encoders (presently thusnelda and vorbis). Updates to thusnelda and
2006 Sep 27
5
Question about has_one
I have a question about regarding the use of ''has_one'' in this scenario: Schema: User ---- id first_name last_name UserMessage ---- user_id message_id Message ---- id Assuming business rules dictate that a Message can have at most ONE User (let''s assume a message can be created without a user associated to it), these are my questions: 1) How would I use has_one
2004 Mar 24
1
Stopping new directory creation ?
Hi, I've been looking for a way to stop users creating new sub-directories under a top level (shared) directory - which will need to contain 3 readymade directories and/or to stop users placing files outside the 3 readymade directories. Is this at all possible ? Got a really basic system - Slackware 8.0 and Samba 2.2.8a running purely as a fileserver for Win2k clients. Thanks Mike
2006 Feb 27
5
Localization: word wrap in tables?
I am a Rails noob, working on bringing a legacy db system into the 21st century. I want to localize the UI for two languages (EN/JA). Since I am already using the salted user system, I have been playing around with T. Fuchs'' localization module. Nice and simple, already up and working. But here''s the problem: Japanese text is wrapping weirdly in table cells. I could set
2010 Jul 19
2
ffmpeg2theora's website is down
Hi, do you know the author of the ffmpeg2theora project? Because his domain name, http://v2v.cc/, which hosts the project, expired on 2010-07-16, and pending renewal or deletion. The contact email address listed on the page also use the v2v.cc domain, so I cannot contact him. Please notify him ASAP if you know his other address! In the meantime, how can I install ffmpeg2theora 0.27 on Ubuntu? I