Convert streaming live video to mp4?

Capture the FLV with a capture application and encode it with an mp4 encoder.

Quicktime API has QTUtils. ToOSType where third choice is mpg4 ExportChoice choices = new ExportChoice3; choices0 = new ExportChoice("Quicktime Movie", StdQTConstants. KQTFileTypeMovie); choices1 = new ExportChoice("AVI file", StdQTConstants.

KQTFileTypeAVI); choices2 = new ExportChoice("MPEG-4 file", QTUtils. ToOSType("mpg4")); QTFile file = QTFile. StandardGetFilePreview(QTFile.

KStandardQTFileTypes); OpenMovieFile omFile = OpenMovieFile. AsRead(file); Movie movie = Movie. FromFile(omFile); JComboBox exportCombo = new JComboBox(choices); JOptionPane.

ShowMessageDialog (null, exportCombo, "Choose exporter",JOptionPane. PLAIN_MESSAGE); ExportChoice choice = (ExportChoice)exportCombo.getSelectedItem(); MovieExporter exporter = new MovieExporter(choice. Subtype); QTFile saveFile = new QTFile(new java.io.

File("Untitled")); movie.setProgressProc(); movie. ConvertToFile(null,saveFile, StdQTConstants. KQTFileTypeMovie,StdQTConstants.

KMoviePlayer, IOConstants. SmSystemScript, StdQTConstants. ShowUserSettingsDialog | StdQTConstants.

MovieToFileOnlyExport | StdQTConstants. MovieFileSpecValid, exporter).

It is a good and free encoding tool! I usually use Handbrake and ifunia media converter in combination, works great for me. Handbrake for straight convert and use ifunia for advanced converting and editing.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions