VideoHelp Forum




+ Reply to Thread
Page 2 of 3
FirstFirst 1 2 3 LastLast
Results 31 to 60 of 66
  1. Member
    Join Date
    Oct 2009
    Location
    United States
    Search Comp PM
    Originally Posted by Comfort Addict
    Originally Posted by n00bNeedsHelp
    The Audio compression menu item is greyed out.
    Select "Full Processing Mode" in the Audio menu.
    That did it. Thanks
    Quote Quote  
  2. ^ Yes, thanks comfort addict

    Select full processing mode in the audio menu
    Quote Quote  
  3. Member
    Join Date
    Oct 2009
    Location
    United States
    Search Comp PM
    looking good... saved a avi that's working great and tiny file size.

    Now to try mpeg4modifier...
    Quote Quote  
  4. Member
    Join Date
    Oct 2009
    Location
    United States
    Search Comp PM
    mpeg4modifier is telling me that it is already unpacked

    Packed bitstream: No
    Quote Quote  
  5. ok, I forgot you used no b-frames....that makes sense! sorry false alarm!
    Quote Quote  
  6. Member
    Join Date
    Oct 2009
    Location
    United States
    Search Comp PM
    Cannot append segment "L1.avi": The video streams have incompatible data formats.

    (Mismatch detected in opaque codec data at byte 21 of the format data.)
    Quote Quote  
  7. Try avidemux

    Open the 1st file, then file=>append select main video

    Set video & audio to "copy" , format to "avi", press save and enter extension (e.g. "mynewvideo.avi")

    If that doesn't work, use mpeg4modifier to change the user data to match DivX versions

    e.g. DivX503b etc. etc..
    Quote Quote  
  8. Member
    Join Date
    Oct 2009
    Location
    United States
    Search Comp PM
    IT WORKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Thanks for your help!!!!

    When the video is done I'll post a link for you to check it out.
    Quote Quote  
  9. Member
    Join Date
    Oct 2009
    Location
    Amsterdam
    Search Comp PM
    What about converting the second file in vdub using the same settings as for the intro before appending... Or would it cause quality loss ?
    Quote Quote  
  10. Originally Posted by Comfort Addict
    What about converting the second file in vdub using the same settings as for the intro before appending... Or would it cause quality loss ?
    Yes would incur some quality loss , but that would have been the next plan if the append using the various "tricks" didn't work (or reencode the whole thing in 1 step, using the avisynth script to join)

    In my experience, vdub is more "finicky" than avidemux for appending. Even simple things like header information can screw up the append
    Quote Quote  
  11. Member
    Join Date
    Oct 2009
    Location
    United States
    Search Comp PM
    Here is the vid you helped create.

    It is full of inside jokes about the game Duels.com.

    There's a player named The Unbeatable Larry who accidentally created his avatar as a female. In his quest to correct his gender other players had some fun and told him he would require a certain amount of fictional material called Noblestone:Coal. Larry's journey brings him to the offices of the game's creators who have recently abandoned their games.

    http://www.youtube.com/watch?v=gAOWhvNexrs

    WARNING - video does have naughty language.

    Thanks again for your help!
    Quote Quote  
  12. Member
    Join Date
    Oct 2009
    Location
    United States
    Search Comp PM
    New question:

    Is there a way for avisynth to move around a picture like a slide show does?
    I want to be able to pan across the still images in the intro.
    I just need a hint on what the command is, then I can look it up and hopefully find an example I can copy.

    Thanks
    Quote Quote  
  13. Member
    Join Date
    Jul 2009
    Location
    Spain
    Search Comp PM
    Originally Posted by n00bNeedsHelp
    Is there a way for avisynth to move around a picture like a slide show does?
    I want to be able to pan across the still images in the intro.
    I just need a hint on what the command is, then I can look it up and hopefully find an example I can copy.
    There is no built-in Avisynth function to do this explicitly, but it can be done by applying Animate to any of the resizers, dynamically changing the resizer parameters to select a different part of the image for each frame.

    Alternatively, you could look at the Zoom plugin or the KenBurnsEffect function.
    Quote Quote  
  14. Member
    Join Date
    Oct 2009
    Location
    United States
    Search Comp PM
    Thanks

    Which folder do I unzip the zoom zip into?
    AviSynth 2.5/plugins?
    AviSynth 2.5\FilterSDK\include?
    or some files in one place and some in another?
    Should the avisynth.h in the zip overwrite the avisynth.h in AviSynth 2.5\FilterSDK\include?

    Then I copy the code for KenBurnsEffect(), ZoomBox(), ZoomBoxIt(), CalcBox() into the avs file?
    Or do I add them to some other file where I can call them from the avs file?

    Thanks
    Quote Quote  
  15. Member
    Join Date
    Jul 2009
    Location
    Spain
    Search Comp PM
    You only need zoom.dll from the zoom zip - the other files (including avisynth.h) are source files, for reference only, but you probably want to look at the documentation in zoom.txt.
    The simplest thing is to unzip zoom.dll into AviSynth 2.5\Plugins, that way it will be loaded automatically by Avisynth. However, you can put it anywhere and load it explicitly with LoadPlugin if you want.

    The KenBurnsEffect code can be copied into your avs file if you like, but it's probably tidier to put them in a separate file and use Import to make them available to your script - that way you can reuse them more easily in other scripts.
    Quote Quote  
  16. Member
    Join Date
    Oct 2009
    Location
    United States
    Search Comp PM
    New problem - back to the original one.

    I just made an intro with exactly 20 seconds of mp3 intro. This worked fine for my first 2 videos but now there is a problem with the 3rd.

    If I play the intro3.avi it's fine. It's perfect.

    But once I append the movie and watch it the intro plays about one extra second of the mp3 at the end - that is, right at the transition from intro to movie you hear the first second or half second of the mp3 repeated.

    example "Some blah blah blah blah ----------------------------- blah blah blah End Some" movie starts

    What do I do to prevent that?

    Thanks
    Quote Quote  
  17. Member
    Join Date
    Oct 2009
    Location
    United States
    Search Comp PM
    bump for help plz
    Quote Quote  
  18. Member
    Join Date
    Jul 2009
    Location
    Spain
    Search Comp PM
    Are the video and audio durations of intro3.avi (as shown by GSpot or MediaInfo) the same?
    Is the MP3 CBR or VBR?

    What program are you using to append the intro to the movie?
    If using Avisynth, post your script here.
    Quote Quote  
  19. Member
    Join Date
    Oct 2009
    Location
    United States
    Search Comp PM
    Format : MPEG Audio
    File size : 313 KiB
    Duration : 20s 35ms
    Overall bit rate : 128 Kbps
    Genre : Blues

    Audio
    Format : MPEG Audio
    Format version : Version 1
    Format profile : Layer 3
    Duration : 20s 35ms
    Bit rate mode : Constant
    Bit rate : 128 Kbps
    Channel(s) : 2 channels
    Sampling rate : 44.1 KHz
    Resolution : 16 bits
    Stream size : 313 KiB (100%)


    I did the append with Avidemux
    Quote Quote  
  20. Your audio and video probably don't match lengths. You probably have flush ends on the ones that worked, but you didn't do the 3rd one correctly
    Quote Quote  
  21. Member
    Join Date
    Oct 2009
    Location
    United States
    Search Comp PM
    Wow - I just noticed it say 20s 35 ms duration.

    When I cut the clip using Audacity it said 20.000000 seconds. Now I open it back up in Audacity and it's bigger than the 20.000000 I cut, pasted, and saved. It looks like 20.009774.

    I'll try to recut it.

    Thanks!
    Quote Quote  
  22. Member
    Join Date
    Oct 2009
    Location
    United States
    Search Comp PM
    Audacity is driving me nuts.
    What program should I be using?
    Quote Quote  
  23. I would do it all with avisynth and audiodub() as shown on page 1. You can make the segment longer, then use Trim() to cut it. It should be perfectly flush then
    Quote Quote  
  24. Member
    Join Date
    Oct 2009
    Location
    United States
    Search Comp PM
    Originally Posted by poisondeathray
    I would do it all with avisynth and audiodub() as shown on page 1. You can make the segment longer, then use Trim() to cut it. It should be perfectly flush then
    This is my code for the creation of Intro

    Code:
    a = ImageSource("a.png", fps=25, end=99) 
    b = ImageSource("b.png", fps=25, end=149) 
    c = ImageSource("e.png", fps=25, end=249)
    a++b++c
    ConvertToYV12()
    vid=last
    
    aud=DirectShowSource("audio3.mp3").SSRC(48000)
    
    AudioDub(vid,aud)
    So am I going to take the audio3.mp3 and make it say 30 seconds instead of ~20 seconds, run the code above, watch it in VDub to see which frame to cut on, and then re-run the code above with an added command of Trim(0,x)?
    Quote Quote  
  25. Adding Trim(0,249) after audiodub would give you flush ends, but that is 20seconds. The last frame was given by the last still at 249 in that script

    You would have to make the stills longer in duration to match, ending at 299 to match the new 30 sec audio, otherwise they will mismatch

    e.g. use end 100, end 200, end 299 for each instead

    If you want the audio to sync up you can shift it by using DelayAudio(). DelayAudio(0.5) is 500ms or 0.5sec. Negative values shift it the other direction
    Quote Quote  
  26. Member
    Join Date
    Oct 2009
    Location
    United States
    Search Comp PM
    Code:
    a = ImageSource("a.png", fps=25, end=99) 
    b = ImageSource("b.png", fps=25, end=149) 
    c = ImageSource("e.png", fps=25, end=249)
    a++b++c
    ConvertToYV12()
    vid=last
    
    aud=DirectShowSource("audio3dlong.mp3").SSRC(48000)
    
    AudioDub(vid,aud) 
    
    Trim(0,249)
    I don't get it.
    I run this and get a 10 second intro avi.

    I took the mp3 and cut it to about 23.516393 sec

    I figured if in my end video the audio is restarting then it must not be filling the whole 20 seconds, so I take a longer cut, build it and trim it at 20 seconds - but I guess I don't get it.

    Starting off - how do I cut the audio right? I still want a 20sec intro not 30sec.

    I'll try the delay command and see what it does.

    Thanks
    Quote Quote  
  27. yes my math sucks

    25fps , so 10 sec is 250 frames
    20 sec is 500 frames => Trim(0,499)
    30 sec is 750 frames => Trim(0,749)

    Code:
    a = ImageSource("a.png", fps=25, end=250) 
    b = ImageSource("b.png", fps=25, end=500) 
    c = ImageSource("e.png", fps=25, end=749) 
    a++b++c 
    ConvertToYV12() 
    vid=last 
    
    aud=DirectShowSource("audio3dlong.mp3").SSRC(48000) 
    
    AudioDub(vid,aud) 
    
    Trim(0,749)
    That would give 30 seconds, assuming your mp3 audio track was around 30sec or longer
    Quote Quote  
  28. Member
    Join Date
    Oct 2009
    Location
    United States
    Search Comp PM
    Code:
    a = ImageSource("a.png", fps=25, end=99) 
    b = ImageSource("b.png", fps=25, end=149) 
    c = ImageSource("e.png", fps=25, end=249)
    a++b++c
    ConvertToYV12()
    vid=last
    
    aud=DirectShowSource("audio3.mp3").SSRC(48000)
    
    AudioDub(vid,aud) 
    
    DelayAudio(0.5)
    I ran this. It gives me intro.avi with the last word of the song missing.
    When I append the movie to the intro, it plays with the intro missing the last 2.5 words.
    Quote Quote  
  29. I edited my post above^. You have to make the stills longer in duration to match

    Don't use DelayAudio() unless you have overhanging ends on both sides of the audio,otherwise you can get silence gaps

    e.g. the audio is 40 seconds, but the the section you want is 30 seconds in the middle (5 sec ends on each side). Then you would use delayaudio to shift it insync (but you would need more video at the beginning as well, and you would have to use a nonzero start for the trim e.g. Trim(100,850) )
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!