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

2019-08-29 Thread Alejandro Escudero
Here is the console output of the previous test ( ffmpeg -i file.mp4 -ss 00:03:00 -t 00:05:00 -c copy part1.mp4) But i tried with this command (seconds before -i) and it worked (ffmpeg -ss 00:02:00 -i interview.mp4 -t 00:05:00 -c copy extract.mp4) C:\Users\User\Desktop\ejemplosffmpeg>ffmpeg -i

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: >

[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] Perform Static Build If FFmpeg In macOS

2019-08-29 Thread Reindl Harald
Am 29.08.19 um 18:27 schrieb Carl Eugen Hoyos: > Am Do., 29. Aug. 2019 um 18:21 Uhr schrieb Reindl Harald > : >> >> Am 29.08.19 um 18:18 schrieb Carl Eugen Hoyos: >>> Am Do., 29. Aug. 2019 um 06:59 Uhr schrieb wyattwong--- via >>> ffmpeg-user : How can I perform a static build of FFmpeg

Re: [FFmpeg-user] Perform Static Build If FFmpeg In macOS

2019-08-29 Thread Carl Eugen Hoyos
Am Do., 29. Aug. 2019 um 18:21 Uhr schrieb Reindl Harald : > > > > Am 29.08.19 um 18:18 schrieb Carl Eugen Hoyos: > > Am Do., 29. Aug. 2019 um 06:59 Uhr schrieb wyattwong--- via > > ffmpeg-user : > >> > >> How can I perform a static build of FFmpeg in macOS so that there is only > >> one executabl

Re: [FFmpeg-user] Perform Static Build If FFmpeg In macOS

2019-08-29 Thread Reindl Harald
Am 29.08.19 um 18:18 schrieb Carl Eugen Hoyos: > Am Do., 29. Aug. 2019 um 06:59 Uhr schrieb wyattwong--- via > ffmpeg-user : >> >> How can I perform a static build of FFmpeg in macOS so that there is only >> one executable file ? > > Note that apart from what Reto wrote, this is the default beh

Re: [FFmpeg-user] Perform Static Build If FFmpeg In macOS

2019-08-29 Thread Carl Eugen Hoyos
Am Do., 29. Aug. 2019 um 06:59 Uhr schrieb wyattwong--- via ffmpeg-user : > > How can I perform a static build of FFmpeg in macOS so that there is only one > executable file ? Note that apart from what Reto wrote, this is the default behaviour of FFmpeg's build system. Carl Eugen ___

Re: [FFmpeg-user] Usage of AVC/XAVC in MXF for 2K and 4K

2019-08-29 Thread g . cemeli
De : ffmpeg-user de la part de Carl Eugen Hoyos Envoyé : mercredi 28 août 2019 23:19:32 À : FFmpeg user questions Objet : Re: [FFmpeg-user] Usage of AVC/XAVC in MXF for 2K and 4K Am Di., 27. Aug. 2019 um 15:49 Uhr schrieb Grégoire Cutzach : > Does anyone

Re: [FFmpeg-user] Usage of AVC/XAVC in MXF for 2K and 4K

2019-08-29 Thread g . cemeli
yeah De : ffmpeg-user de la part de Carl Eugen Hoyos Envoyé : mercredi 28 août 2019 23:19:32 À : FFmpeg user questions Objet : Re: [FFmpeg-user] Usage of AVC/XAVC in MXF for 2K and 4K Am Di., 27. Aug. 2019 um 15:49 Uhr schrieb Grégoire Cutzach : > Does anyone

[FFmpeg-user] Trying to grab video of screen on a Thinkpad x130e netbook ...

2019-08-29 Thread Albretch Mueller
Hi *: I can gab a silent video of my netbook's screen just fine (even if a bit accelerated) using ffmpeg: _SCREEN_SIZE=$(xrandr | grep '*' | awk '{print $1}') echo "// __ \$_SCREEN_SIZE: |$_SCREEN_SIZE|" _VID="screen_grabbing__$(date +%Y%m%d%H%M%S).mp4" ffmpeg -f x11grab -s $_SCREEN_SIZE -r 2

Re: [FFmpeg-user] Perform Static Build If FFmpeg In macOS

2019-08-29 Thread Reto Kromer
wyattwong--- via ffmpeg-user wrote: >How can I perform a static build of FFmpeg in macOS so that >there is only one executable file ? Not sure I understand you carefully. There are static builds for many platforms, including macOS: https://ffmpeg.org/download.html and the wiki explains how t