I want to encode PyCon videos as mp4 so that people can use the iTunes feed and watch the talks on their iPhone. Anyone know what res and bitrate options I should use? here is my current line:
melt -profile dv_ntsc foo.mlt -consumer avformat: foo.mp4 acodec=libmp3lame ab=128k ar=44100 vcodec=mpeg4 minrate=0 b=900k progressive=1 deinterlace_method=onefield I don't have an iphone, so I can't really try stuff and test. -- Carl K ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
