I'm trying to edit some mp4 videos, and have the following requirements:
1. Frame-accurate editing
2. Smart encoding (i.e. only re-encode the part that's required because of not editing on an I-frame boundary)
3. Fast navigation through the video to mark the parts that are in and out.
I haven't found a single tool that meets these requirements.
I'm thinking about using avidemux to mark the clips, because it has very fast navigation.
Then using solveigmm video splitter to do the actual splitting, because it'll do smart encoding.
To glue these together, I'd have to:
- Export the project script from avidemux
- Convert the frame numbers in the project script to times for solveigmm
- Run the solveigmm command line tool on this
- Also of course changing the script format from javascript to xml
Any ideas? Has anyone done this by any chance?
Thanks!
+ Reply to Thread
Results 1 to 7 of 7
-
-
You're better off using 1 tool, like either solveigmm or videoredo only, both can do smart rendering
"Fast seeking" usually means various speed up tricks to ensure smooth playback , like frame drops. It's the opposite of accurate. Accuracy usually means indexing (slow). Moreover, taking the frame #'s from one application often won't match up with the 2nd application , especially if the 1st was a player . Different applications have different methods of error concealment and indexing, so they don't always match up -
Thanks Death.
I really wish there was one tool that would do the job. Unfortunately, neither of those has fast seeking.
The TMPGENC toolkit comes the closest - tmpgenc authoring works has fast frame-accurate seeking, but not smart rendering (it builds an mjpeg index), and their smart rendererer tool has smart rendering but slow seeking.
Yep, I'm concerned about how the frames match up. -
TMPGenc Authoring Works 5 has smart rendering for simple cuts, but it is basically an authoring tool with output for burning to disc, not a heavy duty editor. Go with TMPGenc Smart Renderer 4: http://tmpgenc.pegasys-inc.com/en/product/tmsr4_smartrendering.html.
Last edited by sanlyn; 25th Mar 2014 at 10:00.
-
Hey Sanlyn. Yes, I agree Smart Renderer 4 would be the tool for me. Unfortunately it does not have fast editing capabilities.
-
Last edited by smrpix; 28th Jul 2013 at 10:12.
-
Smrpix, I probably wasn't clear about what I meant by fast navigation.
It's the ability to scroll quickly through a mp4 file, displaying video, without severe lag.
Then the ability to go frame-by-frame, again without lag.
AVIDemux and TMPGEnc Authoring Works 5 do a great job of this.
TMPGEnc Smart Renderer 4 doesn't have this ability.
In the preferences, there are some options for how much the keyboard jumps, but that's not really what I'm looking for.
Sorry for any confusion.
Similar Threads
-
Testing H264/AVC frame accurate editing (AVCHD/MOV/MP4/MKV)) of SolveigMM
By DmitryV in forum EditingReplies: 17Last Post: 20th Oct 2023, 05:47 -
Suggest a Fast h264 Viewer which is Frame Accurate
By VideoFanatic in forum Authoring (Blu-ray)Replies: 5Last Post: 28th Jul 2013, 10:54 -
Video too fast (frame rate?): FLV to MP4 with Ripbot
By JesterPoet in forum Video ConversionReplies: 4Last Post: 19th Nov 2010, 14:41 -
Frame accurate WMV edits
By jbeezer in forum EditingReplies: 5Last Post: 5th Jul 2010, 14:41 -
SolveigMM Video Splitter 2.0 with MPEG-2 frame accurate editing is out
By DmitryV in forum Latest Video NewsReplies: 4Last Post: 23rd Aug 2008, 05:54