アフィリエイト広告を利用しています

2014年05月19日

Ubuntu handbrake を インストール

handbrakeはあらゆる、動画をMP4に変換してくれるソフトです。


Ubuntu に handbrake をインストール

Installing handbrake in Ubuntu 13.10

ファイル置き場
https://launchpad.net/~stebbins/+archive/ubuntu/handbrake-releases/+packages

handbrakeのアドレスの取得とダウンロード
以下の文字列を端末に貼り付けて、エンター(実行)
wget https://launchpad.net/~stebbins/+archive/handbrake-releases/+build/4589165/+files/handbrake-gtk_0.9.9ppa1~raring1_amd64.deb

以下コマンドラインから入力
sudo dpkg -i handbrake-gtk_0.9.9ppa1~raring1_*.deb

sudo apt-get -f install
ここまでで、インストールが終わり

以下、不要なファイルの除去
sudo apt-get autoremove kde-l10n-ja

これで、64Bitの handbrake が使用可能になる。

handBreke




タグ:handbrake
posted by Sun at 17:24| Ubuntu

UbuntuでDVDを鑑賞する

その1 

UbuntuでDVDを再生出来るようにする。


Installing libdvdcss in Ubuntu 13.10

標準のgeditで、sources.listを開く
sudo gedit -w /etc/apt/sources.list

sources.listの末尾に以下の文字をコピーして保存
deb ftp://ftp.videolan.org/pub/debian/stable ./

libdvdcssのアドレスの取得とダウンロード
wget ftp://ftp.videolan.org/pub/debian/videolan-apt.asc

以下を端末にコピーして実行する
sudo apt-key add videolan-apt.asc

sudo apt-get update

sudo apt-get install libdvdcss2

もしくは

$ sudo /usr/share/doc/libdvdread4/install-css.sh


以上でUbuntuにlibdvdcssのインストールが終了


その2 
Ubuntuに transcode をインストールする。

Ubuntuのソフトウェアセンターで transcode と入力して検索

参考加増


以上

タグ:Ubuntu DVD
posted by Sun at 17:06| Ubuntu

2014年05月13日

Ubuntu からの HDDの引っ越し

Ubuntu からの HDDの引っ越し

Ubuntu単体でもできるのですが、ディスクを調べたり・・・コピーするまで準備が大変なので、簡単な方法を選択して実行することにします。

まず用意するもの EaseUS Disk Copy Home Edition (All operating systems)
EaseUS Disk Copy

1,コピー元のHDDとコピー先のHDDをそれぞれ同じPCに接続します。

2,EaseUS Disk Copy Home Editionをドライブに入れてDVD/CDドライブから起動します。

3,Disk Copy 又は Partition Copyのどちらかを選択します。
今回は、HDDのコピーなので Disk Copyを選びます。

4、コピー元のHDDを選んでクリック、Nextをクリック

5,コピー先のHDDを選んでクリック、Nextをクリック

6,コピー先のHDDのデータが全て消えますのウィンドゥが出てくるので、Yesをクリック

7,コピーが開始されます。

8、終わったらQuitを押して終了です。

これで、HDDのクローンが完了しました。

1.jpg

パーテーションの変更と移動

1、UbuntuのインストールCDを用意します。それをドライブに入れてDVD/CDドライブから起動します。

2,お試し起動で(インストールせずに起動)Ubuntuを起動します。

3,Gpertedパーテーション編集ツールを検索して、起動します。(標準でインストールされています)

Ubuntuの場合 後方に/dev/sda3(約30GB)のパーテションがありますのでこれを先ず移動します。

4,パーテーションを移動したいディスクをクリックで選択して、パーテーション>リサイズ/移動>後方の空き領域を0
 にして、パーテーションをクリップして後方に移動します。

5、次にデーターが入っているパーテーションのサイズを変更します。

6,パーテーションを移動したいディスクをクリックで選択して、パーテーション>リサイズ/移動>後方の空き領域を0
 にして、青いパーテーションの端をクリップして左にスライドするとパーテーションの拡張ができます。

7.以上の用に準備が整ったら、編集>保留中のすベての操作を適用する をクリックして完了させます。

8,おわったら、再起動して、コピーしたHDDで起動します これで終わりです。

追加

私の場合Ubuntuのインストールディスクが正常に起動しなかったので、コピー元のHDDで起動して、そこからパーテーションを変更しました。

参考にさせて頂いたサイト様
http://kikuchisan.net/sotec/


センチュリー 裸族のインナー CRIN2535

新品価格
¥909から
(2014/5/13 17:31時点)


posted by Sun at 17:24| Ubuntu

2014年05月12日

Ubuntu に FTPSサーバー を立てる!

Ubuntu に FTPSサーバー を立てる!

検証 Ubuntu14.04

基本的にFTPなのですが、標準で証明書を持っているらしいので、それを使ってSSLを使ったFTPSにします。

色々大変なのですが、そこのところは端折って行きます。

とりあえず、これがないと始まらないので vsftpd を Ubuntuにインストールします。

端末を立ち上げて以下のように入力します。
sudo apt-get install vsftpd

インストールが終わったら、vsftpd.confを端末から開いて中身を弄ります。
sudo gedit /etc/vsftpd.conf

解説
sudo(一時的にrootで開く) gedit(標準のテキストエディタ) /etc/vsftpd.conf(開くファイルの場所とファイル名)

開いたら、以下のように修正します。

----------------------------------------------------------------------------------------------

# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
# Please see vsftpd.conf.5 for all compiled in defaults.
#
# READ THIS: This example file is NOT an exhaustive list of vsftpd options.
# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's
# capabilities.
#
#
# Run standalone? vsftpd can run either from an inetd or as a standalone
# daemon started from an initscript.
listen=YES
#
# Run standalone with IPv6?
# Like the listen parameter, except vsftpd will listen on an IPv6 socket
# instead of an IPv4 one. This parameter and the listen parameter are mutually
# exclusive.
#listen_ipv6=YES
#
# Allow anonymous FTP? (Disabled by default)
anonymous_enable=NO
#
# Uncomment this to allow local users to log in.
local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
write_enable=YES
#
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
local_umask=022
#
# Uncomment this to allow the anonymous FTP user to upload files. This only
# has an effect if the above global write enable is activated. Also, you will
# obviously need to create a directory writable by the FTP user.
#anon_upload_enable=YES
#
# Uncomment this if you want the anonymous FTP user to be able to create
# new directories.
#anon_mkdir_write_enable=YES
#
# Activate directory messages - messages given to remote users when they
# go into a certain directory.
dirmessage_enable=YES
#
# If enabled, vsftpd will display directory listings with the time
# in your local time zone. The default is to display GMT. The
# times returned by the MDTM FTP command are also affected by this
# option.
use_localtime=YES
#
# Activate logging of uploads/downloads.
xferlog_enable=YES
#
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
#
# If you want, you can arrange for uploaded anonymous files to be owned by
# a different user. Note! Using "root" for uploaded files is not
# recommended!
#chown_uploads=YES
#chown_username=whoever
#
# You may override where the log file goes if you like. The default is shown
# below.
#xferlog_file=/var/log/vsftpd.log
#
# If you want, you can have your log file in standard ftpd xferlog format.
# Note that the default log file location is /var/log/xferlog in this case.
#xferlog_std_format=YES
#
# You may change the default value for timing out an idle session.
#idle_session_timeout=600
#
# You may change the default value for timing out a data connection.
#data_connection_timeout=120
#
# It is recommended that you define on your system a unique user which the
# ftp server can use as a totally isolated and unprivileged user.
#nopriv_user=ftpsecure
#
# Enable this and the server will recognise asynchronous ABOR requests. Not
# recommended for security (the code is non-trivial). Not enabling it,
# however, may confuse older FTP clients.
#async_abor_enable=YES
#
# By default the server will pretend to allow ASCII mode but in fact ignore
# the request. Turn on the below options to have the server actually do ASCII
# mangling on files when in ASCII mode.
# Beware that on some FTP servers, ASCII support allows a denial of service
# attack (DoS) via the command "SIZE /big/file" in ASCII mode. vsftpd
# predicted this attack and has always been safe, reporting the size of the
# raw file.
# ASCII mangling is a horrible feature of the protocol.
#ascii_upload_enable=YES
#ascii_download_enable=YES
#
# You may fully customise the login banner string:
#ftpd_banner=Welcome to blah FTP service.
#
# You may specify a file of disallowed anonymous e-mail addresses. Apparently
# useful for combatting certain DoS attacks.
#deny_email_enable=YES
# (default follows)
#banned_email_file=/etc/vsftpd.banned_emails
#
# You may restrict local users to their home directories. See the FAQ for
# the possible risks in this before using chroot_local_user or
# chroot_list_enable below.
#chroot_local_user=YES
#
# You may specify an explicit list of local users to chroot() to their home
# directory. If chroot_local_user is YES, then this list becomes a list of
# users to NOT chroot().
# (Warning! chroot'ing can be very dangerous. If using chroot, make sure that
# the user does not have write access to the top level directory within the
# chroot)
#chroot_local_user=YES
#chroot_list_enable=YES
# (default follows)
#chroot_list_file=/etc/vsftpd.chroot_list
#
# You may activate the "-R" option to the builtin ls. This is disabled by
# default to avoid remote users being able to cause excessive I/O on large
# sites. However, some broken FTP clients such as "ncftp" and "mirror" assume
# the presence of the "-R" option, so there is a strong case for enabling it.
#ls_recurse_enable=YES
#
# Customization
#
# Some of vsftpd's settings don't fit the filesystem layout by
# default.
#
# This option should be the name of a directory which is empty. Also, the
# directory should not be writable by the ftp user. This directory is used
# as a secure chroot() jail at times vsftpd does not require filesystem
# access.
secure_chroot_dir=/var/run/vsftpd/empty
#
# This string is the name of the PAM service vsftpd will use.
pam_service_name=vsftpd
#
# This option specifies the location of the RSA certificate to use for SSL
ssl_enable=YES
# encrypted connections.
rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
# This option specifies the location of the RSA key to use for SSL
# encrypted connections.
rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
#
# FileZillaClient対応
ssl_ciphers=HIGH
#
# AndFTP対応
require_ssl_reuse=NO
ssl_ciphers=HIGH

-----------------------------------------------------------------------------------------

詳しくはこちらを参考にしました
http://www005.upp.so-net.ne.jp/develop-tom/deb/vsftpd-deb.html

ざっとこんな感じです。

FileZillaでエラーを吐くので、その部分も修正してあります。・・・修正が終わったら、保存してください。


これで、証明書付きのFTPSサーバの設定が出来上がりましたので、端末からサーバーを起動します。
sudo restart vsftpd

これで終わりなのですが、問題は、ログインするときの ユーザー名 と パスワード になると思います。

ユーザー名はPCに登録したユーザー名 パスワードはそのユーザーのパスワードがそのまま使えますが、そのままでは危険があるので、
制限を持つ一般ユーザーを新たに作ります。これでFTPでログインします。

参考にさせていただいた所(一般ユーザーの作成)
http://naka7772.blog.fc2.com/blog-entry-230.html

確認方法
Ubuntuのシステム設定からユーザーアカウントで、現在のアカウント名が表示されます。これがユーザー名になります。
そして、そのパスワードが、FTPのパスワードになります。

それでは接続して確認してください。 ローカルアドレス ポート21 ログイン方法 通常
 
メモ

vsftpdのリスタート
sudo restart vsftpd

停止
sudo stop vsftpd

開始
sudo start vsftpd

Samsung SSD840EVO ベーシックキット250GB MZ-7TE250B/IT (国内正規代理店 ITGマーケティング取扱い品)

新品価格
¥14,780から
(2014/5/12 19:59時点)



 


タグ:Ubuntu
posted by Sun at 19:40| Ubuntu

2014年04月26日

VirtualBox Guest Additions単体でのインストール

VirtualBox Guest Additionsのインストール

さまざまな紹介サイトがあるので詳しいことは割愛しますが、
Ubuntu(ホストOS) Windows8.1(ゲストOS)の場合に、
「デバイス」メニューから「Guest Additions のインストール」の表示がされない場合があります。

そのため、単体で、Guest Additions をDLして、インストールする方法を紹介します。

http://download.virtualbox.org/virtualbox/  

にアクセスして、欲しいバージョンからGuest AdditionsをDLします。



http://download.virtualbox.org/virtualbox/4.3.10/ にアクセスして、

VBoxGuestAdditions_4.3.10.iso をダウンロードします。

このファイルを(ゲストOS Windows8.1)にマウントして、ホストOSを起動させた後、光学ドライブにマウントされた VBoxWindowsAdditions.exe を起動して
インストールします。

3マウント.jpg


重要なこと?

VBoxGuestAdditionsはゲストOSにインストールすること

ファイルの共有等が出来るようになるため、それらの設定をしておく
(VirtualBoxのOS右クリック、設定 共有 で設定)


HGST 日立グローバルストレージテクノロジーズ Deskstar パッケージ版 3.5inch 4TB 32MB Coolspin 0S03361

新品価格
¥16,524から
(2014/4/26 20:57時点)


posted by Sun at 20:32| VirtualBox

2014年01月25日

ブラウザに表示されるウザイ広告をブロックする

ブラウザに表示されるウザイ広告をブロックする

ページを開いただけで、広告が表示される現象をブロックするアドオンを忘備します。

Adblock Plus for IE
https://adblockplus.org/en/internet-explorer

Adblock Plus for FierFox
https://addons.mozilla.jp/firefox/details/1865


Adblock Plus for GoogleChrome
https://chrome.google.com/webstore/detail/adblock-plus/cfhdojbkjhnklbpkdaibdccddilifddb?hl=ja


Adblock Plus では 広告削除からマルウェアのブロックまで対応できる 40 以上の同期フィルタがあり、言語に応じて自動的に設定されます。
また、コンテキストメニューやタブ、リストからの選択など便利な機能を利用して自分でカスタマイズすることもできます。

【BCI-9BK/7e canon互換インク】5色セット×2パック(計10個入り)

新品価格
¥802から
(2014/1/25 07:09時点)


posted by Sun at 07:03| 雑記

2014年01月24日

WIndows8.1にVMware Playerがインストールできない

WIndows8.1にVMware Playerがインストールできない

Windows8.1にアップグレードしてからVMware Playerをインストールしようとしたのですが、インストーラーが途中で止まり、インストールできませんでした。

VMware-player-6.0.1-1379776.exe

また、アンインストールもできません。

なので、復元ポイントから、OSを復元しました。

そして、結局、Winodws8をインストール、VMware Playerをインストール、してからWindows8.1にアップグレードしました。

Windows8.1にアップグレードしてから、 コントロールパネル>ネットワークとインターネット>ネットワーク共有センター>ネットワークとタスクの状態 から イーサネットを選択してクリック

プロパティをクリックして VMware Brdge Protcol をインストールするのですが、これもインストール途中で止まってしまいます。
仕方ないので、そのまま強制再起動、確認してみると VMware Brdge Protcol がインストールされていました。

1.jpg

VMware Brdge Protcolのインストール方法

3.jpg

2.jpg

サービスを選択してVMware Brdge Protcolをインストールします

以上ですが、多分途中で止まるので、しばらくしたら再起動してください。

Windows8.1はまだまだ、対応するソフトが少ないのか、結構な割合でインストール出来ません。

なので復元ポイントを作成して、いつでも元に戻せるようにしておいたほうがいいかもしれません。


センチュリー CERS-BK(ブラック) 技あり楽ラックJr.

新品価格
¥1,800から
(2014/1/24 09:00時点)


posted by Sun at 08:41| VirtualBox

2013年10月14日

Ubuntuで行こう VirtualBoxにUSBを認識させる 編

Ubuntuで行こう

VirtualboxでUSBが使えない問題を解決

現在Ubuntu12.10を導入していますが、VirtualboxでゲストOS(Windows)を入れてみたのですが

、USBが使用できなくて色々と探し回りました。

結論から書くと

sudo usermod -aG vboxusers {username}

暗証コードを入力してエンター

Oracle_VM_VirtualBox_Extension_Pack-4.2.18-88780.vbox-extpack
(インストール)
(2013.10.13 現在)

で解決しました。

まぁこれを探すのに散々苦労したわけなので、忘記として残しておきます。

後はVirtualboxの設定です。

USBの画面を開いて、USB1.0にチェック USB2.0にチェック

ドライバの設定 PS2 と書いてあるドライバと Mouseと書いてあるドライバ以外は全てチェック

これらのドライバを入れると、

1,ゲストOS起動時にホストOSにキーボードが移動しない
2,マウスが、ゲストOSから出せなくなる

等の症状が発生しますので要注意です。


副作用?

ゲストOS終了時にマウントされているUSBドライブのマネージャーが起動する。
Xを押せば消えますが、複数USBドライブがある場合は少し面倒です。

解決法が分かったらまた書きます。また情報もありましたらお待ちしてます。

タグ:VirtualBox
posted by Sun at 00:07| Comment(0) | VirtualBox

2013年02月04日

ffmpeg.exeで音声と映像の分離

ffmpeg.exeで音声と映像の分離

以前紹介したtsMuxerGUIは、なぜか、エンコに入ると、後半ループして関係ない映像までエンコードで出来上がってしまいました。

なので、出来上がった動画にWAVを貼り付けて、最後を探す必要が合ったのですが、今回はきちんと分離できるソフトを見つけました
(正確には教えてもらった)のでこれを紹介します

ffmpegは基本的にコマンドプロンプトで、動かす必要があります。なので、呪文のようなものを入力しないといけません。

まずは、ffmpegのDownloadから、FFmpeg 此処の Download をクリックして FFmpeg Windows Buildsを探してください。

32Bit版と64Bit版の2種類有りますので、どちらか好きな方をDLします

ffmpeg-20130202-git-985e93a-win32-static.7z  
ffmpeg-20130202-git-985e93a-win64-static.7z

のどちらかです、私はWindows7 64Bitを使っていますので、64Bitの方をDownloadしました。

さて、7zの圧縮形式なので、それに対応した解凍ソフトが必要になります。私はWinRARを使っていますのでそのまま解凍出来ました。

解凍したファイルを CドライブにFFmpegというフォルダーを作って中身をコピーします。

コピーしたファイルは bin doc licenses preset README.txt の5種類です。

此処でコマンドプロンプトを立ち上げます、Win7なら

1.右下のスタートをクリックします。

2「プログラムとファイルの検索」に cmd と、入力し、Enter キーを押します。

これで検索結果にcmdが出てくるはずです これをダブルクリックします。

Windows system32 に cmd が入っているので、ショートカットを作って置いても構いません。

cmd (コマンドライン)を起動します。

そして、ffmpeg のあるフォルダに移動します。

移動の仕方は、 cd c:\FFmpeg\bin です cd コマンドで移動出来ます。

さて、移動したら、次に素材を用意します。 日本語が使えないので、例えば、 日曜日の思い出.tsのファイルをomoide01.mp4に改名します。

mpeg4のtsファイルを分離しますので、拡張子はmp4でOKです。

このファイルをDドライブ等に日本語を含めないフォルダに置きます フォルダ名 OMOIDE 等、結果 D:\OMOIDE となります。
ついでに、分離したファイルの格納用フォルダも作っておきます OMOIDE01 結果 D:\OMOIDE\OMOIDE01

後は、映像と音声の分離を行います。コマンドは以下のとおり
(このブログではとすると \ になってしまいますので読み替えて下さい)
映像の分離
ffmpeg -i D:\OMOIDE\omoide01.pm4 -vcodec copy -an D:\OMOIDE\OMOIDE01\omoide01.mp4

音声の分離
ffmpeg -i D:\OMOIDE\omoide01.pm4 -acodec pcm_s16le D:\OMOIDE\OMOIDE01\omoide01.wav
又は、
ffmpeg -i D:\OMOIDE\omoide01.pm4 -acodec pcm_s32le D:\OMOIDE\OMOIDE01\omoide01.wav
です。何が違うかというとpcm_s16le つまり 16Bit にするか 32Bitにするかの違いです。

このコマンドを、コマンドラインにコピーして貼り付けてエンターを押せば映像、音声の分離が出来上がります。

出来上がったファイルは D:\OMOIDE\OMOIDE01\omoide01.mp4 D:\OMOIDE\OMOIDE01\omoide01.wav に出力されているはずです。

これらをエンコードして、出来上がったファイルに名前を付けて、終わりになります。


ffmpeg.exeを使ったGUIを作るとすると、日本語が使えないので、

1,D&Dされたファイルのコピーをリネームして作業フォルダへ
2,作業フォリダでリネームしたファイルを音声、映像に分割
3,分割されたそれぞれのファイルを、元のフォルダーへコピーして再度元の名前に01等を付け変える。
 ’(日曜日の思い出01.mp4 , 日曜日の思い出01.wav)

等の作業が必要になります。

モンスターエナジー ドリンク Monster Energy 355ml缶 48本セット(24本入×2)

新品価格
¥7,200から
(2013/2/4 16:01時点)










posted by Sun at 14:43| 動画関連 for Windows

2013年01月16日

AviUtlで悪戦苦闘 AC3〜WAV変換

AviUtlで悪戦苦闘 AC3〜WAV変換

以前紹介したHagFlashは2GB以上のファイルを映像、音声に分割することはできませんでした。

なので今回は別のソフトtsMuxerGUIを紹介します。

詳しくは以下のサイトで紹介されていますので省きますが、これで分離するとAACAC3という音声ファイルが出力されます
K本的に無料ソフト

実はこのAACAC3ファイル、AviUtlでは読み込むことができません、なんとかWAVファイルに変換してあげる必要があります。
そこで、一通り探したのですが、中々いいのが見つからず、悩んでいた所、あるところから情報が寄せられましてそれを元にして色々試してみました。
(情報を寄せてくださった方に大感謝です)

現在 AAC及びAC3からWAVに変換可能なソフトは私の知る限りでは3種類

1,WavePad
2,Faad Windows版
3,VLC
追加 AC3〜WAV変換
なのですが、以外だったのが、再生以外にも使い道が有ったVLCです。
マルチな再生ソフトで完全無料ので入手も手頃なVLCなのですが、裏ワザ?的な使い方が出来るのでご報告まで
以下の様に設定します



ビットレートを256にしてありますが、AACからWAVに変換した時の適正値のようです。

なので、256と書き込みましたが、他の値をご存知のかたはそれらを入力してください。




以上でACCファイルがWAVファイルに変換されます。
VLCは他にも様々な使い方ができますので、試してみては如何でしょうか。

さて、前回音がずれると少し書きましたが、2時間程の長いファイルとなると、音がずれる現象が発生するようです。

音ズレ対策として

1,AviUtl を使う
2,AViadjst を使う の二通り用意しました。

1のAviUtlを使うは一般的な方法でしょう、音声の位置調整の設定 を動かして、何度も音声のみエンコードを繰り返して適正な位置に合わせるやり方です。
まずは、出来上がったファイルを音と映像にわけます。(AviUtlで出来ます)
映像は、音出力なしで、出力します。
音声はWAV出力でWAV化します。

あとは、映像と音声をAviUtlに入れて、位置調整の設定を動かしながら、音声のエンコードだけを繰り返して適正な位置に合わせます。

上記の方法で音が合わない場合、後半は会うのに前半はズレるなどの問題がある場合 2 の方法をとります。

2,AViadjst を使う
前半は会うのに後半はズレるなどの問題がある場合に有効な手段です。

AViadjst

取扱説明書を読んで実行します。

使い方としては、+ボタンを押して保存 再生確認、 まだズレているようなら + ボタンを押して保存 再生確認

この様な感じです。

Apice アピックス 超音波式アロマ加湿器 【SHIZUKU PLUS 】 モイストホワイト AHD-012-WH

新品価格
¥3,799から
(2013/1/16 17:16時点)






posted by Sun at 15:59| 動画関連 for Windows
プロフィール
Sunさんの画像
Sun
日常の出来事や見つけたアプリ、ソフトなんかの話をしていきたいと思います。
プロフィール
検索
<< 2025年01月 >>
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
最新記事
カテゴリアーカイブ
リンク集