New pages

From Lucca's Wiki
Jump to navigationJump to search
New pages
Hide registered users | Show bots | Show redirects

27 August 2025

26 August 2025

24 August 2025

  • 19:3919:39, 24 August 2025 FFmpeg Cut a video to a clip by seconds (hist | edit) [776 bytes] Lucka (talk | contribs) (Created page with "The fastest and best ffmpeg-based method I have figured out is: ffmpeg -ss 00:01:00 -to 00:02:00 -i input.mp4 -c copy output.mp4 This command trims your video in seconds! Explanation of the command: Command Explanation -i This specifies the input file. In that case, it is (input.mp4). -ss Used with -i, this seeks in the input file (input.mp4) to position. 00:01:00 This is the time your trimmed video will start with. -to The next argument after -to specifies the p...")

22 August 2025