Python论坛  - 讨论区

标题:[python-chinese] 问一下,有人做过将视频转换为FLV的格式么?

2006年06月29日 星期四 08:41

martin martin.xus at gmail.com
Thu Jun 29 08:41:30 HKT 2006

看了土豆的视频全是flv播放的,想问一下

   1.  如何根据上传的视频转换为flv的格式.
   2.  还有,他们的flv播放器是自己开发的吗?


那位有这方面的开发经验,可否说说:)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060629/fae6ba76/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年06月29日 星期四 09:28

netkiller openunix at 163.com
Thu Jun 29 09:28:47 HKT 2006

你用Adobe Permer ... 就是一个大黑马那个..
或用"品尼高"..它们应该可以处理..
  ----- Original Message ----- 
  From: martin 
  To: python-chinese 
  Sent: Thursday, June 29, 2006 8:41 AM
  Subject: [python-chinese] 问一下,有人做过将视频转换为FLV的格式么?


  看了土豆的视频全是flv播放的,想问一下
    1..  如何根据上传的视频转换为flv的格式. 
    2..  还有,他们的flv播放器是自己开发的吗?

  那位有这方面的开发经验,可否说说:)


------------------------------------------------------------------------------


  _______________________________________________
  python-chinese
  Post: send python-chinese at lists.python.cn
  Subscribe: send subscribe to python-chinese-request at lists.python.cn
  Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
  Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060629/376bda28/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年06月29日 星期四 09:36

清风 paradise.qingfeng at gmail.com
Thu Jun 29 09:36:40 HKT 2006

利用ffmpeg进行转换即可。flv播放器,你可以用flash做一个

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年06月29日 星期四 09:38

deland daemon.deland at gmail.com
Thu Jun 29 09:38:12 HKT 2006

如果你装了Flash 8就可以看到"Macromedia Flash 8 Video
Encoder"这东东就是干这使的。如何在开发中实现我就不知道了,我想在Flash的帮助文档和网上的知识库中应该可以找到。

在 06-6-29,martin<martin.xus at gmail.com> 写道:
>
> 看了土豆的视频全是flv播放的,想问一下
>  如何根据上传的视频转换为flv的格式.
>  还有,他们的flv播放器是自己开发的吗?
>
> 那位有这方面的开发经验,可否说说:)

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年06月29日 星期四 09:49

martin martin.xus at gmail.com
Thu Jun 29 09:49:13 HKT 2006

刚刚我用google搜索了一下ffmpeg,看到一些教程,也看到你的blog上面提到的一些文章,很可惜你的blog上面只是泛泛的提了一下,
能否推荐更多一点的资料.或者开个主题讲讲:)

现在比较流行的播客都是采用ffmpeg来做的吗?在线转换的吗?


On 6/29/06, 清风 <paradise.qingfeng at gmail.com> wrote:
>
> 利用ffmpeg进行转换即可。flv播放器,你可以用flash做一个
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060629/f9b7a6e6/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年06月29日 星期四 09:50

martin martin.xus at gmail.com
Thu Jun 29 09:50:43 HKT 2006

恩,我现在想做的就是做一个想播客那种在线转换为flv格式的东东,可是没有这种概念,不知道怎么下手:(

On 6/29/06, deland <daemon.deland at gmail.com> wrote:
>
> 如果你装了Flash 8就可以看到"Macromedia Flash 8 Video
> Encoder"这东东就是干这使的。如何在开发中实现我就不知道了,我想在Flash的帮助文档和网上的知识库中应该可以找到。
>
> 在 06-6-29,martin<martin.xus at gmail.com> 写道:
> >
> > 看了土豆的视频全是flv播放的,想问一下
> >  如何根据上传的视频转换为flv的格式.
> >  还有,他们的flv播放器是自己开发的吗?
> >
> > 那位有这方面的开发经验,可否说说:)
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060629/e2720cc7/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年06月29日 星期四 10:47

清风 paradise.qingfeng at gmail.com
Thu Jun 29 10:47:29 HKT 2006

目前在线转换,基本大家用的都是ffmpeg,当然也有不少商业的转换工具,免费开源里比较好的就是ffmpeg了,你可以先尝试编译一下,ffmpeg的主要缺点是对最新的格式支持的不够全面,例如wmv3。还要借助mencoder之类的做辅助。

On 6/29/06, martin <martin.xus at gmail.com> wrote:
> 恩,我现在想做的就是做一个想播客那种在线转换为flv格式的东东,可是没有这种概念,不知道怎么下手:(
>
>
> On 6/29/06, deland <daemon.deland at gmail.com> wrote:
> >
> 如果你装了Flash 8就可以看到"Macromedia Flash 8 Video
> Encoder"这东东就是干这使的。如何在开发中实现我就不知道了,我想在Flash的帮助文档和网上的知识库中应该可以找到。
>
> 在 06-6-29,martin<martin.xus at gmail.com> 写道:
> >
> > 看了土豆的视频全是flv播放的,想问一下
> >  如何根据上传的视频转换为flv的格式.
> >  还有,他们的flv播放器是自己开发的吗?
> >
> > 那位有这方面的开发经验,可否说说:)
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>


-- 
Page Talk:http://www.51pipi.com/
Blog:http://qingfeng.ushared.com/blog/

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年06月29日 星期四 14:35

icebird icebirds at gmail.com
Thu Jun 29 14:35:49 HKT 2006

没错,现在最成熟的也只有FFMPEG了。官方主页:
http://ffmpeg.mplayerhq.hu/

在06-6-29,清风 <paradise.qingfeng at gmail.com> 写道:
>
>
> 目前在线转换,基本大家用的都是ffmpeg,当然也有不少商业的转换工具,免费开源里比较好的就是ffmpeg了,你可以先尝试编译一下,ffmpeg的主要缺点是对最新的格式支持的不够全面,例如wmv3。还要借助mencoder之类的做辅助。
>
> On 6/29/06, martin <martin.xus at gmail.com> wrote:
> > 恩,我现在想做的就是做一个想播客那种在线转换为flv格式的东东,可是没有这种概念,不知道怎么下手:(
> >
> >
> > On 6/29/06, deland <daemon.deland at gmail.com> wrote:
> > >
> > 如果你装了Flash 8就可以看到"Macromedia Flash 8 Video
> > Encoder"这东东就是干这使的。如何在开发中实现我就不知道了,我想在Flash的帮助文档和网上的知识库中应该可以找到。
> >
> > 在 06-6-29,martin<martin.xus at gmail.com> 写道:
> > >
> > > 看了土豆的视频全是flv播放的,想问一下
> > >  如何根据上传的视频转换为flv的格式.
> > >  还有,他们的flv播放器是自己开发的吗?
> > >
> > > 那位有这方面的开发经验,可否说说:)
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
>
> --
> Page Talk:http://www.51pipi.com/
> Blog:http://qingfeng.ushared.com/blog/
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060629/829afbae/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号