Debian Multimedia :: Add New Encoding To Terminal?
Dec 8, 2010
I am looking for a method to add new encoding to Gnome Terminal.The encoding i want to add is MIK (Bulgarian DOS cyrillic encoding) and it is not found in Terminal -> Set character encoding -> Add or remove list.Is there a way to add this encoding to the list ? Or is there some other terminal or telnet / ssh client which allows me to add encodings ?
View 3 Replies
ADVERTISEMENT
Dec 30, 2010
I try to change the default character encoding in gnome-terminal. I want to use UTF8, but every gnome-terminal i start uses "ANSIX3.4-1968".
In the menu, when i go in Terminal => Set character encoding i have a list with two items:
[x] Current Locale (ANSIX3.4-1968)
[ ] Unicode (UTF-8)
I don't know why the first item appears, i have another debian box and it has only the UTF-8 encoding available. I cannot remove the first item in "add or remove" sub menu !! Probably because it is related to "current locale"
Here is the output of "locale", if it can helps:
boulzor@antec:~$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
[Code]....
View 2 Replies
View Related
Jan 11, 2016
I am trying to perform a 2-pass encoding of a video from .mov to .webm, but it looks like that the 2-pass encoding is much worse than doing a single pass encoding. Here are the two commands I use:
Code: Select allavconv -y -i input.mov -r:v 25/1 -c:v libvpx -minrate 400k -maxrate 600k -b:v 400k -s 640x360 -force_fps -b:a 80k -pass 1 output.webm
avconv -y -i input.mov -r:v 25/1 -c:v libvpx -minrate 400k -maxrate 600k -b:v 400k -s 640x360 -force_fps -b:a 80k -pass 2 output.webm
View 10 Replies
View Related
Jan 24, 2011
gnome-terminal from the Debian squeeze does not use the 'default_size_columns' and 'default_size_rows' from the /apps/gnome-terminal/profiles/Default/ folder of gconf.
View 6 Replies
View Related
Aug 26, 2011
I find xcompmgr more than adequate for making a desktop look pretty modern, and I don't like the more extravagentCompiz gimmicks - but there is one thing that irritates when using xcompmgr which someone here might have worked round.
Rounded window borders don't draw and redraw properly when using the Terminal (gnome-terminal and the LXDE and Xfce ones) or system monitor and moving them from their default place. You get this little white botch at the corners. I'm not massively technical and I'm ambivalent about how much more I want to learn as I have plenty of creative outlets already, but I would like to solve this. Somehow xcompmgr is treating these programs as a different class? It's capable of drawing the window borders properly as it is just these two programs that get botched. Possibly this doesn't get noticed as maybe people usually use xcompmgr with openbox and LXDE and their square window borders. I did do a search but there was nothing matching what I saw.
View 3 Replies
View Related
Feb 15, 2010
I have been doing some very basic editing in Pitivi and how to get it to encode to X.264. I'm encoding to 480p and I was wondering how do I change the setting to make make it encode to X.264 and look good at small or ok file sizes. I will be uploading these to ..... and want them to look sexy.
And if X.264 can't encode to X.264 then at lest how do I turn the quality up in the formats that it does support.
View 1 Replies
View Related
Aug 23, 2010
i just want to know what is best to convert in linux ubuntu 10.04LTS to convert videos!?
View 9 Replies
View Related
Aug 8, 2011
I'm copying an animated TV series from DVD to my computer. The DVDs are encoded at 29.970fps, which I find strange because animation usually uses 23.976fps. Anyway, what I have done is de-interlaced and re-encoded it to H.264. Now it is set to 59.970fps, which I think is higher than what I want. I'm seeking advice on whether I should leave it at that or change it to one of the lower frame rates. Another question: Do you think that I should be encoding to H.263 instead? This is just to have copies of the videos on my hard drive.
Note: I used Avidemux with the Yadif filter using the bob method to de-interlace the film. I think the bob method preserves the actual 60 fields and converts them into complete frames. I'm guessing that the temporal spatial check would halve the frames and give me the 29.970fps.
View 4 Replies
View Related
Jan 22, 2011
I am using 11.2, KDE 4.3.5 with Grip and Flac to rip and encode CDs. Two questions:- Have read flac -help and do not understand the -o option which is used in a few example threads. The man page suggests that -o should be used with subsequent parameters such as --output_name=FILENAME for example. In the example posts this general option is used on its own. What for?
The installation when first used, already had a string of options including --best on the command line. I cannot find any documentation for this. I assume it is a preset in the same way as for example --preset extreme in lame.
View 4 Replies
View Related
Jan 3, 2010
I have a load of XViD videos and I want to re-encode them into x264 - when I say a load, I mean over 300, anyone have any programs they reccomend to do it?I want to make them into those "future-sized movies" (700mb --> 300mb, 170mb --> 95mb, 350mb --> 150mb), what settings should I use? I want to keep the quality of the originals intact, along with the video sizes if possible, but if not, I don't really mind, just make them smaller. Here are the settings some people use in windows:oh yeah, one last thing - fast encoders please, I know it'll take a good while, but I want it to take as little time as possible please
View 4 Replies
View Related
May 7, 2010
Handbrake simply will not encode. I've used it for a while now on 32 bit Ubuntu 9.10 and on 64 bit Windows 7 but since I've upgraded to 10.04 64 bit I can add a video as source and the encode button is grayed out. I cannot start encoding. The version of Handbrake I am using is 0.9.4.Does anyone have any idea how to remedy this issue? I am thinking of trying version 0.9.3 again.
View 7 Replies
View Related
Jul 18, 2010
rubyripper is designed to be the EAC for linux and in this thread here mc4man very kindly gave me the other box encode line for mp3HD slightly modified to give a 320kbps on the lossy aspect of the file
Code:
mp3hdEncoder -br 320000 -if "%i" -of "%o".mp3 - -Title "%t" -Artist "%a" -Album "%b" -Track "%n" -Year "%y" -Genre "%g"
ALSO IMPORTANT
MAke sure you have Lame installed on your synaptic the encoding relies on it for the lossy part and make it executable ALSO make sure you go into the terminal enter mp3hdEncoder and ACCEPT the agreement now i am seeking the same information for 3 other formats.
View 9 Replies
View Related
Aug 1, 2011
It is well known that mencoder can be used to encode video to be burned on DVD with a tool like dvdauthor. The whole procedure is described here:
7.8. Using MEncoder to create VCD/SVCD/DVD-compliant files
Sound for a DVD is normally encoded with AC3. I encountered some cases where the encoded sound was badly distorted. As it seems, the default for the input changed to float at some point. The fix for this is to use:
Code:
acodec=ac3_fixed
instead of "acodec=ac3".
View 1 Replies
View Related
May 8, 2010
I have been using Avidemux to encode edited video using x264 and the mp4 container for most of my videos. My PCs are not new, using single-core AMD Athlon processors.
In 9.04 and 9.10 (Linux Mint), encoding speeds ranged from 7 to 10 frames per second. In 10.04 these dropped down to less than 2 frames per second.
I booted back into Linux Mint 8 (9.10) and the same video encoded at the previous 7 to 10 fps.
I tried with other videos in different formats (mpeg2 and VOB). The results were the same - 10.04 was extremely slow encoding x264 but Mint 8 was "normal" at 7 to 10 fps.
With a dual-core notebook, however, the encoding speeds ran at 8 to 14 fps in 10.04.
Was 10.04 optimized for dual and multi-core at the expense of single-core? If so, is there a way to restore "single-core optimization"?
View 9 Replies
View Related
Jul 19, 2010
I have a nokia phone with symbian. I installed the divx player and sample videos are ok, but when I try to encode other videos I get no sound.
I tried to recode a working with avidemux and it stoped working.
View 1 Replies
View Related
Jan 27, 2011
I'm trying to encode a video using only one image during a complete audio file, but a can't find the way to do it. What I need to do is to extend the duration of the frame up to the duration of the audio file. How do I do that with mencoder?
View 4 Replies
View Related
Aug 5, 2010
I use the script h264enc (installed from the repos) to encode my dvds into avi and mp4. It was working flawlessly under 9.10, now I get the error that MEncoder doesn't support AAC encoding? I have installed all the restricted drivers and I can play dvds, mp4's, .
View 8 Replies
View Related
Oct 16, 2010
I recently upgraded to Maverick and am loving it. Converting over my various scripts to work on the new box I notice that my video trascoding script, which uses mencoder to re-encode video as h264, now does not work.
Code:
mencoder $inpfile -oac mp3lame -lameopts vbr=3:q=3 -ovc x264 -x264encopts crf=22:threads=auto:subq=4:bframes=2:b_pyramid:weight_b:turbo=1 -ofps 25 -o $outfile
For a long time this has worked just fine but the command basically bombs out every time with
Code:
FATAL: Cannot initialize video driver.
I tried using the medibuntu mplayer/mencoder but still no dice.
Does anyone know how I can get this important functionality back?
View 4 Replies
View Related
Nov 26, 2010
Why is this happening? Code: root@Matilda:/home/ryan# /usr/bin/mkmp4 ~/Desktop/wonderfuldays.mkv ~/Desktop/wonderfuldays.mp4 Analysing input file No streams found, encoding failed
View 1 Replies
View Related
Mar 3, 2011
I am unable to rip from CD to .mp3 using pretty much any tool. Dolphin / Konqueror auidiocd:// KIO slave shows the mp3 folder, but when you move the tracks you get: Could not read some_song.mp3: encoding failed WARNING: libsndfile may ignore -r and perform fseek's on the input. Compile without libsndfile if this is a problem. I'm running 11.3 (KDE 4.4.4) with K3B 2 from Packman (with the k3b 2 codec package) and K3B fails as does the KIO slave method above. Lame version is: lame-3.98.4-2.pm.4.1.x86_64 Restricted multimedia formats packages are installed from Restricted formats/11.3 - openSUSE Community Wiki Alsa works great otherwise, I have no sound issue, etc. - just can't rip anything to mp3 Seems like I'm not the only one who has had this problem, there are a few posts here on the Suse Forum, and others elsewhere, but the resolution seems to be nebulous at best. Sometimes lame 3.98 from packman works for some guys, other times not, etc. Unable to rip an audio cd into mp3's using 11.2 - opensuse.opensuse.org - ArchiveOrange
View 9 Replies
View Related
Jan 31, 2016
Background :
Debian Mate Live 8.2 + Iceweasel 38.6 = no problem
Debian Mate Live 8.3 + Iceweasel 38.6 = problems as explained below
Details :
I have used Debian Live versions for a while now without any major problem. After switching from Mate Live 8.2 to Mate Live 8.3, I am almost unable to use Iceweasel due to the following problems :
- much slower browsing overall with regular timeouts (the page's layout or some ads often fail to load)
- random content encoding errors (the grey page similar to SSL related errors)
- random non-latin characters or strange strings (like ""q5"&2>html34") appearing along a page's content
Reloading the same page may (or not) fix the issue : it is random, sometimes it displays correctly (but still very slow) other times it gets worse.
Even when many encoding errors are displayed, if I check the page's source code then it appears to be clean.
I have not changed my usual settings and both the OS and Iceweasel are in vanilla state without any 3rd party add-on or package installed.
I doubt it is hardware related since switching back to 8.2 immediatly solves the issue. The 8.3 support seems ok too because I verified the md5 of all files with success.
Screenshots :
[URL] ....
[URL] ....
View 0 Replies
View Related
May 29, 2011
Iv installed debian 6.0.1 and tried to install the kde desktop. it installed ok but when i boot up now i just get a terminal. Iv tried starting x but apparently its already running which kinda makes sence since the terminal IS a bit gui (you can use the mouse to select some menu buttons at the top) Iv made sure xorg and kdm and all that jass in installed and up to date but nothing seems to work.
I saw in an ubuntu forum that someone with the same problem solved it by renaming their home folder then making a new one with "the correct permissions" however i have no idea hgow to do that from the terminal and alot fot eh commands they talked about dont seem to work which i was surprised by since i thought it was all bash? (ie startx, service, sudo are all invalid commands for me apparently)
View 4 Replies
View Related
Feb 25, 2010
When I was running it before, that was Debian as well, I was able to make my gnome-terminal window decorations completely transparent and/or gone - so the terminal appeared to be typing directly on the desktop.
The method I used before to accomplish this was pretty straightforward, these options could be found in the actual terminal's interface and menu options.
However, now, I get the following result:
Click on the image for a larger size image so as you're able to see the picture in more detail.
View 2 Replies
View Related
Aug 11, 2010
I just decided I'd give Google Chrome a try. Installed it via the google repository and it went fine.
However, every now and then it just vanishes from my menu and it can't be found again, also the command in the terminal can't find anything.
So, what's left is to reinstall it, and during reinstall it doesn't even whine about already being installed.
Anybody else with this matter? I am running 64-bit Squeeze.
View 11 Replies
View Related
Jan 30, 2015
I updated my Jessie system today. Nothing crucial in the apt-get list as far as I can see, perhaps it's unrelated. Anyway, now I cannot open the terminal any longer. Launching `gnome-terminal` shows the app name in the menu bar, a spinning wheel, and then after a few seconds nothing. It doesn't appear in the list of processes, either. I can still log into the text shell via ctrl-alt-F1.
I also added `LC_TIME="en_GB.UTF-8"` to `/etc/environment` to get rid of the American date format. Could it be the cause? I just tried to launch the terminal from the JVM. I get this output:
Code: Select all(process:2629): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.Terminal exited with status 8
I will delete the environment variable again and reboot, but I wonder if I can still have the British date format?
View 1 Replies
View Related
Nov 8, 2015
This problem has lasted for several months, but I can't find anything like bug report in debian related website.
Basically my problem is after genome-terminal (version 3.4.1.1) is launched, I want to change profile setting such as font, color, etc. However, when I click the button `Edit > Profiles > Edit`, nothing happens (no dialogue pop up). `Edit > Profiles > New` And `Edit > Profiles > Delete` function correctly.
View 1 Replies
View Related
Jun 16, 2010
I tried shutting down from terminal as opposed to KMenu and the shutdown hung without completing. I did a 'hard' shutdown mechanically.The command I used was: # shutdown -a -t 5secs now
Is there a way to correct this?
Desktop Running Gear
i-386 Processor
2.6GHz/512MB RAM/160GB HDD
HS Cable-Modem: (Motorola SURFBoard SB5101) direct to ISP (no router)
[Code].....
View 4 Replies
View Related
Jun 25, 2010
How do I make Terminal start maximized?gnome-terminal --maximizedoesn't work.gnome-terminal --full-screen makes it fullscreen and I don't need that.
View 7 Replies
View Related
Jul 31, 2010
I recently upgraded my squeeze in my job's PC. It went fine, but after a reboot if I press ctrl+alt+fX nothing happens. Keyboard works fine, I tested it in Openoffice.
View 2 Replies
View Related
May 1, 2015
Under wheezy, I could set gnome-terminal profile to partial transparency, i.e., to display the desktop wallpaper behind the text. (E.g., a picture of my girlfriend.) But after upgrade to Jessie, this option completely disappeared, and now I can only pick a solid color. Do I need to flip a setting or something to get this back? Am running default Gnome desktop (not fallback mode) though I think I only have 2D acceleration.
View 3 Replies
View Related