VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. I'm trying to find a way of encoding a bunch of files with x264.

    Basically, is if it possible to run these through a yuv4mpeg-pipe, and if so, how?
    Or do I have to merge them after encoding?
    The clips are captured with Fraps, and since the developers are keeping the avi 1.0 spec, each session gets split into a million files...*facepalm*

    I've read that MP4Box supports concatenation of clips, but so far I haven't got the binaries working..
    Also, it only supports 20 files at a time, which means a considerably longer script -- thus plan B...

    Thanks!
    Quote Quote  
  2. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    You could join them all via Avisynth's "(Un)Aligned Splice",
    and then, feed x264 through avs2yuv. HTH.
    Quote Quote  
  3. Get Slack disturbed1's Avatar
    Join Date
    Apr 2001
    Location
    init 4
    Search Comp PM
    From the top of my head -

    cat file*.avi | ffmpeg -i - -s 1280x720 -f yuv4mpegpipe - | x264 $options -o out.264 - 1280x720 --fps 30000/1001

    Note the - after out.264, which signifies standard in

    When using standard in with x264, you need to specify the resolution and fps.
    Linux _is_ user-friendly. It is not ignorant-friendly and idiot-friendly.
    Quote Quote  



Similar Threads

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