I am looking for a test MP4 file where each frame has its frame number visible. It would even be okay for the frame to contain a white background and just the frame number. Does anyone have such a reference file on the web that they can point to?
+ Reply to Thread
Results 1 to 5 of 5
-
-
Thank you for the video and thank you for the command line tool references.
In your example, what is it that set the number of frames to create at 240 (0 frame + 239 others)? What is it that set the first frame to 0 instead of 1? -
-
BlankClip() allows you to specify frame dimensions, frame rate, length... http://avisynth.nl/index.php/BlankClip
If you want the count to start at 1 instead of 0 trim away the first frame:
Code:BlankClip() ShowFrameNumber() Trim(1,0) # keep frames 1 to the end
Similar Threads
-
Split mp4 file into specified size (part1.mp4, part2.mp4 etc.)
By TubeBar in forum EditingReplies: 7Last Post: 1st Feb 2019, 22:41 -
Where to Find Test/Sample MP4 Video Loop to Test Webcam?
By pone44 in forum Newbie / General discussionsReplies: 2Last Post: 10th Sep 2017, 18:50 -
progressive scan 29.97 frames per second MP4 to DVD
By ThisIsMyUserName in forum Video ConversionReplies: 1Last Post: 24th Jul 2016, 03:53 -
FFMPEG: extract audio from mp4 but only the 100 first frames
By marcorocchini in forum Newbie / General discussionsReplies: 2Last Post: 30th Oct 2014, 09:04 -
how to remove text displayed on multiple frames in mp4 video?
By sharma in forum EditingReplies: 3Last Post: 25th Feb 2014, 15:10