Avidemux Forum

Participate => User interface and Usability => Topic started by: p00wp on June 03, 2012, 10:28:17 PM

Title: Option to disable "lose frame rate accuracy" pop-up
Post by: p00wp on June 03, 2012, 10:28:17 PM
Hello,

since I often open up FLV / MP4, I get a notification like this every time (something like "Avidemux can open this file in another mode, which is stable, but YOU WILL LOSE FRAME ACCURACY") and I'd like an option to "Always use stable mode when opening files" so I don't have to click on that pop-up over and over again.


Thanks
Title: Re: Option to disable "lose frame rate accuracy" pop-up
Post by: Jan Gruuthuse on June 04, 2012, 05:59:50 AM
Think you can do this when you add this command line switch when you start avidemux:
Windows:
from command line;
avidemux --force-alt-h264
or in the shortcut properties of avidemux
right click on avidemux icon
select properties
look for target box
left click at end of that line, after avidemux.exe
press space and type the switch --force-alt-h264
Should look like this when finisched:
C:\Users\Jan\AppData\Local\Avidemux\avidemux.exe --force-alt-h264
your path would be different

Linux
right click on avidemux shortcut in Basic tab
change command to
/usr/bin/avidemux3_qt4 --force-alt-h264

or start from teminal
avidemux3_qt4 --force-alt-h264
command line switches/url] (http://www.avidemux.org/admWiki/doku.php?%3Cbr/%3Eid=using:command_line_usage)
Title: Re: Option to disable "lose frame rate accuracy" pop-up
Post by: p00wp on June 04, 2012, 05:36:58 PM
Hi,

yes, this works, but only on the first loaded file. If I try to load another file, the pop-up reappears.
Title: Re: Option to disable "lose frame rate accuracy" pop-up
Post by: styrol on June 04, 2012, 07:00:05 PM
You don't get this message using Avidemux 2.6 (http://avidemux.org/nightly) (which is recommended for h.264 encoded MP4 or FLV video anyway).
Title: Re: Option to disable "lose frame rate accuracy" pop-up
Post by: p00wp on June 04, 2012, 07:16:32 PM
A nightly build? How stable is that?
Title: Re: Option to disable "lose frame rate accuracy" pop-up
Post by: Jan Gruuthuse on June 04, 2012, 07:22:37 PM
It should run and do the job, some features are not implemented, it is a work in progress.