Displaying 3 results from an estimated 3 matches for "sync2".
Did you mean:
sync
2009 Jun 29
3
oggz-merge.exe
Hi folks,I'm joining this list because I've encountered difficulties with
the ogg tools.
I'm running Windows, and can't find binaries for liboggz tools, such as
oggz-merge.exe
Can someone provide oggz-merge.exe?
So I use ffmpeg (v19289) for muxing
ffmpeg -y -i sync2.ogg -i sync.ogv -vcodec copy -acodec copy sync2.ogv
but the framerate fluctuates wildly on playback, and ogginfo says its
corrupt
E:\mediatests\sync>ogginfo sync2.ogv
Processing file "sync2.ogv"...
Note: Stream 1 has serial number 0, which is legal but may cause problems
with some to...
2009 Jun 29
0
ffmpeg2theora tool
...peg to a file, I run a psnr tool on it and it says
PSNR is 26.318160.
This is using J's latest http://v2v.cc/~j/ffmpeg2theora/download.html (thanks!)
Here's an overall script you can criticize
:: *************************:: ogg container test matrix::
*************************
oggenc2 -o sync2.ogg sync2.wav
:: *************************:: ogv container test matrix::
*************************
:: Compress with libtheoraffmpeg2theora --optimize -v 8 -o sync.ogv
sync.720x480_30Hz_P420.mov
:: Mux all ogg video container variationsoggzmerge sync2.ogg sync.ogv
-o sync2.ogv
:: Compute PSNRffmpeg...
2005 Jun 07
1
Hard links revisited
I can't seem to get the hardlinks to work in windows via --link-dest.
It just refuses to find the files in the directory and make a hard
link. Here's the setup.
-I run 2 rsyncs from batch files called sync.bat and sync2.bat.
-I'm connected to the server via a mapped network drive, we'll call it 'z'.
-I then run the client, on the destination, once to pull the data from
the server and make a base-level mirror in a directory I call
"source".
-Next, I want to run the backup again and pu...