1

I already found a way, but I would like to know how to do it right and fast

That's how I do:

  1. Open the script into Avisynth Proxy
  2. Start the proxy and Avidemux
  3. Save the video to a file
  4. Upload the file to Youtube

Problems:

  1. it's too cumbersome
  2. I only could generate uncompressed files so far
Jader Dias
  • 15,756
  • 60
  • 143
  • 196
  • Besides actually encoding the video into a format Youtube recognizes, you can't. You could use something like MeGUI or AviDemux to encode the video into an MP4 and then upload it. – Breakthrough Jun 29 '11 at 02:20
  • @Breakthrough if MeGUI is easier than AviDemux than you should post it as an answer – Jader Dias Jun 29 '11 at 13:26
  • I believe it would be the same difficulty level... Just set the output video type to x264, whatever audio format you want (AAC), and the container to .mp4. There should be some presets to get you started, or you can follow Youtube's guidelines for video uploading. – Breakthrough Jun 29 '11 at 14:02

1 Answers1

1

AviSynth forum

http://forum.doom9.org/showthread.php?t=160639

recommended Mediacoder

http://www.mediacoderhq.com/

I tested it and it worked

Jader Dias
  • 15,756
  • 60
  • 143
  • 196