Thanks to visit codestin.com
Credit goes to github.com

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

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

 
 
 

Contributors

Languages