FFMPEG Tutorial: Trim Videos without Re-encoding

Поділитися
Вставка
  • Опубліковано 27 сер 2024
  • In this FFMPEG tutorial, learn how to trim videos without re-encoding them. Re-encoding can be time-consuming and result in a loss of quality. By using FFMPEG, you can easily trim your videos without having to go through the re-encoding process. This tutorial covers the basic command line options for trimming videos using FFMPEG and demonstrates how to trim videos while preserving their quality.
    Contents
    00:00:00 : Introduction/Requirements
    00:01:35 : Cutting between Two Time Stamps
    00:06:37 : Cutting a X Amount of Time from Start
    00:07:43 : Cutting X Amount of Time from the End of Video
    00:09:07 : Reencoding and Trimming Video
    00:09:41 : Conclusion

КОМЕНТАРІ • 9

  • @Hashim1
    @Hashim1 Рік тому +2

    Thank you man!

  • @SpookyMySharpie
    @SpookyMySharpie 19 днів тому

    it doesnt work for me, it keeps giving me errors on how the input file isnt there, but i typed everything correctly, please help!

  • @InfiniteCuriousity
    @InfiniteCuriousity Рік тому

    Thanks for the info, this was helpful!

  • @2PlayGaming
    @2PlayGaming 6 місяців тому

    If u have a long video gameplay like 4 hours and trim in a diffrent time sections, split and join, how to do that ?

    • @magicpenciltech1107
      @magicpenciltech1107  6 місяців тому +1

      It can be done I'm fairly sure, it would require knowing the command line fairly well to be efficient. It would most likely be more complicated than using a video editing software like Davinci or Adobe, so I'd reccomend using software for complex edits.

  • @jagag7716
    @jagag7716 2 місяці тому

    I have 22 minutes and 21 second video. For every 8 seconds I need to remove next 30 seconds and then after 8 seconds again I need to remove the next 30 seconds.How to do this in ffmpeg

    • @magicpenciltech1107
      @magicpenciltech1107  2 місяці тому

      It's doable, i think. I know of a way to get FFMPEG to automatically split an audio/vid into X second segments. But I don't know how you can go two separate intervals, of 30 and 8. I'm sure some command line tricks can help in that regard.