Author Topic: Play a video  (Read 3071 times)

Offline THurrle

  • Full Member
  • ***
  • Posts: 141
    • View Profile
Play a video
« on: August 10, 2014, 03:31:02 AM »
I converted a video clip but when I try to put it on my mega tree I get nothing but 1 still picture. I have frames from 0-719 all less than 1kb each. How to I get this to work? I watched the video but it is an old one frame number into it. Not sure if there is a new version that shows how it is done.

Also when trying to save the conversion no matter what I try it saves in notebook. Not sure how I saved the original one I have but trying to convert new ones is not working.
Sean??
Thanks
Terry

Offline sean

  • Administrator
  • Hero Member
  • *****
  • Posts: 1727
    • View Profile
    • Xlights and Nutcracker Forum
Re: Play a video
« Reply #1 on: August 10, 2014, 07:41:19 AM »
U must give the movie-1.jpg as the first frame, not movie-0.jpg.

Originally I was looking for the "...-0,jpg" to indicate a movie. Code changed last summer.

Thanks
Sean
Littleton, CO
Latest releases http://nutcracker123.com/nutcracker/releases
xLights/Nutcracker Forum http://nutcracker123.com/forum/index.php
Fbook [url=https://www.facebook.com/groups/62

Offline THurrle

  • Full Member
  • ***
  • Posts: 141
    • View Profile
Re: Play a video
« Reply #2 on: August 10, 2014, 08:06:48 AM »
Thanks Sean,

That worked but it just keeps playing that frame over and over not the movie clip. I ow I am just doing it wrong. This what I uploaded to my tree. I am trying to get the entire clip to play.
Terry

Offline sean

  • Administrator
  • Hero Member
  • *****
  • Posts: 1727
    • View Profile
    • Xlights and Nutcracker Forum
Re: Play a video
« Reply #3 on: August 10, 2014, 03:52:32 PM »
Can u post the file name of the fist frame? It must in a dash and a number to be recognized as a movie
Sean
Littleton, CO
Latest releases http://nutcracker123.com/nutcracker/releases
xLights/Nutcracker Forum http://nutcracker123.com/forum/index.php
Fbook [url=https://www.facebook.com/groups/62

Offline THurrle

  • Full Member
  • ***
  • Posts: 141
    • View Profile
Re: Play a video
« Reply #4 on: August 11, 2014, 03:56:21 AM »
Is this what you need?

C:\Users\Terry\Documents\Vixen 2.1.1.0\Sequences\Movies\o_71ac42d5772a7954-1.jpg

Offline THurrle

  • Full Member
  • ***
  • Posts: 141
    • View Profile
Re: Play a video
« Reply #5 on: August 11, 2014, 05:38:06 PM »
I saw your other video on the other site and it was good. I could not see the box you got when you opened DOS.  I don't understand getting into that part of the computers.I tried to enlarge the screen but it was not readable on my screen. Not sure I will get this video project working at this point but thanks for helping.
Terry

Offline sean

  • Administrator
  • Hero Member
  • *****
  • Posts: 1727
    • View Profile
    • Xlights and Nutcracker Forum
Re: Play a video
« Reply #6 on: August 11, 2014, 06:04:41 PM »
you click the START button on windows &/8, then enter "cmd" into the box at the bottom.

you then run the convert. i had a movie in my videos directory called frozen.mp4
to convert the movie i typed

cd \users\sean\videos
ffmpeg -i frozen.mp4 -s 50x50 f-%d.jpg

now i select the first frame, "f-1.jpg", using the pictures effect
Sean
Littleton, CO
Latest releases http://nutcracker123.com/nutcracker/releases
xLights/Nutcracker Forum http://nutcracker123.com/forum/index.php
Fbook [url=https://www.facebook.com/groups/62

Offline THurrle

  • Full Member
  • ***
  • Posts: 141
    • View Profile
Re: Play a video
« Reply #7 on: August 12, 2014, 06:08:47 AM »
Sean,
It took a while but I got it to work. 5200+ frames on this clip. Now I just have to tweak the sequence a bit and it is done. I do appreciate your patience with people like me who don't have a lot of computer knowledge when it comes to doing these type of things on a pc. I have documented all of this information for the future until I get used to doing it.
Terry

Offline sean

  • Administrator
  • Hero Member
  • *****
  • Posts: 1727
    • View Profile
    • Xlights and Nutcracker Forum
Re: Play a video
« Reply #8 on: August 12, 2014, 08:47:49 AM »
Sean,
It took a while but I got it to work. 5200+ frames on this clip. Now I just have to tweak the sequence a bit and it is done. I do appreciate your patience with people like me who don't have a lot of computer knowledge when it comes to doing these type of things on a pc. I have documented all of this information for the future until I get used to doing it.
Terry

Maybe your documentation can be shared? If it is in a from i can post, ill put it on this website
thanks
sean
Sean
Littleton, CO
Latest releases http://nutcracker123.com/nutcracker/releases
xLights/Nutcracker Forum http://nutcracker123.com/forum/index.php
Fbook [url=https://www.facebook.com/groups/62

Offline THurrle

  • Full Member
  • ***
  • Posts: 141
    • View Profile
Re: Play a video
« Reply #9 on: August 12, 2014, 05:21:58 PM »
I just watched the video you made again. I just sed it when I needed to do something. I was able to put it on another computer and could see the screen better. I will try to document what I did. Pretty much what you say to do.