Skip to content

pnardese/pinelli_post

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

pinelli_post

footage created with Canon C100 in AVCHD, some footage at 50 fps

log and transfer AVCHD footage with fcp7 and transcode to prores 422 HQ master files, for footage at 50 fps with ffmpeg

convert AVCHD C100 clips in prores and from 50 fps to 25 fps with ffmpeg:

create batch file:

$ ls > file_list.txt

$ cat file_list.txt | awk '{print "ffmpeg -i "$1" -c:v prores_ks -profile:3 -o -r 25 "$1".mov"}' > transcode_script.sh

create a script which is a list of terminal commands like this below:

$ ffmpeg -i 00001.MTS -c:v prores_ks -profile:3 -o -r 25 00001.MTS.mov

add #!/bin/bash and do chmod 777 transcode_script.sh

$ ./transcode_script.sh

use Davinci to create DNxHD 36 8 bit files for Avid from Prores

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published