Page 1 of 1

convert des films (EN +FR)

Unread postPosted: 29 Oct 2012, 18:30
by sportler1993
J'ai un problèm.
Je conais pas convert un wmf. fichie dans un nmp. format.
L' automatic program pour se marche sur mon ordinateur.
queand je cliquer sur lui je connais choisi mon film et après je donne mon noveaux fichie un nom.
Mais se nouveaux fichier n'été pas dans l'ordinateur "output" à quelle qu' un le quelle problème et peut-être une solution?

Merci pour les replies

I have a problem
I can't convert a wmf. document in a nmp. document
The automatic program for this run on my computer.
If i click on him, I can coose my film and after this i can give my new film a name.
But this new document isn't in the dossier "output"on my computer. Have somebody the same problem and perhaps un solution?

Thank you for the answers

Re: convert des films

Unread postPosted: 29 Oct 2012, 18:34
by Adriweb
Could you post that in English, it would be better than this french, and we do understand English anyway :)

Re: convert des films (EN +FR)

Unread postPosted: 30 Oct 2012, 08:06
by Hayleia
sportler1993 wrote:Have somebody the same problem and perhaps un solution?

I have the exact same problem. Everything seems to work but then, nothing appears in the Output folder.

I "have" a solution: convert the movie "by hand" using the command prompt.
_____

-Read this tutorial as a whole before starting to know which folders you need to create

-Open a command prompt in the folder where you have "ffmpeg"
(to open a command prompt in a certain folder, open this folder then right-click while pressing shift somewhere in the blank space and select "open a command prompt here")


-Type this command in it:
ffmpeg -i "path to movie" -s qvga -an -r 15 "path to the outputted frames folder\frame-%05d.jpg"
For example, type this:
ffmpeg -i "F:\II.mp4" -s qvga -an -r 15 "C:\Users\Me\Desktop\Finally\Output\Frames\frame-%05d.jpg"

-Close the command prompt and open another one in the folder where you have "moviecompile"

-Type this command in it:
moviecompile "path to the outputted frames folder" "path to the outputted movie folder\Movie.nmp.tns" 15 [-v]
For example, type this:
moviecompile "C:\Users\Me\Desktop\Finally\Output\Frames" "C:\Users\Me\Desktop\Finally\Output\Movie\Movie.nmp.tns" 15 [-v]
_____

You should now see Movie.nmp.tns in your outputted movie folder :)
All credits for this tutorial go to Xacto. I only understood how to use ffmpeg and moviecompile by looking at his automated scripts ;)

Re: convert des films (EN +FR)

Unread postPosted: 04 Nov 2012, 10:26
by sportler1993
Thank you:D

With this tipp i can convert and look films. But its very hardcore to tip the comando prompt with out fault.
You must look on every little thing inckuding the (holes).
My film is a bit slower than the original. But with ndless it works a bit faster.

Re: convert des films (EN +FR)

Unread postPosted: 04 Nov 2012, 12:06
by Hayleia
sportler1993 wrote:With this tipp i can convert and look films. But its very hardcore to tip the comando prompt with out fault.

You can copy paste to avoid mistakes ;)

Also, another tip (already mentionned in another topic but in French so maybe you didn't see it). For now, your videos are converted using jpeg compression, so they are small but the quality of the image is not the best.
If you don't mind about space but want the best quality, I suggest you to use the sameq option in ffmpeg. Just replace the first command by this one:
ffmpeg -i "path to movie" -s qvga -an -sameq -r 15 "path to the outputted frames folder\frame-%05d.jpg"