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
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:
>
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!
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
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
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
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
___
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
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
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
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
11 matches
Mail list logo