+ Reply to Thread
Results 31 to 54 of 54
-
I am firmly convinced you will never get this to work no matter what is suggested. I hope this thread is not intended to just "string em' along" to see how many will respond to your next "well that didn't work" because it sure smells like it!
-
If this is a one off, download the free trial of Adobe Media Encoder, choose a preset that comes close to what you're aiming for and tweak to taste. Likewise, you can use the trial for TMPGenc Video Mastering Works
-
Put a copy of ffmpeg.exe in C:\Windows\ so Windows can find it easily. Extract To2VUY.BAT from the attached ZIP file to your Desktop. Drag/drop any video file onto the batch file to convert it to uncompressed UYVY video in a MOV container. The name of the new file will be the same as the old file with ".2vuy.mov" appended, and it will be in the same folder as the original file. So "My Video File.mp4" will become "My Video File.mp4.2vuy.mov".
Another way to address this is to change the batch file to use the full path to ffmpeg.exe rather than copying ffmpeg.exe to the Windows folder. So instead of just
Code:ffmpeg -i %1 -vcodec rawvideo -pix_fmt uyvy422 -vtag 2vuy %1.2vuy.mov
Code:"C:\Program Files\ffmpeg\bin\ffmpeg" -i %1 -vcodec rawvideo -pix_fmt uyvy422 -vtag 2vuy %1.2vuy.mov
Last edited by jagabo; 14th Feb 2016 at 17:40.
-
-
btw to make overal thread productive instead uncompress raw video some more common format in uh speed video - prores 10 bit 4:4:4
Code:@ffmpeg -y -i %1 -an -c:v prores_ks -pix_fmt yuva444p10le -profile:v 4444 -qscale:v 2 -f mov %~n1_prores4444.mov
-
Thank You!!! I was just about to post the same thing, from the start this sound like a troll job, someone's idea of having fun by asking an incredibly stupid question and following it up with absurdity on top of absurdity. Add to it the idiotic poll question about watching bad movies and you have all the makings of some losers idea of a good time.
-
If such a thread would happen on any other thread by some other user that may have been somewhat reasonable, but I am new to video conversion and I am not familiar to the necessary skills to accomplish this kind of work. I thought that this would be a simple task, but after several weeks of trying out different kinds of video conversion software with no straightforward solutions in sight until I came across this forum.
It may be okay to doubt someone's motives of using a particular site, but I am a person who faces some more problems with video conversion than I could anticipate. -
-
-
I am trying to send a movie to a distribution company called Kinonation. They insist on having a bitrate of at least 50 mb/s.
Here are their technical requirements.
https://kinonation.zendesk.com/hc/en-us/articles/201443896-Video-upload-specs
It doesn't specify the bitrate so I will include a link for another person who already have used their service(look for the ninth paragraph).
http://www.briansiano.com/2015/02/07/digital-distribution/ -
It doesn't specify a bitrate in the Kinonation site because they mention 2 codec families: ProRes and DNxHD. Both of those have options for different quality level tiers (based on bitrate, but also based on color subsampling, framerate, etc).
...See where it says "Codec Details"?
The most common non-draft/proxy versions of those 2 families use ~147 and ~220Mbps as their bitrates - NOT 50Mbps.
That company insists on Pro-level intermediate codecs in a standard MOV container, so that's what you should give them. But it shouldn't be half-assed:
Apple doesn't provide an encoder version of ProRes for QT Windows (and NEVER WILL). They will license 3rd parties to make their own encoder, but all those options are NOT CHEAP/FREE. ffmbc supports ProRes on Windows but it is using an unlicensed & unsupported codec implementation (reverse-engineered), so even though it may be free, it cannot be guaranteed to be acceptable, neither to Apple nor to Kinonation.
DNxHD has its own set of problems.
The upshot summary is that, if you intend to create something that is attempting to break into commercial distribution pipeline, you need to up your game to using pro software (not cheap, free stuff). Otherwise, "50Mbps" is the least of your worries. And as has been mentioned, using a great intermediate codec isn't going to improve the quality of your material if you started off with low bitrate/high-compression capture and/or editing.
Scott
(wouldn't go so far as to use the smartass pro adage "if you have to ask, you can't afford it", but it's going in that direction) -
...beaten to it by Cornucopia as I was typing! Completely concur (except that DNxHD is really pretty stable these days -- the QT gamma issues are mostly nonexistent.)
You really should have published your delivery requirements right up front.Last edited by smrpix; 14th Feb 2016 at 15:20.
-
-
Sorry, it looks like I neglected to attach the ZIP file. I just added it to that post. But...
Then you need to ask them what codecs are acceptable. You can't just send them any video encoded at 50+ Mb/s. They likely have specific requirements. -
Last edited by Cornucopia; 14th Feb 2016 at 17:51.
-
What was his original Source File, or was it written somewhere and i just missed it somehow, cos i think i read every post so far., and why the Poll ?
Cheers -
-
Similar Threads
-
Batch convert a lot of mp4, different framerate/bitrate, and merging.. help
By Jerryskate in forum Video ConversionReplies: 0Last Post: 14th Jul 2014, 04:50 -
Video to Video - Setting Bitrate for DVD
By m02499 in forum Video ConversionReplies: 4Last Post: 21st Dec 2013, 05:43 -
How to convert MPG2 to lower bitrate with FFMPEG using Handbrake settings?
By falco2000 in forum Video ConversionReplies: 8Last Post: 25th Sep 2012, 09:37 -
mkv output file audio bitrate is much higher than what I set it to convert
By Shadotaku in forum Video ConversionReplies: 0Last Post: 12th Sep 2011, 13:55 -
How to Convert RMVB(Real Media Variable Bitrate) to AVI
By deletrius in forum User guidesReplies: 62Last Post: 5th Apr 2011, 08:36