Search found 222 matches

by Mysoogal
Sat Dec 19, 2009 12:11 am
Forum: PHP & MySQL
Topic: Adding srt support in php for mencoder
Replies: 47
Views: 33237

Re: Adding srt support in php for mencoder

thank you very much, it works :mrgreen: great now don't have to type all in ssh ;) just wonder why the fonts seem to be so big :geek: can i also add support for sub and idx i think this format is supported in mencoder :?:     $sub_file = str_ireplace(".avi", ".srt",.sub",.idx", $dir.$file);  <------...
by Mysoogal
Thu Dec 17, 2009 7:26 am
Forum: PHP & MySQL
Topic: Adding srt support in php for mencoder
Replies: 47
Views: 33237

Adding srt support in php for mencoder

working, but confused on adding srt support during the mencoder encoding stage. :geek: <?php flv_convert_get_thumb('input.avi', 'output.jpg', 'output.ogm'); // code provided and updated by steve of phpsnaps ! thanks // accepts: // 1: the input video file // 2: path to thumb jpg // 3: path to transco...

Go to advanced search