Help with python

  • Thread starter Thread starter Mangofett
  • Start date Start date
  • Views Views 1,199
  • Replies Replies 0

Mangofett

GBAtemp Testing Area
Member
Joined
May 14, 2006
Messages
4,885
Reaction score
53
Trophies
2
Age
22
XP
1,138
Country
United States
I'm too lazy to register at a programming forum and since we have a bunch of knowledgeable programmers here I thought it wouldn't hurt to ask.

Code:
import sys
import os

comm=os.popen("ffmpeg -i mymovie.avi -b 2048k -vcodec libxvid -acodec aac mymovie.mov")

while 1:
ÂÂÂÂÂÂÂÂfor line in comm.read():
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂprint line

What this code is SUPPOSED to do is run ffmpeg to convert a video file, and output it(the conversion log) on the screen. The conversion goes fine, file is outputted correctly, but I don't get any output(log) on the screen.

On a side note, what library/codec would I use for MPEG-4?
 

Site & Scene News

Popular threads in this forum