Viewing sample resized to 100% of original (view original) Loading...
Parent: post #1053879 that has a sibling (learn more) show »
Description

Video conversion of post #1053879. Timing is about 99% correct - At the end of this file, the video is running about half a second ahead of the flash.

Original Description

Titled "Opal Up Close and Personal - Interactive Animated"
From the artist:

Opal can be a very quiet and shy girl, Often keeping her desires for more intimate pleasures hidden until even she can't help but wiggle her hips and tail with anticipation.

As Requested before, Here's an up close and personal view of the full shape keys that drive her sex. Arousal, Openness and Clench with transitions together. Click on her, or the control buttons to take control.

Interactive view of how various "Shape Keys" work with all the rest of the rigging.

Over 1400 frames (60s) of animation Modeled, and rendered with Blender v2.78a - Compiled and programmed with Flash. Toolkit of various skills increasing with each test and FA animation limit now 3-5 minutes in 10MB.

Conversion Details
  • Ripped 3 FLVs from flash file using ffdec
  • ffmpeg -f concat -i pieces-big.txt -c:v ffv1 -g 1 source.mkv
  • ffmpeg -i source.mkv -vf "trim=start_frame=0:end_frame=201,setpts=PTS-STARTPTS" -c:v ffv1 -g 1 part-intro.mkv
  • ffmpeg -i source.mkv -vf "trim=start_frame=201:end_frame=263,setpts=PTS-STARTPTS" -c:v ffv1 -g 1 part-normal.mkv
  • ffmpeg -i source.mkv -vf "trim=start_frame=263:end_frame=380,setpts=PTS-STARTPTS" -c:v ffv1 -g 1 part-arousal.mkv
  • ffmpeg -i source.mkv -vf "trim=start_frame=380:end_frame=441,setpts=PTS-STARTPTS" -c:v ffv1 -g 1 part-aroused.mkv
  • ffmpeg -i source.mkv -vf "trim=start_frame=441:end_frame=539,setpts=PTS-STARTPTS" -c:v ffv1 -g 1 part-vagOpening.mkv
  • ffmpeg -i source.mkv -vf "trim=start_frame=539:end_frame=601,setpts=PTS-STARTPTS" -c:v ffv1 -g 1 part-vagOpen.mkv
  • ffmpeg -i source.mkv -vf "trim=start_frame=601:end_frame=711,setpts=PTS-STARTPTS" -c:v ffv1 -g 1 part-vagClosing.mkv
  • ffmpeg -i source.mkv -vf "trim=start_frame=711:end_frame=774,setpts=PTS-STARTPTS" -c:v ffv1 -g 1 part-inHeat.mkv
  • ffmpeg -i source.mkv -vf "trim=start_frame=774:end_frame=893,setpts=PTS-STARTPTS" -c:v ffv1 -g 1 part-vagFullyClosing.mkv
  • ffmpeg -i source.mkv -vf "trim=start_frame=893,setpts=PTS-STARTPTS" -c:v ffv1 -g 1 part-climax.mkv
  • ffmpeg -f concat -i pieces-loop.txt -c:v vp9 -b:v 0 -crf 12 -pass 1 -f null NUL
  • ffmpeg -f concat -i pieces-loop.txt -c:v vp9 -b:v 0 -crf 12 -pass 2 -row-mt 1 ashnar-loop.webm
  • Comments
  • I would love this with like a national geographic British commentary over this. "And soo the young girl grows aroused as we the labial swell showing she is a well suited mate" XD

  • Reply
  • |
  • 7
  • Conversion Details

    I have been counting milliseconds, I didn't know there was start_frame and end_frame filters.
    Also I know concat exsists, but still haven't really realized how to utilize it properly so I just handle lossless video files into vegas and export lossless.

  • Reply
  • |
  • 0
  • mairo said:
    I have been counting milliseconds, I didn't know there was start_frame and end_frame filters.
    Also I know concat exsists, but still haven't really realized how to utilize it properly so I just handle lossless video files into vegas and export lossless.

    I mostly count milliseconds too, but in this particular case I was working with the actual frame numbers from the Flash source code.

  • Reply
  • |
  • 0