A custom node that launches ffmpeg to convert sequences.
Recently I found out that nuke in linux doesn't have H.264 codec available in write node, and for the project I was working on I need to use ffmpeg to convert my output to H.264 repetitively. So I created this tool that wrapped some ffmpeg command line together and able to launch ffmpeg quickly to do the job. Here are its main features in version 1.0
- Grabs connected read node’s file paths automatically when connected (If the fields are empty)
- Options to add prefix and suffix
- Adding audio file in the output file
- Adjustable fps, CRF settings
- Gamma 2.2 or linear output
- Output of .mov and .mp4
- Output of H.264 or H.265
- Custom FFmpeg path if it’s not set up in user’s environment variable
- Preview output path and command to execute ffmpeg
- Clear button to clear all the settings.