BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Please help edit an mp4 file
- Subject: [Discuss] Please help edit an mp4 file
- From: david at thekramers.net (David Kramer)
- Date: Thu, 4 Mar 2021 22:15:04 -0500
- In-reply-to: <58b4f111-9a59-4c80-016c-9ed582f819ac@gmail.com>
- References: <58b4f111-9a59-4c80-016c-9ed582f819ac@gmail.com>
I use ffmpeg, but I wrote a script to make it easier to cut out the 
beginning or end of a video:
# vidcut.sh infile outfile (start offset as hh:mm:ss) [length as hh:mm:ss]
# Removes beginning and/or end of a file
if [ -n "${4}" ] ; then
 ??????? lengthparm="-t ${4}"
else
 ??????? lengthparm=""
fi
ffmpeg -i "${1}" -vcodec copy -acodec copy -ss ${3} ${lengthparm} "${2}"
ls -alh? "${1}" "${2}"
On 3/2/21 2:30 PM, E. William Horne wrote:
> My Quaker meeting has been having get-togethers via Zoom video 
> conferencing, and our host recorded a recent meeting on the subject of 
> de jure segregation.
>
> However, part of a video that the host streamed into the Zoom video 
> conference was defective, so I'm looking for open-source software that 
> I can use to cut that part out of the .mp4 recording of the meeting.
>
> All leads appreciated, and all suggestions welcome. Thank you for your 
> time.
>
> Bill Horne
>
> _______________________________________________
> Discuss mailing list
> Discuss at lists.blu.org
> http://lists.blu.org/mailman/listinfo/discuss
- References:
- [Discuss] Please help edit an mp4 file
- From: malassimilation at gmail.com (E. William Horne)
 
 
- [Discuss] Please help edit an mp4 file
- Prev by Date: [Discuss] Please help edit an mp4 file
- Next by Date: [Discuss] Running things from initramfs
- Previous by thread: [Discuss] Please help edit an mp4 file
- Next by thread: [Discuss] Running things from initramfs
- Index(es):
