in

andy vt's tools & blog

Flexibility isn't free
All Tags » ffmpeg (RSS)

Browse by Tags

  • Detect if Show, Episode Already exist before starting any processing.

    There seems to be no good way up front before running any profiles to test if a particular show and episode might already exist in my output directory. Because the MCE naming is by channel and time, there isn't a way to determine show & episode from the file name. I usually end up renaming the...
    Posted to Feature Requests (Forum) by nik on 12-16-2007
  • Re: Support for Mediacorder drives

    Stephen Toub's blog has full source code to various methods for working with dvr-ms files. And can even save the closed captioning data so you can search based on dialog in the show, its all in c# .net maybe there is something in there that can help. But I think you have everything already, you already...
    Posted to Feature Requests (Forum) by kevin067 on 10-22-2007
  • DVRMSToolbox For XP - 1.1.0.6 (Early Access Release)

    Version 1.1.0.6 - Fixed a bug in Mencoder action where OutputFile was not set to the file created - Fixed a bug in Ffmpeg action where OutputFile was not set to the file created - Added option to keep the display from shutting off when playback ends to addin (see http://thegreenbutton.com/forums/thread...
    Posted to andy vt's blog (Weblog) by babgvant on 08-17-2007
  • Convert with Ffmpeg

    Following up on my post yesterday. I wrote an action that makes using ffmpeg to convert dvr-ms files much simpler. It uses a similar method of defining profiles. although in an xml format, to pre-define the video and audio properties ffmpeg will use to convert the file. To use the new action Verify that...
    Posted to andy vt's blog (Weblog) by babgvant on 08-09-2007
  • DVR-MS to MPG Version 2

    For those that are having trouble converting the DVR-MS format to MPG, there is an updated version of ffmpeg_MPGMUX.exe available. This version incorporates the other changes I've made to ffmpeg and in my testing is working even better than version 1. The download link is below. http://babgvant.com...
    Posted to Mencoder/ffmpeg (Forum) by jelwood on 07-27-2007
  • Help Testing FFmpeg with DVR-MS support Version 1

    http://babgvant.com/files/folders/misc/entry4997.aspx Above is the download link to FFmpeg with DVR-MS support version 1. This project has been extremely time consuming (and very complex). Please don’t report bugs to the ffmpeg developers because they don’t have my changes yet. For now, please...
    Posted to Mencoder/ffmpeg (Forum) by jelwood on 07-25-2007
  • FFmpeg

    As of build r9976 ffmpeg now natively supports full DVR-MS. As a result you can use any compile of ffmpeg that you wish (as long as its r9976 or greater). I’m providing this build of ffmpeg as a convenience for those interested. For all DVR-MS conversions please use the "-async 1" switch...
    Posted to Misc (FileGallery) by jelwood on 07-25-2007
  • ffmpeg for MPG Muxing Version 2

    This version of ffmpeg was created specifically to read DVR-MS files and MUX them into MPG containers. Please only use the command line below for this purpose. Other ffmpeg switches may not work at this time. "ffmpeg_MPGMUX.exe" -y -i "input filename.dvr-ms" -vcodec copy -acodec copy...
    Posted to Misc (FileGallery) by jelwood on 04-11-2007
  • ffmpeg for Audio Conversions

    This version of ffmpeg has been created specifically to read DVR-MS files and convert the audio to other formats (like mp3). It will not detect the Video. Example command lines are: MP3: "ffmpeg_audio_only" -y -i "input.dvr-ms" -vn -acodec mp3 -ac 2 -ab 192000 -f mp3 "output...
    Posted to Misc (FileGallery) by jelwood on 04-09-2007
Page 1 of 1 (9 items)
@2008 andy vt
Powered by Community Server (Non-Commercial Edition), by Telligent Systems