Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Export Video as Loop Premiere Pro

Community Beginner ,
May 19, 2017 May 19, 2017

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!

TOPICS
Editing
44.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , May 19, 2017 May 19, 2017

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

Translate
LEGEND ,
May 19, 2017 May 19, 2017

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 19, 2017 May 19, 2017

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 17, 2022 Feb 17, 2022

Adobe doesn't make video players... they make video files. It's always going to depend on the player to loop or not as it is the software that is doing the playing of the file you create with Adobe's tools.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 09, 2024 Sep 09, 2024
LATEST

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.)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 19, 2017 May 19, 2017

Thank you Shooternz for replying so quickly!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 17, 2022 Feb 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"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines