It is the best GUI I've ever seen. Thanks a lot!
But it seems to me that it is only 32bit application. But I use Ubuntu 8.10 64bit. And in console I get:
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so
/usr/lib/gio/modules/libgiogconf.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgiogconf.so
+ Reply to Thread
Results 31 to 35 of 35
-
-
may i suggest to try https://forum.videohelp.com/topic369767.html
should be more easier and "working"
anyway you seems to miss the libgio package..
BHHHDConvertToX, AutoMen, AutoMKV Developer -
Wonderfull just wonderfull
One little thing i didnt find i would love is a button and settings for.
X11grab would be wnderfull not to have to type it each time i make a screencast
Code:ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1024x768 -i :0.0 -acodec pcm_s16le -vcodec libx264 -vpre lossless_ultrafast -threads 0 output.mkv
-
That's the command that I use too. It rocks!
I have it as a bash script on my desktop.
So I right-click, Open, Run in terminal
To do this, copy and paste into a text editor and save it on desktop as screencast.
Then right-click, Properties, Permissions, Allow executing file as a program.
Code:#!/bin/bash ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1024x768 -i :0.0 -acodec pcm_s16le -vcodec libx264 -vpre lossless_ultrafast -threads 0 output.mkv
Similar Threads
-
Best GUI for ffmpeg encoding
By usta in forum Video ConversionReplies: 25Last Post: 17th Jan 2019, 11:23 -
Full FFMpeg/Mencoder gui?
By TSJNachos in forum Video ConversionReplies: 14Last Post: 20th Apr 2014, 09:45 -
Another ffmpeg gui (autoffmpeggui) (update 28/07/2009)
By buzzqw in forum LinuxReplies: 12Last Post: 28th Jul 2009, 03:53 -
Recommend a GUI for FFmpeg
By David_UK in forum Video ConversionReplies: 4Last Post: 2nd Feb 2009, 07:35 -
New (advanced) FFmpeg GUI for Windows OS builds.
By Chris K in forum Video ConversionReplies: 119Last Post: 24th Nov 2007, 06:15