![]() |
|
|||||||
| Integrations Find / Share / Request the integration of ClipShare with other Scripts. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
|Forum Newbie|
![]() Join Date: Jan 2009
Posts: 1
![]() |
Hello,
I already create a ticket 24 hours ago, but didnīt receive any answer yet. 1. After uploading big files, the sound is sometimes asynchron, you see the mouth of the people speaking but you donīt hear it at same time. The movie (avi divx file) is synchron before converting. What can we do? My administrator already tried to install the old mencoder-1.0rc1 but it does not compile. |
|
|
|
|
|
#2 |
|
Member
|Forum Senior|
![]() ![]() ![]() ![]() Join Date: May 2007
Posts: 357
![]() |
Hi,
I would recommend that you try encoding from the commandline via SSH shell. That's faster to get the result because you don't have to upload vids for test again and again. With respect to that specific problem (a/v-sync). You can try to add the parameter "harddup" to the "-vf" section of the encoding command. I.e.: ... -vf ... ,harddup ... There are several parameters which can influence a/v-sync. Please refer to mplayerhq.hu Regards |
|
|
|
|
|
#3 |
|
Member
|Forum Junior|
![]() ![]() Join Date: Jun 2007
Location: Israel
Posts: 74
![]() |
Hi Capi,
Go to convert.php and search for " -vf scale=$config[vresize_x]:$config[vresize_y] " if you don't find it search for " -vop scale=$config[vresize_x]:$config[vresize_y] " after the vresize_y add harddup,sofskip -noskip -mc 0 It should look like this: -vf scale=$config[vresize_x]:$config[vresize_y],harddup,softskip -noskip -mc 0 This should do the trick.. Also checkout the following link if you want to broadcast HD Videos on your site. Best Regards, Shai |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|