[FFmpeg-user] CUTTING A VIDEO WITHOUT RE-ENCODING GETS AUDIO OUT OF SYNC

2019-08-29 Thread Alejandro Escudero
Hi! I am trying to cut a video file in to parts, without re-enconding the video, but i get a video file with non sync audio, how can I solve these with out re-encoding since I need a fast way to cut. I used this command: ffmpeg -i file.mp4 -ss 00:03:00 -t 00:05:00 -c copy part1.mp4 Thanks!

Re: [FFmpeg-user] CUTTING A VIDEO WITHOUT RE-ENCODING GETS AUDIO OUT OF SYNC

2019-08-29 Thread Carl Eugen Hoyos
Am Do., 29. Aug. 2019 um 23:41 Uhr schrieb Alejandro Escudero : > I am trying to cut a video file in to parts, without re-enconding the video, > but i get a > video file with non sync audio, how can I solve these with out re-encoding > since I > need a fast way to cut. > > I used this command: >

Re: [FFmpeg-user] CUTTING A VIDEO WITHOUT RE-ENCODING GETS AUDIO OUT OF SYNC

2019-08-29 Thread Alejandro Escudero
Subject: Re: [FFmpeg-user] CUTTING A VIDEO WITHOUT RE-ENCODING GETS AUDIO OUT OF SYNC Am Do., 29. Aug. 2019 um 23:41 Uhr schrieb Alejandro Escudero : > I am trying to cut a video file in to parts, without re-enconding the video, > but i get a > video file with non sync audio, how can I solve

Re: [FFmpeg-user] CUTTING A VIDEO WITHOUT RE-ENCODING GETS AUDIO OUT OF SYNC

2019-08-31 Thread Micael Silva
On Thu, Aug 29, 2019 at 6:41 PM Alejandro Escudero < escuderoserr...@hotmail.com> wrote: > Hi! > > I am trying to cut a video file in to parts, without re-enconding the > video, but i get a video file with non sync audio, how can I solve these > with out re-encoding since I need a fast way to cut.

Re: [FFmpeg-user] CUTTING A VIDEO WITHOUT RE-ENCODING GETS AUDIO OUT OF SYNC

2019-09-01 Thread Erik Dobák
On Sun, 1 Sep 2019 at 01:04, Micael Silva wrote: > On Thu, Aug 29, 2019 at 6:41 PM Alejandro Escudero < > escuderoserr...@hotmail.com> wrote: > > > Hi! > > > > I am trying to cut a video file in to parts, without re-enconding the > > video, but i get a video file with non sync audio, how can I so