-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added image sequence tutorial #514
Conversation
Full instructions on how to use the Blender VSE can be found here https://docs.blender.org/manual/en/latest/video_editing/index.html | ||
|
||
|
||
Adobe Media Encoder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please point out this one is not free.
DaVinci Resolve, Adobe Premiere etc | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Davinci Resolve, please use the Transcode method mentioned in the comment above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added tutorial for Davinci Resolve.
On line: 116 - 125, its the same process as in adobe premiere, so maybe move premiere up and take all NLE together. I viewed it with https://remarkableapp.github.io/ or with http://rst.ninjs.org/ and I think there are some formatting issues. Would you add me to your fork so I could fix them.... |
Yes, but please take in account that Davinci Resolve also has Media Management which allow us to transcode the video without adding it to a timeline. It's the same as Adobe Prelude. |
WinFF as mentioned under ffmpeg is not able to export image sequences as a simple gui selection operation... |
FF Multi Converter Maybe someone can help here, tried to extract image sequences, but it did not work at all.....openend an issue: ilstam/FF-Multi-Converter#64 so I will not write a "how to" for this... @hellocatfood: if it does not work on your side, lets remove this as well since other people might have the same problem.... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will fix:
- proper link to the tutorial in getstarted-troubleshooting
- link from the main TOC
@lehuan5062 @hellocatfood @magdesign do you want your name to appear in the list of Natron doc contibutors? If yes, tell me how you want it to appear. |
Merges, should be available soon in https://natron.readthedocs.io/en/rb-2.3/guide/tutorials.html Feel free to propose further modifications. I think @cgvirus had answers for the 10/12 bits question (using TIFF rather than PNG), can you incorporate these? |
I think it would be great to also add a section on how to remux audio in the second part |
Oh no! I have made a serious boo-boo. This commands should be here instead those. Usually we use no alpha for video as they don't contain any. Talked with ffmpeg folks and these are now the correct arguments.
Only DPX supports 10/12 bit in ffmpeg image formats. There are hacks with YUV in TIFF but that is not supported perfectly in many software like Nuke and Premiere itself. |
%04d specifies the position of the characters representing a sequential number in each filename matched by the pattern. Using the above example the output files will be called output_0001.png, output_0002.png, output_0002.png and so on. For longer videos one will need to use a higher number (%08d.png). start-----> Here are some more options: PNG (with Alpha) PNG (without Alpha) To extract TIFF 16 bit image sequence: TIFF (with Alpha) TIFF (without Alpha) <-----end Notes For TIFF |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a step need to be added to Davinci Resolve
- Select Media Destination. | ||
- Select Video format => TIFF or EXR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
Da Vinci Resolve | ||
~~~~~~~~~~~~~~~~ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Ignore this suggestion if you prefer the general method for NLE).
- When importing, select all the images to import it as a sequence.
- In Resolve, select the image sequence(s).
- Go to File => Media Management.
- Select Clips.
- Select "Transcode" mode.
- Select Media Destination.
- Select the desired Video Format.
|
||
DaVinci Resolve | ||
~~~~~~~~~~~~~~~~ | ||
- In Resolve, select your videoclip. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we would want to replace the "your".
Remux audio means adding audio to the outputed video? |
Thanks for accepting our work, I think we will keep on writing on the docs and therefore we could also add our names in the next pull request directly to the https://natron.readthedocs.io/en/rb-2.3/index.html section ... |
Hey I had some experience with broadcasting and remux is slightly different than "adding audio to video". Normally, when we add it in a NLE, we render the final out. And that is "render" or "transcode", not "remux". Remux is we add audio to the packaged/compressed/rendered video without them being rendered again. It's usually happen when you stream/record multiple audio sources when/after broadcasting. I'm not an expert and this is just my little knowledge. |
Remuxing with audio re-encoding
Remuxing without audio re-encoding. Make sure your movie container can accept the audio file format. MKV can take almost all audio format (ogg,flac,opus,wav,mp3)
|
@hellocatfood can you commit the changes suggested since this comment: #514 (comment) ? |
Yes, this involves an external tool, and I meant the ffmpeg commands @cgvirus mentionned above, but one could use a NLE such as Shotcut to do this as well. The doc should mention it |
PR for the change. |
Please read the contribution guidelines.
Description
Added tutorial on working with image sequences (converting video to images and images back to video)