annotate README @ 6:8fc045d33d62
updated the code to work with more recent ffmpeg versions
author |
John Tsiombikas <nuclear@member.fsf.org> |
date |
Sat, 26 Sep 2020 14:26:39 +0300 |
parents |
|
children |
|
rev |
line source |
nuclear@3
|
1 stereoplay
|
nuclear@3
|
2 ----------
|
nuclear@3
|
3 Playback stereoscopic side-by-side videos using OpenGL stereoscopic rendering.
|
nuclear@3
|
4
|
nuclear@3
|
5 If you don't have a stereo-capable OpenGL implementation, consider using
|
nuclear@3
|
6 stereowrap which emulates stereoscopic OpenGL presenting the output as
|
nuclear@3
|
7 anaglyphs or other methods. See http://code.google.com/p/stereowrap for
|
nuclear@3
|
8 details.
|
nuclear@3
|
9
|
nuclear@3
|
10 Stereoplay copyright (C) 2011 John Tsiombikas <nuclear@member.fsf.org>
|
nuclear@3
|
11
|
nuclear@3
|
12 You may use, modify, and redistribute stereoplay under the terms of the GNU
|
nuclear@3
|
13 General Public License version 3 (or at your option any newer version published
|
nuclear@3
|
14 by the Free Software Foundation). See COPYING for details.
|