Revision history of "Editing x264 Video With Frame Level Accuracy"

Jump to navigation Jump to search

There is no edit history for this page.

This page has been deleted. The deletion, protection, and move log for the page are provided below for reference.

  • 12:33, 31 December 2019 Dlk talk contribs deleted page Editing x264 Video With Frame Level Accuracy (content was: "*Encode with lossless codec, making every frame a keyframe: *:<code>ffmpeg -i input.mp4 -vcodec ffvhuff -g 1 -acodec copy temp.mkv</code> *Get cutpoint timecodes using avidemux2_gtk against temp.mkv *Encode the pieces you want back into x264/mp4 files: *:<code>ffmpeg -threads 8 -i temp.mkv -t 0:46:57.650 -vcodec libx264 -b 800k -vpre main -vpre hq -acodec copy part1.mp4</code> *:<code>ffm...", and the only contributor was "Dlk" (talk))