Skip to main content
Participant
May 19, 2017
Answered

Export Video as Loop Premiere Pro

  • May 19, 2017
  • 2 replies
  • 45677 views

Is there a way to export an MP4 video (or any other type) as a looped video without having to just repeat the frames? I am playing this on an older TV that can't set the settings to loop and I need to export it as a loop. Please help! ASAP! Thank you!

Correct answer shooternz

The playback device or Player is the only way to make a file loop.

2 replies

Bando
Known Participant
February 17, 2022

I used this command to append copies of the same video. In this example 3 copies of the video will be appended to the original and saved with the name "_loop"


"ffmpeg.exe" "-stream_loop" "3" "-i" "%~f1" "-y" "-c" "copy" "%~n1"_loop"%~x1"

shooternz
shooternzCorrect answer
Legend
May 19, 2017

The playback device or Player is the only way to make a file loop.

jillsockAuthor
Participant
May 19, 2017

You would think that Adobe would be able to make this happen by now. What a bummer.

Known Participant
September 9, 2024

Agreed. Regardless of whether Adobe is in the video player business, the fact is a simple loop during export is a very common need. Leaving that out should be for a better reason than "that's not what the softward is for." (I could think of some things that could be cut from Photoshop for that reason.)