Visualizzazione post con etichetta video. Mostra tutti i post
Visualizzazione post con etichetta video. Mostra tutti i post

venerdì 6 maggio 2011

Video proiettori "da taschino"

Breve elenco di alcuni videoproiettori da taschino che ho trovato interessanti



Nome Peso Lumen SchedeHdmi VGA Prezzo Link
Acer C20 Travel 166 gr 20 microSD + USB X X 276 http://cgi.ebay.it/Videoproiettore-Acer-C20-TRAVEL-PICO-WVGA-NUOVO-/140534270817?pt=Proiettori_e_Videoproiettori&hash=item20b87ecb61#ht_3270wt_905
Optoma PICO PK201 160 gr 20 boh X X 271 http://cgi.ebay.it/IPT-553V-Videoproiettore-DLP-Optoma-PICO-PK201-20-ANSI-/370503923752?pt=Proiettori_e_Videoproiettori&hash=item5643c13828#ht_6483wt_1178
Samsung Videoproiettore SP-P400BX 900 gr 150 boh X 372 http://cgi.ebay.it/Samsung-Videoproiettore-SP-P400BX-/400063045943?pt=Proiettori_e_Videoproiettori&hash=item5d259da137#ht_3427wt_905
OPTOMA Videoproiettore Pico PK102 118 gr 10 boh
X 156 http://cgi.ebay.it/APT-9Z9I-Videoproiettore-Compatto-DLP-Optoma-PICO-PK102-/300471289414?pt=Proiettori_e_Videoproiettori&hash=item45f57c0646#ht_6169wt_1139
OPTOMA Videoproiettore Pico PK301 250 gr 50 micro sd X X 335 http://cgi.ebay.it/OPTOMA-Videoproiettore-Pico-PK301-/180581582351?pt=Proiettori_e_Videoproiettori&hash=item2a0b80460f#ht_4203wt_905
ACER Videoproiettore K11 550 gr 200 sd sdhc + USB X X 310 http://cgi.ebay.it/ACER-Videoproiettore-K11-/310256183354?pt=Obiettivi&hash=item483cb5a83a#ht_3738wt_905
Samsung Pico Proiettore Ultra Portatile SP-H03 - SP0351VBX 170 gr 30 microsd + USB
X 228 (con 4gb microsd) http://cgi.ebay.it/SAMSUNG-Mini-proiettore-LED-SP-H03-Scheda-microSD-4-G-/180584885696?pt=Proiettori_e_Videoproiettori&hash=item2a0bb2adc0


Come è andata a finire!


Alla fine ho scelto l'acer C20 e devo dire che sono pienamente soddisfatto.

Ero propenso anche per il samsung SP-H03,
la connessione HDMI ha fatto pendere l'ago della bilancia verso il C20 e devo dire che sono pienamente soddisfatto.

Con un po' di buio (abbassando le tapparelle ad esempio) si riesce a proiettare di giorno da una distanza di 3m e quindi si hanno i circa 66 pollici di schermo, senza abbassare le tapparelle si deve stare ad una distanza di un metro o poco più e quindi si ha uno schermo che va dai 20 ai 30 pollici.

La durata delle batterie in modalità ECO facendo riprodurre all'ACER il video (un avi da 640x480) è di 1 ora e 15 minuti.

Adesso devo provarlo collegandolo ad una sorgente esterna.

In modalità standard la durata della batteria dimezza.

Una cosa che non mi è piaciuta è la mancanza nella confezione di un cavetto per la connessione video stardard composito cioè quello con i tre spinotti rosso, bianco e giallo.
Nella scatola c'è il cavo per connettere il PC tramite la VGA e due cavetti USB, uno per collegarlo al PC e l'altro per fargli leggere dei supporti esterni: chiavetta usb ecc...

Ho dovuto acquistare sia il cavo HDMI (attenil C20 ha una mini HDMI) sia il cavo composito (attenzione il C20 ha jack video jack da 2,5mm), adesso però sono pienamente soddisfatto e con un'altro cavetto video da 3,5mm a 2,5mm collego il mio telefonino Nokia direttamente al proiettore.

Il prezzo a cui l'ho acquistato è stato di 200 euro con le spese di spedizione e devo dire che è bello avere a portata di mano un proiettore che pesa 160gr.


sabato 26 settembre 2009

Video per Nokia N95 altro metodo




Ho trovato un'altro interessante programma per convertire i video: WINFF.
Questo non è altro che un'interfaccia grafica per il "convertitore" a linea di comando FFMPEG.
Il programma si può scaricare a questo indirizzo:
http://winff.org

oppure in versione "portatile" che quindi non necessita di installazione a questo indirizzo:
http://www.winpenpack.com/main/download.php?view.1093
su
www.winpenpack.com
un bellissimo sito contenente delle stupende raccolte di sofware "freeware portabile" cioè che si possono mettere comodamente su penne USB ed utilizzare senza installarle sul sistema


Il programma è semplicissimo da utilizzare, basta indicare il file da convertire, selezionare il preset desiderato, premere il bottone CONVERTI e fa tutto da solo.
E' anche molto veloce.

Volevo solo segnalare questo preset che ho provato sul mio nokia N95 e che funziona bene anche con il lettore freeware "DivX Mobile" che trovate a questo indirizzo.
http://labs.divx.com/MobileCommunity

Il formato in uscita è un XVID 320x240 con framerate 15 fps a 320 kbps e audio in mp3 96kbps stereo a 44100Hz, il volume in uscita è aumentato con il parametro

Riga di comando:
-f avi -r 15 -vcodec libxvid -s 320x240 -b 320kb -aspect 4:3 -acodec libmp3lame -ab 96kb -ar 44100 -ac 2 -vol 640


NOTE
Questo è quello che serve per convertire i video con FFMPEG le informazioni le ho trovate a questo LINK:
http://nothings.org/remote/ffmpeg.txt
What you actually need to know to use ffmpeg:

# convert "yoursourcefile" to "youroutputfile", using 4mbit/s xvid and 192kbit/s mp3
ffmpeg -i yoursourcefile -vcodec libxvid -b 4000000 -acodec libmp3lame -ab 192000 youroutputfile

# as above, but rescale it
ffmpeg -i yoursourcefile -s 640x480 -vcodec libxvid -b 4000000 -acodec libmp3lame -ab 192000 youroutputfile

# same as first, but use VBR with quality '8' (fixed quality setting, so bitrate varies to meet that quality setting)
ffmpeg -i yoursourcefile -vcodec libxvid -qscale 8 -acodec libmp3lame -ab 192000 youroutputfile

# same as first, but pass through the audio unchanged
ffmpeg -i yoursourcefile -vcodec libxvid -b 4000000 -acodec copy youroutputfile

# as above, but no audio
ffmpeg -i yoursourcefile -vcodec libxvid -b 4000000 -an youroutputfile

# similarly, audio but no video
ffmpeg -i yoursourcefile -vn -acodec libmp3lame -ab 192000 youroutputfile

# get a list of compression formats and output file types
ffmpeg -formats


Breaking it down with each option / set of options separately (this is what the ffmpeg usage should actually look like):

Command:
ffmpeg

Input file:
-i yoursourcefile

Optional rescaling
-s 640x480

Video conversion (choose one)
-vcodec libxvid -b 4000000 (CBR bitrate=4000Mb/s)
-vcodec libxvid -qscale 8 (VBR quality=8 -- arbitrary number, try different values)
-vcodec copy
-vn

Audio conversion (choose one)
-acodec libmp3lame -ab 192000
-acodec copy
-an

Output file (this name appears on the line without an option before it)

youroutputfile



Altre informazioni su FFMPEG
A questo link
http://electron.mit.edu/~gsteele/ffmpeg/


Making movies from image files using ffmpeg/mencoder

Motivation

In my research, I often generate a sequence of images from either my experiment or from a simulation that I want to put together into a movie. Since I use linux, I wanted to do this using free software in linux, and I wanted to be able to play the movie in linux. This webpage outlines what I've learned about how to do this in linux using mencoder or ffmpeg to create high quality files that are well compressed and the play well under all operating systems.

The movies are going to be non-standard size (usually square, around 200x200 pixels for me), and have a non-standard frame rate: typcially, my movies may only be 10 frames, so I don't want to run it at 30 fps.

The details

We want to encode to some kind of relatively portable movie format. ffmpeg and mencoder both do this using the libavcodec library developed as part of ffmpeg. The codec options from the mencoder man page include:

      vcodec=
Employ the specified codec (default: mpeg4).
mjpeg
Motion JPEG
ljpeg
Lossless JPEG
h263
H.263
h263p
H.263+
mpeg4
MPEG-4 (DivX 4/5)
msmpeg4
DivX 3
msmpeg4v2
MS MPEG4v2
wmv1
Windows Media Video, version 1 (AKA WMV7)
wmv2
Windows Media Video, version 2 (AKA WMV8)
rv10
an old RealVideo codec
mpeg1video
MPEG-1 video
mpeg2video
MPEG-2 video
huffyuv
HuffYUV
asv1
ASUS Video v1
asv2
ASUS Video v2
ffv1
FFmpeg's lossless video codec

ffmpeg supports an even larger list of output codecs and container formats.

MPEG-1 and MPEG-2 streams are no good, since the frame rate is locked to 29.97 or 25 FPS. For an excellent overview of some of the common open-standard compression methods, see this page.

(Note: "open" standard only means that the specifications aren't some undocumented industry secret. It does not mean, however, that the formats are not entrenched with patent issues, which mpeg4, and even mpeg1 and mpeg2, most certainly are...You take what you can get, though.)

MJPEG would seem to be a good option, except that the files that we get seem to be incompatible with windows media player for some reason (at least with files encoded with mencoder). MJPEG supports arbitrary frame rates, but the movies files could get large if you have a lot of frames since it doesn't use temporal coding.

MPEG-4 is the best option. The mpeg4 stream can be stored in either in the .avi or .mp4 (quicktime) container file: it can support high levels of lossy compression to keep file sizes small and also supports arbitrary frame rates. It is also translates much more easily to other platforms than wmv1 or wmv2.

mencoder only supports avi file containers, which is a pity since the quicktime widgets looks nicer, and the .mp4 container format has fewer issues with compatibility (there are some fourcc issues with .avi: this container file format issue is the only reason why the mpeg4 streams inside avi files from DiVX, xvid, ..., codecs are incompatible! How stupid is that?)

Note also that mencoder (at least version 1.0pre6-3.3.3 does) will barf if we use anything other than jpeg files as our input, so we should convert all our images to jpeg's with 100% quality to avoid any quantization loss at this stage:

 $ for f in *ppm ; do convert -quality 100 $f `basename $f ppm`jpg; done 

With mencoder, we can use the vbitrate option to set the degree of lossy compression. Note that the default mpeg4 option will add a "DivX" logo to the movie when playin in windows media player, so we prefer to use one of the other mpeg4 encoders, such as msmpeg4 or msmpeg4v2. The commmand line I've used is:

mencoder "mf://*.jpg" -mf fps=10 -o test.avi -ovc lavc -lavcopts vcodec=msmpeg4v2:vbitrate=800 

We can also use ffmpeg directly to encode the images files into a movie. If we start with files name 001.jpg, 002.jpg, ..., we can use:

ffmpeg -r 10 -b 1800 -i %03d.jpg test1800.mp4

This works very well, and is nice because ffmpeg is included in debian! My only complaint is that with ffmpeg is that you have to be careful that all the files are named sequentially. For example, for a long time, I was missing 015.jpg, which caused it to encode only 15 frames. To get it to work, I had to rename the files so that there were no gaps in the file numbers. The .mp4 files encoded this way will play fine with quicktime under windows, which I peronally prefer over media player, and which will never show the stupid DiVX logo, since it's doesn't use the braindead avi container. (see rant above...)

How do the file sizes compare?

Image files:

Initial ppms: 6.9 MB

Initial jpgs: 8.0 MB (100% quality)

Movies (10 frames per second): avi files are encoded using mspeg4v2, mp4 files are done using the ffmpeg default (mpeg4).

1500 test1800.avi
900 test800.avi
528 test400.avi

1748 test1800.mp4
860 test800.mp4
504 test400.mp4
324 test200.mp4
264 test100.mp4

At 1800 kbits/sec, the quality is excellent, with no noticeable motion artifacts. 800 is very good, but at 400, the motion artifacts become quite noticeable.

Other useful stuff:

  • Get a thumbnail from a movie using ffmpeg:

    ffmpeg -i test.mp4 -f singlejpeg -t 0.001 test.jpg
  • Movies can be embedded in pdf documents using latex! Use the style file movie15.sty. This is really cool!

    Check out this file for an example (latex source file is available here). More info about how to do this is avilable from this website.

    The movies will play fine under windows using acroread 7.0. Under linux, if you install acrobat reader 7.0 for linux, you can save the embedded movies to disk and play them form there.

domenica 9 novembre 2008

Packard Store & Play 3500: come attivare i sottotitoli


Sottotitoli
Dritta recuperata a questo indirizzo



ciao a tutti!

Molte rogne di questa scatoletta non le saprei proprio risolvere ma almeno una dritta ve la posso dare:
attivare i sottotitoli.

Dunque, l'estensione è .srt.
Il file .avi e .srt debbono avere lo stesso nome e trovarsi nella stessa cartella.
Fin qui niente di nuovo.
Ma il quibus sta nel fatto che il file .srt deve essere in formato "unicode".
Quindi, occorre aprirlo con il Blocco Note, cliccare su "salva come" e optare su "unicode" nulla finestra "codifica".
Il file così sovrascritto va salvato nella cartella in cui si trova il file .avi.
A questo punto, basta avviare il file .avi e premere il tasto sottotitoli sul telecomando, oppure posizionarsi sul film e premere il tasto "search" nell'angolo in basso a destra del telecomando.
Ho provato ieri sera e funziona!




martedì 2 settembre 2008

Video per nokia n95 o symbian s60 3rd


Da qui
http://labs.divx.com/MobileCommunity
potete scaricare il player

DivX Mobile Player

mentre scrivo la versione è la "Version 0.90 (29-Apr-2008)"

mentre con SUPER al seguente link:
http://www.erightsoft.com/Superdc.html

Potete convertire i filmati come descritto nel seguente articolo che riporto:
http://www.s60tips.com/2007/01/10/converting-your-movies-to-divx-player/

  • Output container: avi
  • Output video codec: MPEG-4 (puoi scegliere anche DivX o XviD)
  • Output audio codec: MP3
  • Encoder: FFMPEG
  • Video
    • Video scale size: 320×240
    • Aspect: 4:3
    • Frame/sec: 15 (puoi scegliere un frame frame/sec più alto, e.g. 25, per una miglior qualità video)
    • Bitrate kbps: 336 (scegliendo un bit rate più alto i filmati possono scattare)
  • Audio
    • Sampling freq: 22050
    • Channels: 2
    • Bitrate kbps: 56
  • Premi Encode (Active Files) per iniziare la trascodifica. Quando SUPER chiede il tipo di FourCC, scegli XviD.
OK. Adesso hai il video in DivX . Copialo sul tuo telefonino e divertiti….


Per visualizzare il video con realplayer potete utilizzare i seguenti parametri per avere un video tipo quello di Spiderman 3 del nokia N95 8G.

I parametri li ho trovati al seguente link:
http://www.cellularmagazine.it/blog/2008-01-19/convertiamo-filmati-per-nokia-n95-8gb/

Parametri:

Punto 1 Select the Output container selezionate Apple -ipod
Punto 2 Select the Output video codec selezionate H.264/AVC formato ottimizzato per i nostri nokia
Punto 3 Select the Output Audio codec selezionate AAC

VIDEO
Video Scale size 320×240
Aspect 4:3 o 16:9 in base al tipo di film
Frame/sec 25
Bitrate kbps 480 se aumentate molto questo valore il video non potrebbe essere supportato,480 è già sufficientemente alto come valore.



AUDIO
Sampling Freq 44100
Channels 2
Bitrate kbps 64 ottimo audio in cuffia e con altoparlante
Dvd language… Default

I video avranno un’ ottima qualità visiva e sonora partendo da un adeguata base.Non pensate di migliorare un video se questo video di partenza è di scarsa qualità.
Le dimensioni del file sono generose (spiderman 1GB) ma con l’ampia memoria a disposizione il problema non si pone!

Buona Visione!

PS
Se non avete tempo di convertire i vostri dvix in questo formato,consiglio coreplayer che permette di visualizzare dvix non ridimensionati direttamente sul cellulare.

Mille grazie ad Andre1897, per eventuali commenti riferitevi al nostro forum, siamo sempre a disposizione per fare quattro chiacchere con voi sull’argomento!