-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (2) .- Knowledge Base  . 

h264enc

   10.4.7  

CLI video

Score 82%
h264enc
zoom


Link:  Link
Downloads:  1350
Submitted:  Aug 4 2007
Updated:  Jan 19 2016

Description:

h264enc is an advanced and powerful interactive menu-driven shell script written for the Linux operating system which can help you to encode a DVD or a regular video file to the H.264/MPEG-4 Part 10/AVC video format using the MEncoder encoder from the MPlayer project and the libx264 library. It supports virtually all options of the libx264 library and a wide range of audio codecs. Further, it supports muxing the final encode from AVI to Matroska, from AVI to OGM, from AVT to TS and from AVI to the MP4 container.

h264enc is written in a way to be useful for power users yet it is also very user friendly for people who are novices when it comes to video encoding. h264enc operates by asking questions to the user, collecting the input and passing it over to the encoder software. One of its unique features is the ability to use built-in video quality presets. This is especially useful to people who are just starting to encode video or who don't want to go through the whole manual codec configuration every time they want to encode something.

The script was previously hosted on kde-apps.org but I moved it here as it is the right place for such things.

Project site: http://sourceforge.net/projects/h264enc
Web site: http://h264enc.sourceforge.net




Changelog:

* Added support for the video rotate filter. Requested by Thomas Troeger
* Updated copyright dates




LicenseGPL
Source
openSUSE Tumbleweed
openSUSE Leap 15.3
openSUSE Leap 15.2
SUSE SLE-15-SP3 (noarch)
SUSE SLE-15-SP2 (noarch)
SUSE SLE-15-SP1 (noarch)
SUSE SLE-12-SP5 (noarch)
SUSE SLE-11 SP 4 (noarch)
Send to a friend
Subscribe
Other  Content  from microchip
Report inappropriate content



-

 7.9.3 ihqvp

 
 by hc456 on: Nov 8 2007
 
Score 50%

First, thanks for this nice script.

If I do
sh h264enc -2p -p ihqvp
and say yes to Accurate Rounding it crashes with
line 1: 21884 Segmentation fault

Without Accurate Rounding it's ok.

If I save the options, the only difference I can see, is that there are some extra ":" when accurate rounding is selected:
,yadif,scale=640:480:0:0::::0:1


Reply to this

-

 Re: 7.9.3 ihqvp

 
 by microchip on: Nov 8 2007
 
Score 50%

This is a known bug in MEncoder when ran on 64-bit systems. I was actually the one who discovered this bug some time ago and did a backtrace on MEncoder and sent the GDB output to the MPlayer devs. However, I didn't receive any reply from the MPlayer folks so I guess they haven't fixed it yet, or maybe even forgot? I don't know really. With Accurate Rounding for the software scaler, MEncoder segfaults on my machine too (openSUSE 10.2).

The : you see is that I escape some of the scaler's features as they are not needed. The scale option of MEncoder accepts these options in the order below

scale[=w:h[:ilaced[:chr_drop[:par[:par2[:presize[:noup[:arnd]]]]]]]]

I escape the chr_drop, presize and the noup options by placing : instead, which leaves them empty. The last option (arnd) is for accurate rounding and I've never seen MEncoder crash with it when ran on 32-bit systems, it only occurs on 64-bit ones


Reply to this

-

 Re: Re: 7.9.3 ihqvp

 
 by hc456 on: Nov 8 2007
 
Score 50%

Oh, I'm running 64 bit Mandriva, so that is why it crashes.

Thanks for the explanation.


Reply to this

-

 Re: Re: Re: 7.9.3 ih

 
 by microchip on: Nov 8 2007
 
Score 50%

No problem, but even without Accurate Rounding, the picture looks excellent, so this option is not really needed but I do support it :)


Reply to this

-

 Re: 7.9.3 ihqvp

 
 by symbianflo on: Jun 2 2011
 
Score 50%
symbianflosymbianflo
MandrivaUser s.ro / Rosalinux.ro
Home

ihq is really insane :D, thx for keep going .
I've manage to build rpm's for mandriva , available on mrb.

http://mrb.mandrivausers.ro/index.php?search_for=h264enc&search_submit=Search

thx again


Linus Torvalds only has to enter a room, and every Windows computer in it segfaults instantly.
http://video.linuxfoundation.org/video/1057

Reply to this

-

 Re: Re: 7.9.3 ihqvp

 
 by symbianflo on: Sep 23 2011
 
Score 50%
symbianflosymbianflo
MandrivaUser s.ro / Rosalinux.ro
Home

rpm's for mandriva updated
thx


Linus Torvalds only has to enter a room, and every Windows computer in it segfaults instantly.
http://video.linuxfoundation.org/video/1057

Reply to this

-

 Re: 7.9.3 ihqvp

 
 by NathanielOtto on: Jan 4 2015
 
Score 50%

Pavtube Software Updated: Support XAVC, H.265/HEVC and Latest Blu-rays!

Hello everyone, I have some great news Pavtube Studio just released updates for all Windows products! This event include:

Pavtube Video Converter Ultimate
Pavtube HD Video Converter
Pavtube MTS/M2TS Converter
Pavtube MXF Converter
Pavtube MXF MultiMixer
Pavtube Video Converter
Pavtube MKV Converter
Pavtube FLV Converter
Pavtube BDMagic
Pavtube ByteCopy
Pavtube DVDAid

What's new?

1. Support MXF in XAVC video codec
2. Add H.264 baseline/main/high output profiles
3. Support H.265/HEVC decode
4. Support H.265/HEVC encode
5. Support latest Blu-ray movies, like The Expendables 3, Le Chef, Sin City A Dame to Kill For, Sands of Iwo Jima, When The Game Stands Tall, Love in Venice, Mystery Road, Pink Floyd Endless rive,etc. are all supported.

Great News!!! Pavtube Software officially released its 2014 Christmas Deal. UP to 50% off is provided lasting to January 31th 2015. Don't miss it! And find more 2014 Christmas Crazy Promotion at Pavtube Facebook.

Source:http://club.myce.com/f201/pavtube-windows-products-updated-support-xavc-h-265-hevc-more-new-blu-rays-337855/


Reply to this

-

 encode video file

 
 by HessiJames on: Apr 18 2008
 
Score 50%

hi, h264enc looks very promising, i would like to encode a regular video file. how can i do that?


Reply to this

-

 Re: encode video file

 
 by microchip on: Apr 19 2008
 
Score 50%

you choose for file encoding and provide the input video file to encode :)


Reply to this

-

 Re: Re: encode video file

 
 by HessiJames on: Apr 19 2008
 
Score 50%

ah, damn .. sorry i read the man page wrong ;)
so it works now, thank you!


Reply to this

-

 OT: screenshot

 
 by Kneo on: Aug 4 2008
 
Score 50%

hi, I really like colors that you are using. could you share GTK and Xdefaults pls? or are the colors in the console set throuhg menu?
thank you


Reply to this

-

 Re: OT: screenshot

 
 by microchip on: Oct 16 2008
 
Score 50%

You can find the color codes at the beginning of the script


Reply to this

-

 Great App!

 
 by arallier on: Nov 29 2015
 
Score 50%

This is going to be very useful, thanks!


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team