mastodonien.de

fosstodon.org

Zeitpunkt              Nutzer    Delta   Tröts        TNR     Titel                     Version  maxTL
So 14.07.2024 00:00:00    61.950      +2    3.542.390    57,2 Fosstodon                 4.2.10     500
Sa 13.07.2024 00:00:08    61.948      +1    3.539.632    57,1 Fosstodon                 4.2.10     500
Fr 12.07.2024 00:01:45    61.947      +6    3.537.376    57,1 Fosstodon                 4.2.10     500
Do 11.07.2024 00:00:37    61.941     +12    3.533.951    57,1 Fosstodon                 4.2.10     500
Mi 10.07.2024 00:00:53    61.929      +5    3.530.507    57,0 Fosstodon                 4.2.10     500
Di 09.07.2024 00:00:08    61.924      +2    3.527.175    57,0 Fosstodon                 4.2.10     500
Mo 08.07.2024 00:00:19    61.922      +5    3.524.369    56,9 Fosstodon                 4.2.10     500
So 07.07.2024 00:00:04    61.917       0    3.522.885    56,9 Fosstodon                 4.2.10     500
Sa 06.07.2024 00:00:07    61.917      -2    3.523.632    56,9 Fosstodon                 4.2.10     500
Fr 05.07.2024 00:00:27    61.919       0    3.520.710    56,9 Fosstodon                 4.2.10     500

So 14.07.2024 18:41

Using FFmpeg to cut a video clip from an MP4 file.
ffmpeg -i input.mp4 -ss 00:01:00 -t 00:00:30 -c copy output.mp4

Using GStreamer to cut a video clip from an MP4 file.
gst-launch-1.0 -e filesrc location=/path/to/input/file.mp4 ! qtdemux name=demux demux.video_0 ! queue ! h264parse ! decodebin ! videoconvert ! videoscale ! 'video/x-raw,width=1280,height=720' ! Video/x-raw,format=I420 ! omxh264enc ! qtmux ! filesink location=/path/to/output/file.mp4

[Öffentlich] Antw.: 0 Wtrl.: 0 Fav.: 0

Antw. · Weiterl. · Fav. · Lesez. · Pin · Stumm · Löschen