Thanks for this!
Thread
Posts in chronological order
Hi all the Link to this is dead could someone possibly reshare this please ? TIA :-)
jazz 1979 wrote: Hi all the Link to this is dead could someone possibly reshare this please ? TIA :-)
Check the first post.
Wasnt working when i first tried but is now thanks
I updated it. The files are actually online but Mega changed all the URLs. Basically all the threads I've ever made are offline unless I've updated the link. Have done this with a few threads so far.
Does anyone have a current link for this?
Can someone please make an update to this? Thanks :-)
jskwsj3jgb wrote:
Can someone please make an update to this? Thanks :-)
Why? The version that is here is great enough as it is.
Nitroboy wrote:
jskwsj3jgb wrote:
Can someone please make an update to this? Thanks :-)
Why? The version that is here is great enough as it is.
I know, but i can't download it.
Could someone re upload this please.
I can't believe I missed it, when Chief first posted it
Thanks
I can't believe I missed it, when Chief first posted it
Thanks
mow955 wrote:
Could someone re upload this please.
I can't believe I missed it, when Chief first posted it
Thanks
Here ya go! :)
http://mega.nz/#!ccR3mQAA!4bqQzFggNZYkL9DmjLqB5uKl-hbkX3y-l9vInR9ZnOk
Enjoy!!
-Chin
Chinwonder2 wrote:
Here ya go! :)
http://mega.nz/#!ccR3mQAA!4bqQzFggNZYkL9DmjLqB5uKl-hbkX3y-l9vInR9ZnOk
Enjoy!!
-Chin
Cheers Chin. Your a star
Is there a possibility I could download this, but in MP4 format? Since After Effects doesn't support MKV files, I wanted to do a color correction (or even a stabilization test) on the entire show.
QueenAllTheWayfromTexas wrote:
Is there a possibility I could download this, but in MP4 format? Since After Effects doesn't support MKV files, I wanted to do a color correction (or even a stabilization test) on the entire show.
1) Install ffmpeg for your OS if you don't have it yet
2) Run this command, of course replace input.mkv and output.mp4 with real file names
ffmpeg -i input.mkv -vcodec copy -acodec copy output.mp4
This takes the streams from the mkv file and put them to a mp4 container
Or extract the streams with MKVExtractGUI2, get "My MP4Box GUI" and package the streams as MP4.