Hello
I want to encode some part of a video and passthrough other parts. lets say i want to encode from 3 to 4 min
Is it possible without splitting video?
I use megui with x264
+ Reply to Thread
Results 1 to 5 of 5
-
Last edited by ben45; 21st Sep 2016 at 08:09.
-
Hi, you can use the trim function of avisynth, open video in virtualdub to know the frames needed.
http://avisynth.nl/index.php/Trim
have you tried avidemux? load video, cut/delete unwanted video and convert with x264.I love it when a plan comes together! -
-
I doubt you'll have much luck even if you do split it. It can be very hard to match encoder settings, which is a requirement to successfully append video (different CRF values or bitrates are okay as long as the rest of the settings match). In fact even if you encode two videos using exactly the same encoder settings, there's no guarantee they'll append successfully unless you add --stitchable to the x264 command line. Quite often I encode a whole video and then want to re-encode just a small section of it for some reason, so I keep the --stitchable option enabled all the time. You'll find it under the Misc tab in MeGUI's x264 encoder configuration.
Add "--stitchable" option for segmented encoding.
MeGUI has an AVS Cutter under the tools menu. If you want to try re-encoding you can use it to add "cuts" (using Avsynth's Trim function) to a script to encode just the bits you want, but you'll need to split the original manually, re-encode the bits that need it, then append the sections together yourself. You can split and append with MKVToolNix. If it doesn't think the appended video matches it'll warn about potential playback problems, which is often what happens if --stitchable isn't used. The video will decode successfully until the point where it's appended, then it doesn't. -
Similar Threads
-
DVD - part Interlaced, part Progressive(???)
By pooksahib in forum Video ConversionReplies: 27Last Post: 27th Mar 2016, 06:52 -
How to convert *.mkv to *.avi with copy video part and re-encode audio part
By pxstein in forum Video ConversionReplies: 13Last Post: 1st Aug 2014, 10:24 -
Video editing: doubling part of the video
By yayo in forum Newbie / General discussionsReplies: 18Last Post: 9th Dec 2013, 19:00 -
[PART.SOLVED] Changing the pixel aspect ratio + cropping without re-encode
By falco2000 in forum Video ConversionReplies: 14Last Post: 26th Mar 2013, 10:51 -
Unable to encode .FLV (MPEG-4 part 10 ES)
By Tombless in forum Video ConversionReplies: 1Last Post: 22nd Aug 2012, 12:46