Test issue - create Video

Issue #1 new
Igor Malinin repo owner created an issue

There is a need to do something

Hello, world

import java.util.*
class X {
  public static void main(String[] args) {
    System.out.println("Hello, world");
  }
}

Comments (5)

  1. Igor Malinin reporter
    x265 out.y4m out.hevc --y4m --output-depth=10 --preset=ultrafast
    cat out.y4m | x265 - out.hevc --y4m --output-depth=10 --preset=ultrafast
    
  2. Log in to comment