Giter VIP home page Giter VIP logo

Comments (8)

jhodges10 avatar jhodges10 commented on September 20, 2024 1

Would love to see support for output to a multitude of formats:

  • h.264
  • h.265
  • DNxHD
  • ProRes (obviously the hardest...)
  • DPX, EXR, TIFF, PNG, JPEG image sequence

from tlrender.

darbyjohnston avatar darbyjohnston commented on September 20, 2024 1

It looks like FFmpeg supports encoding to ProRes:
https://trac.ffmpeg.org/wiki/Encode/VFX

Though for official support we would need to implement an I/O plugin for macOS AVFoundation/CoreVideo.

from tlrender.

darbyjohnston avatar darbyjohnston commented on September 20, 2024 1

I need to write some proper documentation, but until then here are a couple more features:

  • Support for Cineon and DPX image sequences (just regular 10-bit files for now)
  • Support for OpenColorIO color space conversion
  • More options for ProRes output

For example, here is how to convert a .otio file that references a DPX image sequence to a H264 movie with log to sRGB color conversion:

tlrbake-glfw dpx_sequence.otio output.m4v -colorConfig spi-vfx\config.ocio -colorInput lg10 -colorDisplay sRGB -colorView Film

Or a high quality ProRes movie:

tlrbake-glfw dpx_sequence.otio output.mov -ffProfile ProRes_XQ -colorConfig spi-vfx\config.ocio -colorInput lg10 -colorDisplay sRGB -colorView Film

from tlrender.

jhodges10 avatar jhodges10 commented on September 20, 2024

I just added image sequences to my list, I can think of some situations in which you'd want that for something downstream.

from tlrender.

darbyjohnston avatar darbyjohnston commented on September 20, 2024

I've added a command-line application that can render a timeline to a movie file or image file sequence; some examples:

Convert a timeline to a movie file:
tlrbake timeline.otio output.mp4

Convert a timeline to a low-resolution movie file:
tlrbake timeline.otio output.mp4 -rs 640x360

Convert a timeline to a ProRes movie file:
tlrbake timeline.otio output.mov -vc prores

Convert a timeline to a TIFF image sequence:
tlrbake timeline.otio output.1.tif

It is pretty basic and missing lots of functionality, but seems to work well enough to start testing it. I've successfully created H264 and ProRes files, the H265 and DNxHD need more work and just throw errors right now. Supported image sequences are currently OpenEXR, JPEG, PNG, and TIFF.

from tlrender.

jhodges10 avatar jhodges10 commented on September 20, 2024

Nice work @darbyjohnston!

from tlrender.

jhodges10 avatar jhodges10 commented on September 20, 2024

Can't wait to test out this build. Nice work as always!

from tlrender.

darbyjohnston avatar darbyjohnston commented on September 20, 2024

The two remaining pieces of work are adding audio support (#25) and creating release packages (#8). I've created separate issues for those so I'm going to close this one.

from tlrender.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.