Re: [FFmpeg-user] Trying to cut 5 sec of beginning and ending of mp4 files Success!

2016-01-20 Thread Moritz Barsnick
On Wed, Jan 20, 2016 at 11:59:02 -0500, Jim Shupert wrote: > and there is this . this list is very linux Centric ( i *think that > is fair to say...) Actually, the actual command line usage of ffmpeg discussed here is very platform-neutral. Even platform-specifics are evenly split - e.g. I se

Re: [FFmpeg-user] Trying to cut 5 sec of beginning and ending of mp4 files Success!

2016-01-20 Thread Jim Shupert
I want to thank all that has submitted suggestions to me. I am guessing all of them are for Linux. I really only know Windows. I have loaded a laptop with Ubuntu. I think it will take me longer to learn that then to manually edit each end of each file using Avidemux. I really don’t even know wh

Re: [FFmpeg-user] Trying to cut 5 sec of beginning and ending of mp4 files Success!

2016-01-20 Thread tsh
.bat into newfiles And made the directory _fixed. I ran the trim.bat and now in the _fixed directory I have The files with both ends cut off. Thanks for all the help. Hope this helps someone else. Tom -Original Message- From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Beha

Re: [FFmpeg-user] Trying to cut 5 sec of beginning and ending of mp4 files

2016-01-19 Thread tsh
what bash is. Sorry Guys, for being so stupid about Linux Best Tom -Original Message- From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Jim Shupert, Jr. Sent: Tuesday, January 19, 2016 10:38 AM To: FFmpeg user questions Subject: Re: [FFmpeg-user] Trying to cut 5 sec

Re: [FFmpeg-user] Trying to cut 5 sec of beginning and ending of mp4 files

2016-01-19 Thread Jim Shupert, Jr.
> Hi > > I am been trying almost every combination of switches to be able to cut 5 > sec from the start and 5 sec from the ending of variable length mp4 files. > > I have not been successful at doing either. I guess I really don't > understand the usage. I have more than 100 files to do. > > Can

Re: [FFmpeg-user] Trying to cut 5 sec of beginning and ending of mp4 files

2016-01-18 Thread Aidan Barrett
Hi Thomas, Here is a bash script I made to do something similar I’ve converted is so that ffmpeg will cut 5 seconds from the start and 10 from the end. #!/bin/bash #-- Set the input video input="/path/to/VideoInput1.mp4" #get fps of input video eval $(ffprobe -v error -of flat=s=_ -s

Re: [FFmpeg-user] Trying to cut 5 sec of beginning and ending of mp4 files

2016-01-18 Thread tsh
Linux. Tom -Original Message- From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of littlebat Sent: Monday, January 18, 2016 6:15 PM To: FFmpeg user questions Subject: Re: [FFmpeg-user] Trying to cut 5 sec of beginning and ending of mp4 files On Mon, 18 Jan 2016 15:54:14

Re: [FFmpeg-user] Trying to cut 5 sec of beginning and ending of mp4 files

2016-01-18 Thread Sam Logan
eady converted with > The above command line. > > Thanks > Thomas > > -----Original Message- > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > t...@tshilton.com > Sent: Monday, January 18, 2016 1:52 PM > To: ffmpeg-user@ffmpeg.org > Su

Re: [FFmpeg-user] Trying to cut 5 sec of beginning and ending of mp4 files

2016-01-18 Thread littlebat
sion of ffmpeg. > > Thanks > Thomas > > -Original Message- > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf > Of t...@tshilton.com Sent: Monday, January 18, 2016 1:52 PM > To: ffmpeg-user@ffmpeg.org > Subject: [FFmpeg-user] Trying to cu

Re: [FFmpeg-user] Trying to cut 5 sec of beginning and ending of mp4 files

2016-01-18 Thread tsh
t...@tshilton.com Sent: Monday, January 18, 2016 1:52 PM To: ffmpeg-user@ffmpeg.org Subject: [FFmpeg-user] Trying to cut 5 sec of beginning and ending of mp4 files Hi I am been trying almost every combination of switches to be able to cut 5 sec from the start and 5 sec from the ending of variable leng

[FFmpeg-user] Trying to cut 5 sec of beginning and ending of mp4 files

2016-01-18 Thread tsh
Hi I am been trying almost every combination of switches to be able to cut 5 sec from the start and 5 sec from the ending of variable length mp4 files. I have not been successful at doing either. I guess I really don't understand the usage. I have more than 100 files to do. Can anyone suggest