Re: [FFmpeg-user] Adding "loop" atom to the video header via FFMPEG

2018-01-13 Thread Moritz Barsnick
On Fri, Jan 12, 2018 at 16:57:12 +0530, Vikram Parmar wrote: Please try to avoid top-posting. > >> Any other tools you are aware of which would allow adding of custom > >> atoms? Those instructions in stackoverflow answer were quite daunting. I'm not aware, but I'm no expert. In my humble

Re: [FFmpeg-user] Adding "loop" atom to the video header via FFMPEG

2018-01-12 Thread Vikram Parmar
I tried using some AtomicParslet commands e.g AtomicParsley giphy9.mp4 --meta-uuid "beam" text "loop" But it doesn't add stuff like its needed as shown in the stackoverflow article Some help please... On Fri, Jan 12, 2018 at 8:18 AM, Vikram Parmar wrote: > You

Re: [FFmpeg-user] Adding "loop" atom to the video header via FFMPEG

2018-01-11 Thread Vikram Parmar
You mentioned the presence of "LOOP" atom in apple docs, https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html Could this "loop" be the same thing? If so, how to add this apple movie atom via ffmpeg? But the "loop" atom I need would be needed at the start

Re: [FFmpeg-user] Adding "loop" atom to the video header via FFMPEG

2018-01-11 Thread Vikram Parmar
Hey Moritz, Thanks for the detailed reply... Any other tools you are aware of which would allow adding of custom atoms? Those instructions in stackoverflow answer were quite daunting. Woukd mp4box help in any way? We are using php, would it be possible to add/modify file headers in php? Also,

Re: [FFmpeg-user] Adding "loop" atom to the video header via FFMPEG

2018-01-11 Thread Moritz Barsnick
On Thu, Jan 11, 2018 at 15:33:43 +0530, Vikram Parmar wrote: > Is it possible to add some custom atom in the header of a video file? No, ffmpeg can't add custom or arbitrary atoms. > I need to add the term "loop" in the header of MP4 files before the "moov" > atom. > > More information can be