Guest User

Untitled

a guest
Oct 18th, 2019
116
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. I am trying to get this to work. I want to use "palettegen" on the final out.
  2.  
  3. ffmpeg -i FF.MOV -filter_complex \
  4. "[0:v]trim=4.8:7, crop=720:720:40:0, setpts=PTS-STARTPTS, setpts=.8*PTS, split [v1][reverseMe]; \
  5. [v1] palettegen [p]; \
  6. [reverseMe] reverse,setpts=PTS-STARTPTS, setpts=.8*PTS[reverseVideo]; \
  7. [v1][p] paletteuse [firstVid]; \
  8. [reverseVideo][p] paletteuse [secondVid]; \
  9.  
  10. [firstVid][secondVid] concat=n=2:v=1[v] " -map "[v]" -loop 0 -y o7.gif
  11.  
  12. I receive this error instead.
  13.  
  14. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x556e0069ba80] Invalid stream specifier: v1.
  15. Last message repeated 1 times
  16. Stream specifier 'v1' in filtergraph description [0:v]trim=4.8:7, crop=720:720:40:0, setpts=PTS-STARTPTS, setpts=.8*PTS, split [v1][reverseMe]; [v1] palettegen [p]; [reverseMe] reverse,setpts=PTS-STARTPTS, setpts=.8*PTS[reverseVideo]; [v1][p] paletteuse [firstVid]; [reverseVideo][p] paletteuse [secondVid];
  17. [firstVid][secondVid] concat=n=2:v=1[v] matches no streams.
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×