Re: [FFmpeg-user] Need help; willing to pay

2016-01-06 Thread Moritz Barsnick
On Tue, Jan 05, 2016 at 22:50:18 -0600, Steve Boyer wrote: > Matthew, > One quick sanity-check -- are you running the commands on > "variable-bitrate-sample.mov" or on the raw > "Jan22016-150PM-b6cs7K.mov"? To be more clear: The variable-bitrate-sample.mov, as found on Google Drive, is unfixable

Re: [FFmpeg-user] Need help; willing to pay

2016-01-06 Thread Andy Furniss
Moritz Barsnick wrote: On Tue, Jan 05, 2016 at 13:30:07 -0600, Matthew Adams wrote: I pulled the files off of the iPhone using iExplorer, a nice little tool to get at the iOS filesystem. Hmm. Something tells me this isn't the raw video as it comes from your device, but it was manipulated by

Re: [FFmpeg-user] Need help; willing to pay

2016-01-06 Thread Moritz Barsnick
On Wed, Jan 06, 2016 at 08:49:52 -0600, Matthew Adams wrote: > Thanks for all of your help. Since you both took time & helped, is it ok > if I send you $15 each? I can send via PayPal, Venmo, or Square Cash to > the email addresses your subscribed to this list with. Just respond on > this

Re: [FFmpeg-user] Need help; willing to pay

2016-01-06 Thread Matthew Adams
Moritz, I donated to the project as you suggested. Receipt attached. Thanks for your help! On Wed, Jan 6, 2016 at 9:20 AM, Moritz Barsnick wrote: > On Wed, Jan 06, 2016 at 08:49:52 -0600, Matthew Adams wrote: > > Thanks for all of your help. Since you both took time &

Re: [FFmpeg-user] Need help; willing to pay

2016-01-06 Thread Matthew Adams
Ok. Problem solved. Steve, your command served as the best basis. Moritz, your investigation of the Google Photos magic also clarified things for me. In the end, I used the following: ffmpeg -i $INMOV -c:a copy -c:v libx264 -vf fps=fps=60 -crf 15 -preset slow $OUTMP4 Thanks for all of your

Re: [FFmpeg-user] Need help; willing to pay

2016-01-06 Thread Matthew Adams
Andy, The changes were not due to Google Drive. They were due to Google Photos. If you allow Google Photos to store photos & vidoes at their prescribed fidelity (whatever that is), they'll let you store an unlimited amount of photos. If you want to store them unchanged, then they count against

Re: [FFmpeg-user] Need help; willing to pay

2016-01-06 Thread Andy Furniss
Matthew Adams wrote: Andy, The changes were not due to Google Drive. They were due to Google Photos. If you allow Google Photos to store photos & vidoes at their prescribed fidelity (whatever that is), they'll let you store an unlimited amount of photos. If you want to store them unchanged,

Re: [FFmpeg-user] Need help; willing to pay

2016-01-05 Thread Carl Eugen Hoyos
Matthew Adams matthewadams.me> writes: > goo.gl/Bb6tQW Which player plays this file at the correct speed? Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Need help; willing to pay

2016-01-05 Thread Matthew Adams
Wow thanks Carl. Two questions. 1. Is 1.65s consistent on both ends of the video & in both videos? 2. If so, can cut (on both ends), transcode & merge be scripted with bash & ffmpeg? On Tue, Jan 5, 2016 at 10:32 AM, Another Sillyname < anothersn...@googlemail.com> wrote: > It's at 1.65

Re: [FFmpeg-user] Need help; willing to pay

2016-01-05 Thread Another Sillyname
It's at 1.65 seconds it goes into 'slo mo' mode, but there's no change in framerate reported by either ffmpeg or mplayer and 'proper' speed would appear to need it to be run at about 220 fps after 1.65 seconds. Bit weird. Can't see an immediate way to do this without manual cut, transcode and

Re: [FFmpeg-user] Need help; willing to pay

2016-01-05 Thread Another Sillyname
Only d/loaded one...am away from machine now. Are you running IOS on your desktop machine? On 5 January 2016 at 17:09, Matthew Adams wrote: > Wow thanks Carl. Two questions. > > 1. Is 1.65s consistent on both ends of the video & in both videos? > 2. If so, can cut (on

[FFmpeg-user] Need help; willing to pay

2016-01-05 Thread Matthew Adams
Hi, I'm a software developer myself, but just don't have the time to fix a problem that I'm having. I grabbed some videos recorded by Coach's Eye on iOS from my phone, and they seem to use variable bitrates within the video. A sample video file (.mov format) is available via my Google Drive

Re: [FFmpeg-user] Need help; willing to pay

2016-01-05 Thread Matthew Adams
No, I'm not running iOS on my desktop. It's a MacBook Pro w/El Capitan. I pulled the files off of the iPhone using iExplorer, a nice little tool to get at the iOS filesystem. On Tue, Jan 5, 2016 at 11:14 AM, Another Sillyname < anothersn...@googlemail.com> wrote: > Only d/loaded one...am away

Re: [FFmpeg-user] Need help; willing to pay

2016-01-05 Thread Matthew Adams
Here is a link to zipped copies of originals placed on my dropbox account. I zipped them in order to reduce the likelihood that they're changed by the file hosting service. https://www.dropbox.com/s/31civbxpe1utote/2016-01-02%2C%20Tour%20Warm%20Up.zip?dl=0 On Tue, Jan 5, 2016 at 2:08 PM,

Re: [FFmpeg-user] Need help; willing to pay

2016-01-05 Thread Moritz Barsnick
On Tue, Jan 05, 2016 at 13:30:07 -0600, Matthew Adams wrote: > I pulled the files off of the iPhone using iExplorer, a nice little tool to > get at the iOS filesystem. Hmm. Something tells me this isn't the raw video as it comes from your device, but it was manipulated by Google (Drive) after

Re: [FFmpeg-user] Need help; willing to pay

2016-01-05 Thread Matthew Adams
Moritz & Steve, Thanks for your ffmpeg commands. On my MacBook Pro Retina 15", I ran them (took less than 30 secs or so) and then viewed the resulting files in both VLC & QuickTime. Both of the resulting videos did *exactly* what I was trying to get rid of: a second or so of real-time action

Re: [FFmpeg-user] Need help; willing to pay

2016-01-05 Thread Steve Boyer
On Tue, Jan 5, 2016 at 6:56 PM, Andy Furniss wrote: > Matthew Adams wrote: >> >> On Tue, Jan 5, 2016 at 3:07 PM, Moritz Barsnick >> wrote: >> >>> Anyway, it should be possible to convert those to something sane. >>> As Carl Eugen mentions: What's your goal?

Re: [FFmpeg-user] Need help; willing to pay

2016-01-05 Thread Steve Boyer
On Tue, Jan 5, 2016 at 10:15 PM, Matthew Adams wrote: > Moritz & Steve, > > Thanks for your ffmpeg commands. On my MacBook Pro Retina 15", I ran them > (took less than 30 secs or so) and then viewed the resulting files in both > VLC & QuickTime. > > Both of the resulting

Re: [FFmpeg-user] Need help; willing to pay

2016-01-05 Thread Carl Eugen Hoyos
Matthew Adams matthewadams.me> writes: > https://www.dropbox.com/s/31civbxpe1utote/2016-01-02%2C%20Tour%20Warm%20Up.zip These videos can be decoded with FFmpeg, you just have to define what you want to do with them. Please do not top-post here, Carl Eugen

Re: [FFmpeg-user] Need help; willing to pay

2016-01-05 Thread Moritz Barsnick
On Tue, Jan 05, 2016 at 14:51:46 -0600, Matthew Adams wrote: > > https://www.dropbox.com/s/31civbxpe1utote/2016-01-02%2C%20Tour%20Warm%20Up.zip?dl=0 Ah, those are indeed different. They are true VFR. > Don't forget that these videos were created by Coach's Eye > for

Re: [FFmpeg-user] Need help; willing to pay

2016-01-05 Thread Andy Furniss
Matthew Adams wrote: On Tue, Jan 5, 2016 at 3:07 PM, Moritz Barsnick wrote: Anyway, it should be possible to convert those to something sane. As Carl Eugen mentions: What's your goal? My goal is to convert these videos a fixed, relatively standard (30 fps? 60 fps?) frame

Re: [FFmpeg-user] Need help; willing to pay

2016-01-05 Thread Matthew Adams
Don't forget that these videos were created by Coach's Eye for iOS. I don't know anything about their internals WRT recording videos. On Tue, Jan 5, 2016 at 2:50 PM, Matthew Adams wrote: > Here is a link to zipped copies of originals placed