Advertisement
Guest User

Untitled

a guest
Apr 11th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ffmpeg -moveflags faststart -i "D:\Projects\FFMPEG_Batch_Processor\bin\streams\996\myvid.mp4" -vf scale=1280:-1 -c:v libx264 -crf 23 -profile:v high -c:a aac -y "D:\Projects\FFMPEG_Batch_Processor\bin\streams\996\myvid-stream.mp4"
  2.  
  3. Unrecognized option 'moveflags'.
  4. Error splitting the argument list: Option not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement