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 4th December 2008, 19:32   #21  |  Link
Adub
Fighting spam with a fish
 
Adub's Avatar
 
Join Date: Sep 2005
Posts: 2,698
Code:
mencoder -vf harddup,crop=320:176:0:0,scale=288:160 -sws 2 -aspect 1.7727 -of rawvideo -o autox264.h264 -nosound -ovc x264 -x264encopts crf=18:threads=auto:bframes=3:direct_pred=auto:me=hex:subq=6:frameref=3:weight_b:trellis=2:mixed_refs:level=4 -sub "/home/****/Desktop/test.srt"  "/home/****/End of the World 1.MP4.m4v"
mencoder -mc 0 -noskip -aid 1 "/home/****/End of the World 1.MP4.m4v" -ovc copy -oac faac -faacopts br=96:mpeg=4:object=1 -channels 2 -af volnorm=2 -of rawaudio -o autox264.aac
MP4Box -add autox264.h264 -fps 30.000 -add autox264.aac "/home/****/Desktop/test.mp4"
And it seems that my player was reading the subtitle files from the same directory, because the name was the same for both files. That would explain why I thought it was working earlier. I just have to rename my output mp4 to something different and the subs are no longer picked up externally.
__________________
FAQs:Bond's AVC/H.264 FAQ
Site:Adubvideo
Adub is offline   Reply With Quote
Old 8th December 2008, 17:42   #22  |  Link
khaoohs
Registered User
 
Join Date: May 2003
Posts: 11
I get an error when trying to pass a VIDEO_TS.ifo file to autox264.
http://pastebin.ca/1279739.

offtopic:
I'm just setting up a linux box for x264 encoding, so I"m new to this. I'm looking for single app encoding, so I'm also playing with handbrake.

Thanks
khaoohs is offline   Reply With Quote
Old 8th December 2008, 18:59   #23  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
your mencoder build is probably outdated
please add the job to queue, then paste here the job
maybe b-adapt or psy-rd

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 12th December 2008, 03:14   #24  |  Link
khaoohs
Registered User
 
Join Date: May 2003
Posts: 11
buzz,

Sorry for not explaining it better. My initial problem was that I selected a VIDEO_TS.ifo file I had previously ripped to my hd. Then it autocropped the enitre frame, taking 720 from the top and 480 from the right. I have now manually cropped it am running an encode. We'll see what happens.

This may have *too* many options for me as I'm a noob to x264 encoding.

Is it possible for me to select a mkv container instead of mp4?
khaoohs is offline   Reply With Quote
Old 12th December 2008, 08:27   #25  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
autox264 "actually" support only mp4

maybe in a future update i will support even mkv

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 19th December 2008, 11:30   #26  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
update windows AND linux version (same link as above)
a little better resizing
added mkv support
added info on mencoder build used

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8

Last edited by buzzqw; 23rd December 2008 at 11:30. Reason: update linux build too
buzzqw is offline   Reply With Quote
Old 23rd December 2008, 11:29   #27  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
(actually for windows.. later for linux)

added support for MeGui X264 profile's

in the same place as autox264.exe create a folder "profiles", copy in "profiles" all xml files from megui x264 profiles's

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 24th December 2008, 09:57   #28  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
windows update
rearranged gui
added support for saving program path

linux build will follow later

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 24th December 2008, 10:52   #29  |  Link
yeye69
Registered User
 
Join Date: Apr 2008
Posts: 39
is it open source?
yeye69 is offline   Reply With Quote
Old 24th December 2008, 11:30   #30  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
yes, gpl v3

source code, in purebasic, is avaiable on request

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 24th December 2008, 15:08   #31  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
update the linux build too

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 25th December 2008, 01:03   #32  |  Link
Adub
Fighting spam with a fish
 
Adub's Avatar
 
Join Date: Sep 2005
Posts: 2,698
Sweet!! Thanks for the MeGUI profiles support. I can't wait to get back home after break and play with this thing on my 64-bit Sabayon build.
__________________
FAQs:Bond's AVC/H.264 FAQ
Site:Adubvideo
Adub is offline   Reply With Quote
Old 25th December 2008, 09:31   #33  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
please report any errors

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 25th December 2008, 09:53   #34  |  Link
mocham
Registered User
 
Join Date: Jun 2007
Posts: 48
Thanks for the MeGUI presets addition. Why aren't the presets listed in alphabetical order in your drop down list?
mocham is offline   Reply With Quote
Old 25th December 2008, 10:06   #35  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
.. maybe i must rework the parsing profile directory

EDIT: update the linux build, fixed the alphabetical order of profiles

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8

Last edited by buzzqw; 25th December 2008 at 10:24.
buzzqw is offline   Reply With Quote
Old 25th December 2008, 13:25   #36  |  Link
yeye69
Registered User
 
Join Date: Apr 2008
Posts: 39
If I create a shortcut on the desktop and/or run autox264 from other directory than where autox264 installed, there is no profiles. This is a bug or a feature?
yeye69 is offline   Reply With Quote
Old 25th December 2008, 14:48   #37  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
Quote:
This is a bug or a feature?
it's look like a bug to me

windows or linux ?

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 25th December 2008, 23:39   #38  |  Link
mocham
Registered User
 
Join Date: Jun 2007
Posts: 48
Quote:
Originally Posted by yeye69 View Post
If I create a shortcut on the desktop and/or run autox264 from other directory than where autox264 installed, there is no profiles. This is a bug or a feature?
Same issue here. Linux version, with Gnome desktop environment. If I make a launcher in the Gnome menu then I don't see the presets, if I run it from the directory I put the binary then the presets are there.

Thanks for fixing the preset drop down sort order! This is an awesome frontend!!
mocham is offline   Reply With Quote
Old 26th December 2008, 09:57   #39  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
update the linux build

fixed not profiles found when lauching auto264 from a link (thanks to yeye69 and mocham)

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 26th December 2008, 14:58   #40  |  Link
yeye69
Registered User
 
Join Date: Apr 2008
Posts: 39
It works, thanks!

But I'm confusing with a cropping. If I want to omit crop values, do I put 0 in these values or width x height? I need some clarity on this question.
yeye69 is offline   Reply With Quote
Reply

Tags
gui, linux, mencoder, windows, x264

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 04:45.


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