Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Linux, Mac OS X, & Co

Reply
 
Thread Tools Search this Thread Display Modes
Old 28th March 2012, 19:07   #601  |  Link
Goga777
Registered User
 
Join Date: Jul 2010
Posts: 14
for me more logical will be "-h" and "--help", not "-help". Of course it is up to you
Goga777 is offline   Reply With Quote
Old 28th March 2012, 19:53   #602  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
Quote:
Originally Posted by Goga777 View Post
for me more logical will be "-h" and "--help", not "-help". Of course it is up to you

if it really bothers you, you can always modify the script and add --help to the case statement :P
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 6th April 2012, 07:07   #603  |  Link
mdoyounos
I am here
 
Join Date: Mar 2012
Posts: 1
Have a lot of trouble in Linux
__________________
I am here
mdoyounos is offline   Reply With Quote
Old 7th April 2012, 11:06   #604  |  Link
Goga777
Registered User
 
Join Date: Jul 2010
Posts: 14
everything is fine under linux & h264enc
Goga777 is offline   Reply With Quote
Old 7th April 2012, 16:01   #605  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 9.4.5
Code:
* Don't require FAAC to be compiled with MP4 container support (the -w option).
Some distro's do not compile FAAC with MP4 support so play it safe and assume FAAC isn't compiled with MP4 support
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 16th April 2012, 21:47   #606  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 9.4.6
Code:
* Bugfix: FAAC encoding was using wrong language TID in mkvmerge. Should be 0 instead of 1 as we no longer encapsulate AAC in MP4
* Removed --no-chapters mkvmerge option for FAAC encoding. It's no longer needed as we no longer store the AAC audio in MP4 container
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 7th May 2012, 22:03   #607  |  Link
lib3rty1
Registered User
 
Join Date: Oct 2009
Posts: 22
Hi,
I got latest version of h264enc but I got error like

Code:
Starting to encode in: 5 4 3 2 1
MEncoder SVN-r1.0~rc3+svn20090426-4.4.3 (C) 2000-2009 MPlayer Team
-nosub is not an MEncoder option

Exiting... (error parsing command line)
-> MEncoder has exited with a non-zero value!
-> Exiting in function: mencoder_exit()
I use
Code:
h264enc -2p -p flhq
any idea how to fix it ?
lib3rty1 is offline   Reply With Quote
Old 7th May 2012, 22:07   #608  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
Please upgrade your MPlayer. It's 3 years old for God's sake!
__________________
ffx264 || ffhevc || ffxvid || microenc

Last edited by microchip8; 7th May 2012 at 22:10.
microchip8 is offline   Reply With Quote
Old 7th May 2012, 23:24   #609  |  Link
lib3rty1
Registered User
 
Join Date: Oct 2009
Posts: 22
ok, now it does work perfect ;-)

I have question.

When I use -2p -p flhq I got about 3 fps and when I use other options a got a lot more fps and better speed of conversion.

Do you know why it might be like that ?
lib3rty1 is offline   Reply With Quote
Old 8th May 2012, 10:01   #610  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
I don't really know. You need to provide more info like what CPU you have and which are those other options you're running
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 8th May 2012, 16:04   #611  |  Link
lib3rty1
Registered User
 
Join Date: Oct 2009
Posts: 22
OK so other option is

h264enc -2p -hq

I am using VPS on OpenVZ 40 GB SSD 8 GB MEM and 4x2 GHz CPU

I have question about subs.

If I am adding subtitles to include in a time to use coding. In what kind of way I add coding ?

I mean like: UTF8 or utf8
lib3rty1 is offline   Reply With Quote
Old 11th May 2012, 22:21   #612  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
I don't know why you get low speeds, but make sure all your CPUs are maxed out by the encoding. This should be done automatically as h264enc uses threads=0 which tells libx264 to use all CPUs you throw at it

I don't understand your second question, can you be more clear?
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 26th September 2012, 20:01   #613  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 9.4.7
Code:
* Change bad default bitrate value in DTS audio encoding to 384kbps.
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 1st October 2012, 20:16   #614  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 9.4.8
Code:
* Added bluray_compat=1 parameter to the Blu-ray and AVCHD presets
* Use 'true' instead of 'false' where appropriate
* Updated the man page
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 4th February 2013, 20:23   #615  |  Link
lib3rty1
Registered User
 
Join Date: Oct 2009
Posts: 22
hi again
I have new question....
what should I do to have polish letters in encodes. I mean like ź, ż, ć as i don`t have them only empty fields
lib3rty1 is offline   Reply With Quote
Old 10th February 2013, 14:12   #616  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
Quote:
Originally Posted by lib3rty1 View Post
hi again
I have new question....
what should I do to have polish letters in encodes. I mean like ź, ż, ć as i don`t have them only empty fields
No idea, really :/
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 11th April 2013, 15:07   #617  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 9.4.9
Code:
* Use ffmpeg's MPEG12 decoder instead of the libmpeg12 one
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 21st May 2013, 11:41   #618  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 9.5.0
Code:
* Bugfix: add missing 384 kbps option for AC3 audio
* Notify the user when we first create the config file
* SAR is Sample Aspect Ratio, not Storage Aspect Ratio. Corrected this mistake
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 28th May 2013, 00:48   #619  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 9.5.1
Code:
* Use aften for AC3 audio encoding as MEncoder is currently broken. This bumps up the config file version to 22
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 28th May 2013, 11:38   #620  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 9.5.2
Code:
* Fix OGM muxing with AC3 audio
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Reply

Tags
h264enc, ipod, mencoder, ps3, xbox360

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:59.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.