Hello,
I had some 8mm film transferred a while ago, and the files I have are AVI.
I would like to convert them to Apple Prores so that I can edit in Final Cut Pro. I've been searching for the best way to convert these files, but all I seem to find are websites of software outfits touting their own particular app.
Do any of you guys have experience with this and can recommend a good conversion program? I am on a Mac.
Thank you!
+ Reply to Thread
Results 1 to 12 of 12
-
-
Handbrake or Shutter Encoder can do the job, but it may be completely unnecessary.
Did you try loading your files in FCP? It supports a wide variety of codecs.
https://support.apple.com/guide/final-cut-pro/supported-media-formats-ver2833f855/10.6.2/mac/11.5.1
Or are you using an older, obsolete version? -
basic ffmpeg, drag/drop batch file:
Code:ffmpeg -i %1 -vcodec prores -profile:v 3 %1.prores.mov
Code:ffmpeg -i %1 -vcodec prores_ks -profile:v 3 %1.prores.mov
Code:-profile 1 = ProRes LT -profile 2 = ProRes 422 SD -profile 3 = HQ for HD
Code:Encoder prores_ks [Apple ProRes (iCodec Pro)]: General capabilities: threads Threading capabilities: frame and slice Supported pixel formats: yuv422p10le yuv444p10le yuva444p10le ProRes encoder AVOptions: -mbs_per_slice <int> E..V....... macroblocks per slice (from 1 to 8) (default 8) -profile <int> E..V....... (from -1 to 5) (default auto) auto -1 E..V....... proxy 0 E..V....... lt 1 E..V....... standard 2 E..V....... hq 3 E..V....... 4444 4 E..V....... 4444xq 5 E..V....... -vendor <string> E..V....... vendor ID (default "Lavc") -bits_per_mb <int> E..V....... desired bits per macroblock (from 0 to 8192) (default 0) -quant_mat <int> E..V....... quantiser matrix (from -1 to 6) (default auto) auto -1 E..V....... proxy 0 E..V....... lt 2 E..V....... standard 3 E..V....... hq 4 E..V....... default 6 E..V....... -alpha_bits <int> E..V....... bits for alpha plane (from 0 to 16) (default 16)
-
-
-
Yes. The syntax is for a batch file. You can drag/drop videos onto the batch file to encode them. If you put the batch file in your SendTo folder, say with the name ConvertToProres.bat, you can right click on a video file and select Send To -> ConvertToProres.bat. A new file will be created in the same folder with the same name but with .prores.mov appended at the end.
-
-
It can easily be modified to encode all files in a folder, or even a folder tree.
-
jagabo's excellent instructions are pretty much what shutter encoder does under the hood. The GUI may be a little more user friendly.
-
Wow thanks a lot. Shutter Encoder may be what I will use.
I appreciate the replies from all of you. I am out of my depth here and definitely need some hand holding. -
Whats the current codec? I've had plenty of prores files that were in AVI containers. So wondering if the codec or the container is the issue.
Similar Threads
-
is ffmpeg prores the same as the prores you get with fc pro
By oduodui in forum Newbie / General discussionsReplies: 5Last Post: 17th Nov 2021, 07:51 -
Joining several AVI files with progressive audio delay + converting to MKV
By motorola8800 in forum Video ConversionReplies: 3Last Post: 24th Aug 2021, 20:57 -
Cannot get AVI files to play in original quality on Apple TV
By tarnished88 in forum Video ConversionReplies: 3Last Post: 31st Aug 2019, 16:08 -
Convert ProRes .Mov files to m2ts for entire directory
By Rajesh Singh in forum Video ConversionReplies: 17Last Post: 9th Mar 2019, 15:44 -
Converting MKV and AVI video files into regular DVD without watermark/logo
By peripatein in forum Authoring (DVD)Replies: 8Last Post: 16th Jan 2019, 17:45