[FFmpeg-user] (PAID JOB) I'm looking for a programmer that would be able to develope for me a script that work with ffmpeg/osx

nuvolablux nuvolablux at gmail.com
Fri May 26 18:11:42 EEST 2017


hello everybody
is there anybody here that is be able to develope for me a script that work
with ffmpeg/osx to split 1 hours long movie into few clips? This is a paid
project.

The script will have to work on mac osx
I recommend using ffmpeg as a video engine
Input File: Apple prores422hq MOV files / text file containing time code
and file names
The script must cut the videos with accuracy to the frame, the time code in
the text file is in this format: HH: MM: SS: frames (1 second contains 25
frames - from 00 to 24 -) while ffmpeg uses different syntax:

FFMPEG Time unit syntax

Note that you can use two different time unit formats: sexagesimal (HOURS:
MM: SS.MICROSECONDS, as in 01: 23: 45.678), or in seconds. If a fraction is
used, such as 02: 30.05, this is interpreted as "5 100ths of a second", not
as frame 5. For example, 02: 30.5 would be 2 minutes, 30 seconds and half a
second Would be the same as using 150.5 in seconds.
The ffmpeg command to use is the copy, which provides a crop and not the
file regeneration.

The script would be splitted into two parts

PART A:

Starting from a master video file (MOV apple prores 422HQ full HD) the
script must be able to divide it into many files according to the time
codes and names in the TXT file.
Below you can download the sample video file and the EDL(TXT) file
http://wetransfer.red-line.us/xzms4iU
Looking at the text contained in the edl file (see below) the script will
have to:
Generate video file called "Video Source256485.mov" from video master from
time code 00: 00: 00: 00 to 00: 00: 11: 14
Generate the second video file called "Video Source Copy 54.mov" from the
video master file from 00: 00: 11: 14 to 00: 00: 23: 03
...and so on...
Up to file 11 with the name "Video Source copy 2342342.mov" which in this
test file will be the last file that will process the script.
I have more than 1000 files to split and name, hence the need to automate
this process.


TITLE: Video Source Copy
FCM: NON-DROP FRAME

000001 001 V 00: 00: 00: 00 00: 00: 11: 14 00: 00: 00: 00 00: 00: 11: 14
* FROM CLIP NAME: Video Source256485.mov

000002 001 V C 00: 00: 00: 00 00: 00: 11: 14 00: 00: 11: 14 00: 00: 23: 03
* FROM CLIP NAME: Video Source Copy 54.mov

000003 001 V 00: 00: 00: 00 00: 00: 11: 14 00: 00: 23: 03 00: 00: 34: 17
* FROM CLIP NAME: Video Source copy 33.mov

000004 001 V C 00: 00: 00: 00 00: 00: 11: 14 00: 00: 34: 17 00: 00: 46: 06
* FROM CLIP NAME: Video Source Copy 433.mov

000005 001 V C 00: 00: 00: 00 00: 00: 11: 14 00: 00: 46: 06 00: 00: 57: 20
* FROM CLIP NAME: Video Source Copy 255.mov

000006 001 V C 00: 00: 00: 00 00: 00: 11: 14 00: 00: 57: 20 00: 01: 09: 09
* FROM CLIP NAME: Video Source Copy 6123.mov

000007 001 V 00: 00: 00: 00 00: 00: 11: 14 00: 01: 09: 09 00: 01: 20: 23
* FROM CLIP NAME: Video Source Copy 2357.mov

000008 001 V 00: 00: 00: 00 00: 00: 11: 14 00: 01: 20: 23 00: 01: 32: 12
* FROM CLIP NAME: Video Source 123434.mov copy

000009 001 V 00: 00: 00: 00 00: 00: 11: 14 00: 01: 32: 12 00: 01: 44: 01
* FROM CLIP NAME: Video Source 74345fdf.mov copy

000010 001 V C 00: 00: 00: 00 00: 00: 11: 14 00: 01: 44: 01 00: 01: 55: 15
* FROM CLIP NAME: Video Source copy 2342342.mov

000011 001 V C 00: 00: 00: 00 00: 00: 11: 14 00: 01: 55: 15 00: 02: 07: 04
* FROM CLIP NAME: Video Source copia.mov


PART B)

Starting with two distinct folders of video files, containing files named
the same way and of the same duration

eg:

Folder A:
Aaa.mov duration 00: 00: 10: 12
Bbb.mov duration 00: 01: 14: 10
Ccc.mov duration 00: 10: 00: 14
and so on...

Folder B:
Aaa.mov duration 00: 00: 10: 12
Bbb.mov duration 00: 01: 14: 10
Ccc.mov duration 00: 10: 00: 14
and so on...

The script will have to:

Extract an image file (png?) From each movie that contains the frame that
is in the exact half of the movie.
Create an image from the audio of movie files (https://trac.ffmpeg.org/wiki/
Waveform)
Picture the exported frames and the audio image in a document according to
a predefined pattern and add text such as the name of the files from which
extra pictures and other standard texts have been extracted. .
Get a pdf document or a offline reference database that can serve as a
processing report.
Consider that we speak about 1000 images, then consider the format that
allows fast consultation (pdf too heavy?) And an alphanumeric string search.

Clearly I'm available for any further explanation.
nuvolablux at gmail.com
I would need a quote with splitted times and costs for the two scripts.
Thank you.
S.


More information about the ffmpeg-user mailing list