π
<-

convert des films (EN +FR)

:32tins: :32tinsktpb: :32tinsktpn: :32tinscas: :32tinstpkc: :32tinstpktpb: :32tinstp: :32tinscastp: :32tinscmc: :32tinscx: :32tinscxcas:

convert des films (EN +FR)

Unread postby sportler1993 » 29 Oct 2012, 18:30

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
Last edited by sportler1993 on 29 Oct 2012, 21:36, edited 3 times in total.
User avatar
sportler1993
Niveau 4: MC (Membre Confirmé)
Niveau 4: MC (Membre Confirmé)
Level up: 56%
 
Posts: 13
Joined: 19 Sep 2012, 17:18
Location: Switzerland
Gender: Male
Calculator(s):
MyCalcs profile

Re: convert des films

Unread postby Adriweb » 29 Oct 2012, 18:34

Could you post that in English, it would be better than this french, and we do understand English anyway :)

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
My calculator programs
Mes programmes pour calculatrices
User avatar
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Level up: 79.9%
 
Posts: 14840
Images: 1133
Joined: 01 Jun 2007, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Twitter: adriweb
GitHub: adriweb

Re: convert des films (EN +FR)

Unread postby Hayleia » 30 Oct 2012, 08:06

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 ;)

Image
ImageImageImage
Pokemon Topaze (Axe) discussion and download links here
(19:29:36) noelnadal: plus sérieusemen​t, j'ai très peu de problèmes
(22:45:44) Clifward: J'aime rire du malheur des autres :troll:

(2017.11.18 - 17:07:12) Fireworks: Hayleia !!!!!
(2017.11.18 - 17:07:19) TI-Bot: Fireworks has been logged out (Kicked).
(2017.11.18 - 17:07:22) TI-Bot: Ban of user Fireworks revoked.
(2017.11.18 - 17:07:25) TI-Bot: Fireworks logs into the Chat.
(2017.11.18 - 17:07:28) Fireworks: <3
(2017.11.18 - 17:07:31) Fireworks: 208
User avatar
HayleiaGénéreux
Niveau 17: GM (Grand Maître des calculatrices)
Niveau 17: GM (Grand Maître des calculatrices)
Level up: 43.8%
 
Posts: 2509
Images: 2
Joined: 30 Aug 2011, 08:22
Gender: Not specified
Calculator(s):
MyCalcs profile
Class: Templar

Re: convert des films (EN +FR)

Unread postby sportler1993 » 04 Nov 2012, 10:26

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.
User avatar
sportler1993
Niveau 4: MC (Membre Confirmé)
Niveau 4: MC (Membre Confirmé)
Level up: 56%
 
Posts: 13
Joined: 19 Sep 2012, 17:18
Location: Switzerland
Gender: Male
Calculator(s):
MyCalcs profile

Re: convert des films (EN +FR)

Unread postby Hayleia » 04 Nov 2012, 12:06

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"

Image
ImageImageImage
Pokemon Topaze (Axe) discussion and download links here
(19:29:36) noelnadal: plus sérieusemen​t, j'ai très peu de problèmes
(22:45:44) Clifward: J'aime rire du malheur des autres :troll:

(2017.11.18 - 17:07:12) Fireworks: Hayleia !!!!!
(2017.11.18 - 17:07:19) TI-Bot: Fireworks has been logged out (Kicked).
(2017.11.18 - 17:07:22) TI-Bot: Ban of user Fireworks revoked.
(2017.11.18 - 17:07:25) TI-Bot: Fireworks logs into the Chat.
(2017.11.18 - 17:07:28) Fireworks: <3
(2017.11.18 - 17:07:31) Fireworks: 208
User avatar
HayleiaGénéreux
Niveau 17: GM (Grand Maître des calculatrices)
Niveau 17: GM (Grand Maître des calculatrices)
Level up: 43.8%
 
Posts: 2509
Images: 2
Joined: 30 Aug 2011, 08:22
Gender: Not specified
Calculator(s):
MyCalcs profile
Class: Templar


Return to Problèmes divers / Aide débutants

Who is online

Users browsing this forum: No registered users and 6 guests

-
Search
-
Social TI-Planet
-
Featured topics
Comparaisons des meilleurs prix pour acheter sa calculatrice !
"1 calculatrice pour tous", le programme solidaire de Texas Instruments. Reçois gratuitement et sans aucune obligation d'achat, 5 calculatrices couleur programmables en Python à donner aux élèves les plus nécessiteux de ton lycée. Tu peux recevoir au choix 5 TI-82 Advanced Edition Python ou bien 5 TI-83 Premium CE Edition Python.
Enseignant(e), reçois gratuitement 1 exemplaire de test de la TI-82 Advanced Edition Python. À demander d'ici le 31 décembre 2024.
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
1234
-
Donations / Premium
For more contests, prizes, reviews, helping us pay the server and domains...
Donate
Discover the the advantages of a donor account !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partner and ad
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
2811 utilisateurs:
>2747 invités
>57 membres
>7 robots
Record simultané (sur 6 mois):
7582 utilisateurs (le 25/06/2025)
-
Other interesting websites
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)