meGUI: New Stable version.


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News meGUI: New Stable version.
# 1  
Old 07-02-2008
meGUI: New Stable version.

MeGUI is the most comprehensive GUI based ISO MPEG-4 solution. It suports MPEG-4 ASP (XviD & libavcodec MPEG-4) using mencoder, MPEG-4 AVC (x264) using x264.exe or mencoder, (HE)AAC audio using BeSweet & Nero AAC encoder and MP4 muxing using mp4box.
Image Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Copy a file from directroy/ prior version to the directory/ new version

How to copy a file from directroy/ prior version to the directory/ new version automatically. (4 Replies)
Discussion started by: roy1912
4 Replies

2. Red Hat

Which is the most stable version in RHEL 5 series.?

hi, Which is the most stable version in RHEL 5 series ? since i'm learning EL 6, it has some bug such as created partitions will be enabled after a reboot. so i like to start my learning from EL 5 series for practice. thanks in advance. (1 Reply)
Discussion started by: redhatlbug
1 Replies

3. UNIX for Advanced & Expert Users

Advanced Search * View * Edit JAVA version to WORK in GLASSFISH Forum topic JAVA version

Would like to confirm the ff. I got confused actually with the version I needed to download that will work on glassfish 3.0.1 a. Debian Squeeze (HP DL360). Need to use java version6 On Debian, I did apt-get install sun-java6-jdk. So when I check it's java version "1.6.0_22" Java(TM) SE... (1 Reply)
Discussion started by: lhareigh890
1 Replies

4. Solaris

Migrate unix version 8 to version 9

i have a program writing in PRO C which currently running in unix version 8 tie with oracle 8i, but in the future company gonna migrate this OS to version 9. Anything i have to prepare for my PRO C program to run in unix version 9? or anything would that impact my program couldn't run well? what... (2 Replies)
Discussion started by: lsy
2 Replies
Login or Register to Ask a Question
ESDOTS:(1)							   User Commands							ESDOTS:(1)

NAME
esdots - Analyze the video items contained in an elementary stream SYNOPSIS
esdots [switches] <infile> DESCRIPTION
TS tools version 1.11, esdots built Nov 11 2008 17:15:46 Present the content of an H.264 (MPEG-4/AVC), H.262 (MPEG-2) or AVS elementary stream as a sequence of characters, representing access units/MPEG-2 items/AVS items. (Note that for H.264 it is access units and not frames that are represented, and for H.262 it is items and not pictures.) Files: <infile> is the Elementary Stream file (but see -stdin below) Switches: -verbose, -v Preface the output with an explanation of the characters being used. -stdin Take input from <stdin>, instead of a named file -max <n>, -m <n> Maximum number of entities to read -pes, -ts The input file is TS or PS, to be read via the PES->ES reading mechanisms -hasheos Print a # on finding an EOS (end-of-stream) NAL unit rather than stopping (only applies to H.264) -es Report ES units, rather than any 'higher' unit (not necessarily suppported for all file types) -gop Show the duration of each GOP (for MPEG-2 steams) OR the distance between random access points (H.264) -fr Set the video frame rate (default = 25 fps) Stream type: If input is from a file, then the program will look at the start of the file to determine if the stream is H.264 or H.262 data. This process may occasionally come to the wrong conclusion, in which case the user can override the choice using the following switches. For AVS data, the program will never guess correctly, so the user must specify the file type, using -avs. If input is from standard input (via -stdin), then it is not possible for the program to make its own decision on the input stream type. Instead, it defaults to H.262, and relies on the user indicating if this is wrong. -h264, -avc Force the program to treat the input as MPEG-4/AVC. -h262 Force the program to treat the input as MPEG-2. -avs Force the program to treat the input as AVS. TS tools version 1.11, esdots built Nov 11 2008 17:15:46 Present the content of an H.264 (MPEG-4/AVC), H.262 (MPEG-2) or AVS elementary stream as a sequence of characters, representing access units/MPEG-2 items/AVS items. (Note that for H.264 it is access units and not frames that are represented, and for H.262 it is items and not pictures.) Files: <infile> is the Elementary Stream file (but see -stdin below) Switches: -verbose, -v Preface the output with an explanation of the characters being used. -stdin Take input from <stdin>, instead of a named file -max <n>, -m <n> Maximum number of entities to read -pes, -ts The input file is TS or PS, to be read via the PES->ES reading mechanisms -hasheos Print a # on finding an EOS (end-of-stream) NAL unit rather than stopping (only applies to H.264) -es Report ES units, rather than any 'higher' unit (not necessarily suppported for all file types) -gop Show the duration of each GOP (for MPEG-2 steams) OR the distance between random access points (H.264) -fr Set the video frame rate (default = 25 fps) Stream type: If input is from a file, then the program will look at the start of the file to determine if the stream is H.264 or H.262 data. This process may occasionally come to the wrong conclusion, in which case the user can override the choice using the following switches. For AVS data, the program will never guess correctly, so the user must specify the file type, using -avs. If input is from standard input (via -stdin), then it is not possible for the program to make its own decision on the input stream type. Instead, it defaults to H.262, and relies on the user indicating if this is wrong. -h264, -avc Force the program to treat the input as MPEG-4/AVC. -h262 Force the program to treat the input as MPEG-2. -avs Force the program to treat the input as AVS. SEE ALSO
The full documentation for esdots is maintained as a Texinfo manual. Please check http://tstools.berlios.de for more information. esdots 1.11 November 2008 ESDOTS:(1)