It is possible to take specific part of video in final video?
Hello
I have one AEP file and the duration is 6 sec.
In that AEP file, one background video is present and I want to replace the background video using Nexrender and I am able to replace that video using Nexrender.
when I have a large file then I want to replace some specific parts (10sec - 16sec) of that video ?
The final output contains only selected 6 secs of video.
Is that possible using Nexrender ?
Thanks.
hi @shaileshsitestrokes,
Take a look at action-encode.
While that action is intended for postrender, it should work also as a prerender action. As it is basically an FFmpeg wrapper, it would be quite simple to splice the input file without encoding it again.
For FFmpeg side, here's some starters to check:
-
-vcodec copy(same exists for audio) - seeking modes to gain either speed or frame accuracy
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.