Content-Length: 277133 | pFad | http://github.com/video-audio/xstack

5D GitHub - video-audio/xstack: Xstack is library for ffmpeg xstack layouts generation written in Go.
Skip to content

Xstack is library for ffmpeg xstack layouts generation written in Go.

License

Notifications You must be signed in to change notification settings

video-audio/xstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xstack

GoDev Build Status Coverage Status Go Report Card

Xstack is library for xstack layouts generation written in Go.

Quick-start

package main

import (
  "bytes"
  "fmt"

  "github.com/video-audio/xstack"
)

// 0_0|w0_0|w0+w1_0|0_h0|w0_h0|w0+w1_h0|0_h0+h1|w0_h0+h1|w0+w1_h0+h1
func main() {
  fmt.Println(xstack.Layout(9))

  // or
  b := bytes.Buffer{}
  xstack.LayoutTo(&b, 9)

  fmt.Println(b.String())
}

About

Xstack is library for ffmpeg xstack layouts generation written in Go.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/video-audio/xstack

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy