English 中文(简体)
将G2M3和G2M2编码录像带(GoToMeeting视频)的录像带至FFMPEG支持的录像带
原标题:Converting G2M3 and G2M2 encoded Videos (GoToMeeting Videos) to a video type that FFMPEG supports



I m developing a PHP application that uses FFMPEG-PHP to split videos and convert them to FLV. And I ran into this problem :
FFMPEG does not support G2M3 or G2M2 encoded videos, and I have to make the process of splitting and converting videos effortless for the client, I don t want him to convert the video locally before uploading to the server.
All I want to do is to find a way to convert the G2M3 encoded videos online to FLV or to any other video type that FFMPEG supports.

So, is there any way I can do that?
Can MEncoder handle this type of videos?

最佳回答

我尝试了类似的做法,无法找到解决办法。 我可以共同开展的唯一工作是使用一个老版的Windows Media Encoder(认为是第9版),这将使你改用另一种格式。

大轴是,GotoMeeting代码c只可在Windows(和可能是Ma)上查阅。 可能的工作可以是建立GotoMeeting,以便使用标准WMV进行记录,这不是设定违约。

问题回答

G2M3是专有代码,见http://forum.videolan.org/viewtopic.php?p=222446#p222446“rel=“nofollow”>vlc-forum。 正如已经说的,你不会找到公开执行。

页: 1 如何





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签