Wierd conversion?
-
- Joined: Tue Feb 06, 2007 5:53 pm
Wierd conversion?
I converted a video from Mpg-4 to Avi. I used the ffmpegsource with vdubmod, but the output video is twice as fast. It's half the length of what it should be. I used the lossless codec. What did i do wrong?
- JaddziaDax
- Crazy Cat Lady!
- Joined: Tue Mar 16, 2004 6:25 am
- Status: I live?
- Location: Somewhere I think O.o
- Contact:
sounds like you didn't set a framerate.... i think you have to do that with ffmpegsource
Stalk me?
https://linktr.ee/jaddziadax
https://linktr.ee/jaddziadax
- LivingFlame
- Joined: Sat May 28, 2005 4:41 pm
- Location: Closer than you think...
- LivingFlame
- Joined: Sat May 28, 2005 4:41 pm
- Location: Closer than you think...
-
- Joined: Tue Feb 06, 2007 5:53 pm
It says there is an open failure.
This is what the code says:
ffmpegsource("C:\Users\Owner\Desktop\Code Geass Hangyaku no Lelouch 24 DVD RAW (x264 704x480 AAC)[3B4B2245]")
AssumeFPS(29.97)
Or do i put it all in one line?
like this:
ffmpegsource("C:\Users\Owner\Desktop\Code Geass Hangyaku no Lelouch 24 DVD RAW (x264 704x480 AAC)[3B4B2245]") AssumeFPS(29.97)
This is what the code says:
ffmpegsource("C:\Users\Owner\Desktop\Code Geass Hangyaku no Lelouch 24 DVD RAW (x264 704x480 AAC)[3B4B2245]")
AssumeFPS(29.97)
Or do i put it all in one line?
like this:
ffmpegsource("C:\Users\Owner\Desktop\Code Geass Hangyaku no Lelouch 24 DVD RAW (x264 704x480 AAC)[3B4B2245]") AssumeFPS(29.97)
- LivingFlame
- Joined: Sat May 28, 2005 4:41 pm
- Location: Closer than you think...
- LivingFlame
- Joined: Sat May 28, 2005 4:41 pm
- Location: Closer than you think...
Uh, I don't know what to tell you. That should work. All it has to be is:
That works perfectly fine for me.
Is that file path what's in your script? Usually the desktop would be through C:\Documents and Settings\User\Desktop.
Code: Select all
ffmpegsource("file_path.ext")
AssumeFPS(#)
Is that file path what's in your script? Usually the desktop would be through C:\Documents and Settings\User\Desktop.
... yea ...