Multi-Format captures

What is the most budget friendly way to enable one to do multi-format captures.
there are some decks out there like the JVC one that can play VHS, 8mm, Hi8 but the price tag is around $700 bucks. There is also the option off buying one of sony's digital 8 camcorders with passthrough, which would enable me to play and send to computer 8mm, hi8, and digital 8, and connect a vcr and via passthrough capture a vhs tape; this way is much cheaper.
However, if I was to purchase a digital 8 camcorder for this purpose (though not solely) would I be esentially investing in archaic technology, and thus be wasting my money.
What are some other options for multi-format captures--I would be capturing with imovie, and possibly avid free dv, when I decide to learn it better.
Thanks for your help

Hi ba15ck - Digital 8 still works well and is a sensible choice if you have lots of VHS, and other non-digital 8mm material to transfer.
Just be aware that since iMovie 4 there has been an issue with direct pass-through. Whereas with iMovie 4 it would work without tape in the camera, later versions required a tape inserted, and recording done onto that. A workaround was to make the camera connection to the computer with the tape in the camera, then remove the tape. Someone with actual experience of this may wish to comment.
Some people who have retained iMovie 4 use that for the import, then convert the project into an iMovie HD project for the editing.

Similar Messages

  • DocFlex/Javadoc 1.5.6, a multi-format doclet development tool and more

    DocFlex/Javadoc is both a multi-format Javadoc Doclet and a rapid doclet development tool, which allows easy creation of professional quality Java API documentation generated by Javadoc in various output formats.
    More in this article:
    Key Features
    Availability
    This Version
    What is DocFlex?
    Main Concepts
    Other Applications
    Links
    KEY FEATURES
    Template-driven doclet architecture
    - Actual doclets are created in the form of special templates interpreted by the DocFlex Doclet, which is the template interpreter / output generator wrapped in the form of a Javadoc Doclet.
    - The high quality graphic Template Designer allows you to visually design most of things, whose development was possible so far only by direct Java coding.
    - The templates are designed independently on a particular output format. All formatting is specified in some universal way using properties of template components. During the generation, it is rendered with the suitable features available in the selected output format.
    - The elaborated support of template parameters (including multivalued list parameters). The parameters are defined and accessed within templates to adjust dynamic properties of template components. Most of options previously used to control an ordinary doclet now simply become template parameters!
    - The possibility to call templates from one another. This feature (along with the template parameters) makes possible re-using the same templates for different tasks as well as organizing template libraries.
    Data processing
    - The entire Doclet API is represented in the form of a virtual XML document (called Doclet DSM), on which the designing and processing of all templates is based.
    - Sophisticated capabilities for data querying and sorting based on an extension of XPath.
    - Full support of new Java 5.0 language features: Generic Types, Enums, Annotations.
    - Simultaneous support of Java 1.4 and Java 5.
    Creating hyperlinks
    - Generation of an extensive network of hyperlinks interconnecting the whole documentation.
    - The hyperlinks can be generated in all output formats that support them (this currently includes HTML and RTF).
    - The universal way of defining documentation cross-links based on the link/target keys specified in templates.
    - In RTF, the cross-links can be generated in the form of page number references, which effectively makes them usable even in the printed documentation.
    - In HTML, the possibility of loading several frame windows from a single hyperlink at once.
    Universal support of various formatting techniques
    - text formatting: fonts, colors, borders
    - paragraph formatting: margins, pagination control, borders, colors
    - border formatting: styles (solid, double, dashed, dotted), thickness, colors
    - tables: arbitrary cell layouts, borders, nested tables
    - lists: bulleted, numbered, delimited
    - document fields (RTF): page number, number of pages, TOC, etc.
    - page formatting: size, orientation, margins, headers/footers
    - formatting styles
    - rendering of embedded HTML, which means interpreting in non-HTML output formats (such as RTF) the HTML tags embedded in text data (e.g. documentation comments). Almost all HTML tags practically usable in doc-comments are supported.
    Inserting images
    - statically specified in templates
    - dynamically, obtained by <img> tags found in Java comments
    - supported image formats: GIF, PNG, JPG, WMF, EMF, BMP
    Output formats
    - HTML (both framed multi-file and single-file output)
    - RTF (version 1.6 - supported since Word 2000).
    - TXT (plain text), which may be particularly useful for various utilizations of the Java code information provided by the Doclet API generate XML files by it, or SQL files to import into a database).
    Standard Template Set
    - The ready-to-use Standard Template Set included in all editions of DocFlex/Javadoc allows you to immediately generate:
    (*) The framed HTML Java API documentation similar to that generated by the standard Javadoc.
    (*) The same documentation packed in a single HTML file.
    (*) The unmatched quality RTF JavaDoc.
    - Special features supported by standard templates:
    (*) Excluding classes/methods/fields by custom tags and annotations.
    (*) Selective omitting of package qualifiers.
    (*) Selective documenting of custom tags (similar to -tag option of Standard Doclet).
    - By modifying the standard templates, you can quickly customize the generated documentation according to your needs.
    Doclet GUI
    - Besides command line options, DocFlex Doclet supports an alternative user-friendly way to control the template-based doclets interactively -- the high quality Doclet GUI.
    - The Doclet GUI starts with the Generator Dialog, where you can specify all general settings (such as the main template, the output format and the output directory), start the generation, track its progress and stop at any moment you need.
    - The grid-tree-based Parameter Inspector invoked from the Generator Dialog for a selected template allows you to view the descriptions of all template parameters controlling the doclet and set their values according to the parameter data types.
    - The generator options specific for the selected output format can be set in the corresponding Format Option Inspector (also invoked from the Generator Dialog).
    - Once the generation is finished (or cancelled), you can start it again with different settings or a new main template without restarting the whole Javadoc.
    Integrations
    - With any system that runs Javadoc (in particular, see below)
    - Apache Ant
    - Apache Maven 2
    - Eclipse
    For lots more information, see DocFlex/Javadoc homepage: [http://www.filigris.com/products/docflex_javadoc/]
    AVAILABILITY
    DocFlex/Javadoc comes in two editions:
    (1) The full edition called "DocFlex/Javadoc" as it is. This is commercial software, which includes all the implemented functionality.
    (2) The reduced freeware edition called "DocFlex/Doclet". It includes only the output generator and can be used as an interpretor of any custom templates. It also includes the standard template set, which allows you to instantly use it as an HTML doclet (similar to the standard one, however with some special features) plus an excellent quality RTF doclet.
    Both editions are available for downloads on the page: [http://www.filigris.com/downloads/]
    THIS VERSION
    New features:
    - The template interpretor works 15-20% faster
    - Improvement of RTF output
    - Multi-valued (list) template parameters
    - Custom elements
    - Standard Templates: Selective documenting of custom tags (similar to -tag option of standard doclet)
    For more details, see product Readme | Change Log on the downloads page: [http://www.filigris.com/downloads/]
    WHAT IS DOCFLEX?
    DocFlex is an innovative technology for development of high quality template-driven documentation/report generators by any kind of data obtained from various software applications via the Java APIs they provide.
    MAIN CONCEPTS
    The whole DocFlex technology is based on four generalizations:
    (1) The mapping of an entire Java API onto a virtual XML-like representation made of some elements and attributes so as to process any such a representation in a universal way using techniques borrowed from the field of XML, like XPath (or more precisely, a conceptual analogue of XPath with some extensions not present in it).
    (2) The abstract formatting concept based on four layouts (flow of text, flow of paragraphs or paragraph-like objects, tables and lists), which can be rendered in most modern document formats (e.g. HTML, RTF, XSL-FO etc.)
    (3) The automatic generation of hyperlinks (or their page number reference equivalents) by matching the sets of keys produced from certain natural properties of the things (entities) being documented and hyper-linked.
    (4) The representation of the object controlling structure of the output generator (made on the first three principles) in the form of a plain-text template with a possibility to create and edit such templates using a graphic Template Designer, which visualizes the controlling objects (now becoming template components) in a form resembling the output they will produce.
    OTHER APPLICATIONS
    In fact, DocFlex/Javadoc is not the only application of DocFlex technology. The following is a summary of other DocFlex software:
    DocFlex/XML
    The SDK and runtime environment for rapid development and execution of template-driven automatic documentation/report generators by any data obtained from XML files.
    This is currently the most complex and advanced application of DocFlex technology. Actually, this tool can be considered a powerful alternative to XSLT. At least, it is definitely able to do what XSLT apparently not (for example, see “XSDDoc” below). We will publish a more detailed comparison “DocFlex/XML versus XSLT” with the next DocFlex/XML release, which is coming very soon.
    DocFlex/XML home page: [http://www.filigris.com/products/docflex_xml/]
    DocFlex/XML | XSDDoc
    A template set for DocFlex/XML that implements a high quality W3C XML Schema documentation generator in HTML and RTF output formats.
    For more details, please see: [http://www.filigris.com/products/docflex_xml/xsddoc/]
    DocFlex/XML | WSDLDoc
    A similar template set for DocFlex/XML that will implement a high-end WSDL documentation generator.
    This product is not released yet.
    DocFlex/Together
    A template-driven documentation generator for [Borland Together|http://www.borland.com/us/products/together/] (which is a UML modeling tool).
    This is the earliest application of DocFlex technology and probably the most beautiful one. It works only with Together Architect 1.x, which is now obsolete. Unfortunately, since Together 2005, Borland eliminated any open APIs (for unknown reasons). Because of this, further development of DocFlex/Together was impossible.
    DocFlex/Together home page: [http://www.filigris.com/products/docflex_together/]
    See also examples of the UML documentation generated with it: [http://www.filigris.com/products/docflex_together/examples/]
    The future DocFlex/UML is going to generate something like this as well.
    DocFlex/UML
    A template-driven UML documentation generator based on [Eclipse EMF|http://www.eclipse.org/emf/]. This tool is in early development stage yet. In a sense, it will continue DocFlex/Together with the focus on integration with other UML tools that use Eclipse EMF.
    LINKS
    This original article can be found at:
    [http://www.filigris.com/ann/docflex_javadoc_v1.5.6/]
    DocFlex/Javadoc home page:
    [http://www.filigris.com/products/docflex_javadoc/]
    DocFlex/XML home page:
    [http://www.filigris.com/products/docflex_xml/]
    DocFlex/XML | XSDDoc, the XML schema documentation generator:
    [http://www.filigris.com/products/docflex_xml/xsddoc/]
    Free downloads:
    [http://www.filigris.com/downloads/]

    Now, DocFlex/Javadoc v1.4 has been released specifically dedicated to Linux (Mac OS X) support:
    (*) Some early bugs have been fixed, which prevented it working properly under Linux.
    (*) A special RTF option was introduced to generate OpenOffice.org friendly RTF (see below)
    (*) Improved support for external document viewers.
    (*) Now, DocFlex/Javadoc software includes the shell script files prepared to quickly install and launch it under Linux
    New RTF option
    A new RTF output option "Tune output for MS Word� has been introduced. This option, actually, allows switching off that very tuning (which until now was the default mode) to produce an RTF friendly to open with other non MS Word applications, e.g. OpenOffice.org Writer under Linux.
    Read full announcement (and screenshot) by this link:
    http://www.filigris.com/ann/docflex_javadoc_v1.4/
    Regards,
    Leonid Rudy
    http://www.docflex.com

  • JDBC  Adapter how to select multi format files on AS/400

    Hi all,
    i want to access a multi format file in a AS/400 Library via JDBC Adaptor. When i try to 'select * from XXXX.FILEN' i get an error "SQLException during query 'select * from XXXX.FILEN': java.sql.SQLException:[SQL7003]File FILEN in XXXX has more than one format.
    Does anybody knows how to access a multi format file in AS/400 via a SQL statement which i can use in the JDBC-Adaptor configuration.
    Thanks,
    Juergen

    Hi Jurgen,
    Check this link,
    http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/frameset.htm
    also a guess, instead of "*", can you try with column names of required columns (and make multiple queries, based on qualifiers/columns for appropriate formats within the same file)
    Regards
    Vishnu

  • Multi-camera capture with timecode

    I recently directed a 4 camera shoot with all cameras sync'd using timecode. I intend to edit the final product using Final Cut Studio 2. However, for now I only have iMovie and Final Cut Express HD. Is it possible to capture this project with timecode in iMovie and import it to Final Cut Studio with timecode so all cameras lock to time? If so, what is the most practical process? Or should I wait until I can obtain Final Cut Studio 2 to capture? Thanks in advance!
    iMac G5   Mac OS X (10.4.9)  

    welcome Tony to the  boards ...
    'multi-track captures editing' is one of the advantages of FCP, compared to its lil' brother FCE.. and iM, anyhow...
    and, iM has a very different media file handling, ...
    wait, 'til FCP is on your drive..

  • Multi format report using BI Analytics

    Hi,
    I would like to know if it is possible to design and build a multi format report (each format on a different page) using BI Analytics.
    For eg if i have to display a report containing performance details of a single portfolio belonging to a customer. So in terms of formats - first page may contain information like customer id, name, portfolio id,etc. There may also be some static text. Second page may contain aggregated information about the portfolio performance. And so on. Last page may have information in tabular format.
    can we have such multiiple formats in a single Analytics report ?
    Thanks
    Nusrat

    Hi,
    Is my undertsanding correct - I create a new dashboard and in that i add a new page for each section of the report.
    Thanks
    Nusrat

  • Mixing multi formats in multi cam

    i have a multi-cam project consisting of 2 cams in dvcpro hd & 2 cams in apple prores hq 422. currently using fcp version 6.05, curious if fcp 7 allows multi-format multi-cam of this material without transcoding to one format or the other. they're both 59.97 with the same aspect ratio. i also have a ton of other footage shot in apple prores hq 422 that needs to be integrated so i'm assuming my project & sequence setting should be of the predominant codec which is apple prores. thanks.

    Nope. Multiclipping requires that ALL the footage match exactly...frame rate, frame size, codec.
    Shane

  • PROBLEME IMPRESSION MULTI-FORMAT A4 ET A3

    Bonjour,
    Depuis la mise à jours d'acrobat 9 vers acrobat 11, l'impression en multi-format (A4 et A3 mélangés) ne fonctionne plus correctement.
    Avant avec Acrobat 9, en utilisant la fonction "Choisir la source de papier personnalisé si nécessaire" l'impression en A4 et A3 fonctionnait.
    Depuis avec Acrobat 11 la même fonction "Choisir la source de papier personnalisé si nécessaire" ne fonctionne plus : les A3 sortent décalés et tronqués.
    Ya t'il une solution de connue ?
    Merci de votre aide
    Sébastien
    REPROCOLOR31

    See if this works for your document: In Acrobat, change the Page Display setting to "Two-Up" and turn off "Show Cover Page During Two-Up". This can also be set as a document Property so others will open the PDF in the same manner.

  • A True Multi Format Timeline

    First of all thank you to all the forum members for their help over the years, now it's exam time!.
    When I was brought the footage by club members for this short film, The result was every member had a different format camcorder.
    1. Sony HC20E Mini Dv Standard Def
    2. Kodak Zx1 HD60
    3. Panasonic AVCHD
    4. Canon AVCHD
    5. Canon HV40 HD Mini DV Tape.
    With the help of Compressor I managed to get them all to play in Final Cut.
    Some of the shots are through glass, I will leave the project open for a few weeks, have you any suggestions on how I could Improve the film?.
    http://www.youtube.com/watch?v=KXZh2jn7OzA
    Mike

    *Final Output*
    *320x240 H.264 and/or 320x240 FLV ON2 VP6*
    Not really a factor yet. You'll do all of that conversion on the export either from FCP or through Compressor or another encoder tool.
    *> I need advice on how to work with mixed footage in the same sequence, with out having to render every time I make an edit. I am willing to upgrade to FCP 6 if it will make my workflow more efficient.*
    the upgrade would be the best thing you could possibly do at this point. However, the ability of FCP to handle multiple formats is totally dependent on your computer's power. if the range of codecs is quite large, you must convert something to the lowest common denominator. For most of us, that's DV. Since you're going out to 25% size anyway, you COULD transcode to your final output format before you start editing.
    *> The two types of footage are interviews from a mini-dv tape and computer screen recordings using Snap Z Pro (Resolution 800x600). What format and resolution should I save the original screen recordings in? It looks like crap if I compress them using the DV codec.*
    you think your full screen stuff looks bad in DV? Wait till you reduce it down to your final. Go aehad and capture in 320x240 and save yourself that grief.
    *> Should I save the screen recordings as 800x600 Uncompressed?*
    Useless waste of time since your workflow has a known target size that is only about 20% of that pixel density, frame size, frame rate, and dynamic chroma/luma range.
    You use the word "crap" often which, around here, always indicates the poster has little or no experience with their new software or a new assignment that takes them out of their comfort zones. You are not going to be happy with what happens to anything you create that is going out at your format.
    bogiesan

  • HELP! 'm in 24p/multi format quicksand

    I have a very dirty project I have agreed to take on because its for a good cause (AIDS aid in Africa)...
    i have come in way late to clean up yet again and here is the skinny on what i'm looking at;
    the project was shot in USA, UK, UGANDA, MALI (i think). it was shot on SONY Z1U@ 1080 24p (over 60, yikes!), on a DVX100a @letterboxed24p, and archival broadcast coming in on digibeta.
    i have to conform everything to 1080p, then interlace and send out on HDcam masters. Gonna send to color as prores hq, then layback titles and output...
    the real problem seems to be the HDV 24p, which i am told is a terrible format and now obsolete as sony is on to flash media anyways. It was capture as 29.97, never conformed to 23.98, and mixed with the other formats and edited in a 29.97 (59.94) timeline, and we are seeing artifacting and weird motion blur (looks terrible)...
    i have been reading that this is because it was never conformed to 24 and the HDV keyframes are set to a 24 timeline, so i must conform the hdv to 24. how do i do that?

    thanks kyle...
    the z1u because it rolls to tape, has a fakey 24p indeed. but i think it does need to be conformed (like a pulldown removal) because of the nature of HDV (mpeg with keyframes). so basicly the unwanted frames need to be discarded as they are corrupted or outside the keyframed timeline. thats what makes it such a yuk format (a pulldown and a keyframe issue at once)...
    the reason i want to deal with it as progressive, and then just interlace at the end, is because titles look better in progressive. because the 2 sources (dv and hdv0 are progressive, there won't be any loss of quality interlacing it, only the archival, which won't be perfect anyways...
    but i am still trying to figure out how to deal with the hdv properly. in the panasonic world,u just import with the 23 or 2332 pulldown removal, but the hdv seems to be more complicated (cause of the double issue of keyframes and extra frames)...

  • Multi format disc

    I just upgraded to the current version of dvdsp4 from version 3. My first task is to try to build a disc that runs a script as the FIRST PLAY to determine the region code of the player and navigate to the appropriate content. That's easy enough, but the reason for looking at the region is to detemine if it should go to NTSC or PAL content. As I just read in the manual, mixing NTSC and PAL on a disc is "impossible"...
    My question is this then: How do I get around this problem? Is there a way around this with multiple VTS segments? 24fps m2v files vis compressor? Has anyone tried putting PAL m2v's in a NTSC timeline? I feel like I'm taking crazy pills!
    G4, 1.25(x2)   Mac OS X (10.4.9)   FCStudio

    My first task is to try to build a disc that runs a script as the FIRST PLAY to determine the region code of the player and navigate to the appropriate content.
    And after all, what will you do with multi-region players like my old JVC? What content you will show me? ;D
      Alberto

  • Emailing report through CMS (ScheduleToSMTP) - Need Multi-format support

    Hi All,
    I have implemented the ScheduleToSMTP method for sending my crystal report as an email attachment to the users. This has been done as described in the below link(s):
    http://devlibrary.businessobjects.com/businessobjectsxi/en/en/BOE_SDK/boesdk_dotNet_doc/doc/boesdk_net_doc/html/NETHowTos92.html
    http://devlibrary.businessobjects.com/businessobjectsxi/en/en/BOE_SDK/boesdk_dotNet_doc/doc/boesdk_net_doc/html/NETHowTos95.html
    Now, I would like to know if it is possible to have the report attached in two formats (PDF and Excel) in a single email while emailing it by the above method.
    Also, I would like to understand if I can add any additional attachments (an image maybe) to this email that goes out through the CMS.
    I am new to the Crystal SDK and will appreciate if the response is a little descriptive.
    Thanks in advance for the help!
    Regards
    Ankit

    I'm not sure if the below approach will work for you, but in a nut shell, you'd export the report to disk, then  mail the exported report as an attachment. I have done this with a single attachment when I was fooling around with this couple of years ago, not sure if it will work with multiple attachments... Some think to keep in mind too; the reports can get quite large. A report larger then 5 megs is nothing out of the ordinary, so emailing the rpt may be an issue from that perspective. Anyhow, here is the code to attach a file to email:
    Visual Basic Example (C## is also provided below)
    'Add the following namespaces
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Imports System.IO
    ' Code for exporting the report to PDF and
    ' attaching the exported file to an email.
    Dim crExportOptions As ExportOptions
    Dim crDiskFileDestinationOptions As
    DiskFileDestinationOptions
    Dim ExportPath As String
    ' Create an instance of the Report
    Dim oRpt As New NameOfYourReport()
    ' Or open a report file
    Dim oRpt1 As New ReportDocument()
    oRpt1.Load(Request.PhysicalApplicationPath +
    "\YourReport.rpt";,
    OpenReportMethod.OpenReportByTempCopy)
    ' Create the directory path if it does not already
    ' exist
    ExportPath = Request.PhysicalApplicationPath +
    "Exported\"
    If Directory.Exists(ExportPath) = False Then
    Directory.CreateDirectory(Request.PhysicalApplicatio
    nPath + "Exported\")
    End If
    Dim fname As String
    fname = ExportPath + "Portabledoc.pdf";
    ' Set the path for the exported report
    crDiskFileDestinationOptions = New
    DiskFileDestinationOptions()
    crDiskFileDestinationOptions.DiskFileName = fname
    ' Set the options to export the report to PDF format
    crExportOptions = oRpt.ExportOptions
    With crExportOptions
    .DestinationOptions =
    crDiskFileDestinationOptions
    .ExportDestinationType =
    ExportDestinationType.DiskFile
    .ExportFormatType =
    ExportFormatType.PortableDocFormat
    End With
    ' Export the report
    oRpt.Export()
    Response.Write("report exported to: " & fname)
    ' Create a new mail attachment and add the
    ' exported report
    Dim att As New Mail.MailAttachment((fname))
    Dim oMsg As New System.Web.Mail.MailMessage()
    oMsg.Attachments.Add(att)
    ' Set the To, From, And subject for the email
    oMsg.To = "someonesemail at email.com"; // the system will not let me use real email
    oMsg.From = "myemail at mail.com "
    oMsg.Subject = "You have been sent a Crystal Report"
    ' Connect to the server and send the message
    ' For example this is the Hotmail smtp Server("")
    Mail.SmtpMail.SmtpServer =
    "lyris01.hosting.innerhost.com";
    System.Web.Mail.SmtpMail.Send(oMsg)
    Response.Write("<br>")
    Response.Write("Message sent to: " &
    oMsg.To.ToString)
    ' Delete the exported report file
    File.Delete(fname)
    C# Example
    // Add the following namespaces
    using CrystalDecisions.CrystalReports.Engine;
    using CrystalDecisions.Shared;
    using System.IO;
    // Code for exporting the report to PDF and
    // attaching the exported file to an email
    ExportOptions crExportOptions;
    DiskFileDestinationOptions
    crDiskFileDestinationOptions;
    String ExportPath;
    // Create an instance of the Report
    NameOfYourReport oRpt = new NameOfYourReport();
    // Or open a report file
    ReportDocument oRpt1 = new ReportDocument();
    oRpt1.Load(Request.PhysicalApplicationPath +
    YourReport.rpt";,
    OpenReportMethod.OpenReportByTempCopy);
    // Create the directory path if it does not
    // already exist
    ExportPath = Request.PhysicalApplicationPath +
    "Exported
    if (Directory.Exists(ExportPath) == false)
    Directory.CreateDirectory(Request.PhysicalApplicat
    ionPath + "Exported
    String fname;
    fname = ExportPath + "Portabledoc.pdf";;
    // Set the path for the exported report
    crDiskFileDestinationOptions = new
    DiskFileDestinationOptions();
    crDiskFileDestinationOptions.DiskFileName = fname;
    // Set the options to export the report to PDF
    // format
    crExportOptions = oRpt.ExportOptions;
    crExportOptions.DestinationOptions =
    crDiskFileDestinationOptions;
    crExportOptions.ExportDestinationType =
    ExportDestinationType.DiskFile;
    crExportOptions.ExportFormatType =
    ExportFormatType.PortableDocFormat;
    // Export the report
    oRpt.Export();
    Response.Write("report exported to: " + fname);
    // Create a new mail attachment and add the
    // exported report
    System.Web.Mail.MailAttachment att = new
    System.Web.Mail.MailAttachment((fname));
    System.Web.Mail.MailMessage oMsg = new
    System.Web.Mail.MailMessage();
    oMsg.Attachments.Add(att);
    // Set the To, From, And subject for the email
    oMsg.To = "someonesemail at email.com";;
    oMsg.From = "myemail at email.com ";
    oMsg.Subject = "You have been sent a Crystal
    Report";
    // Connect to the server and send the message
    // For example this is the Hotmail smtp Server("")
    System.Web.Mail.SmtpMail.SmtpServer =
    "lyris01.hosting.innerhost.com";;
    System.Web.Mail.SmtpMail.Send(oMsg);
    Response.Write("<br>");
    Response.Write("Message sent to: " +
    oMsg.To.ToString());
    // Delete the exported report file
    File.Delete(fname);
    Ludek
    Edited by: Ludek Uher on Nov 4, 2008 8:11 AM

  • Producer/Consumer Multi-Microphone Capturing

    I was getting buffer overflow problems when I foolishly used multiple "Capture Sound" Express VIs to listen to several mics and process them. 
    I then created a producer/consumer structure where I produced 2 signals (2 producer loops) and processed them in 1 loop. It worked great!
    I expanded this idea today to 3 microphones (and hoped for more later). Trouble is I'm getting errors again. I can't quite explain the errors, so I've attached images (in sequence). By highlighting execution, it seemed the error happens on the SECOND iteration of the "Sound Input Read" in each of the 3 "Producer" loops.
    I hope someone can shed light on this issue. Seems strange that it would work for 2 mics but not for 3.
    I briefly tried playing with the sampling rates with no apparent results.  
    Message Edited by ap8888 on 03-17-2010 07:43 PM
    Solved!
    Go to Solution.
    Attachments:
    New2.vi ‏1074 KB

    Here are the errors:
    Attachments:
    greenshot_2010-03-17_20-27-23.jpg ‏291 KB
    greenshot_2010-03-17_20-27-34.jpg ‏503 KB
    greenshot_2010-03-17_20-29-01.jpg ‏253 KB

  • DNG format capture on Xperia devices.

    This is my first post on this forum. Just a quick question, why did sony remove the "RAW image capture capabilities" that are being rolled out with the lollipop update.
    Please make the camera 2 api available in the default camera app during manual shooting. It will help a lot!!! (And 16:9 ratio little higher than 15mp too )
    Moreover there are many bugs to be solved in the lollipop update like X-reality and Super Vivid, the per app colour does not match my apps (whatsapp, facebook) and moreover, the close all button in the recents screen, covers the right side of google search bar and looks ugly!( I sometimes noticed the searchbar vanishes and there is only a 'g' logo of google font and a mic below it, that looks awesome. Dont know if it is a bug, or supposed to be that way.) I expected more from this software update.
    Fairly disappointed. 

    @adryanosss 
    RAW would be great but not everyone know what to do with RAW files. But do contact Sony directly regarding this
    http://support.sonymobile.com/global-en/contactUs/
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Choosing which sequence settings for multi format

    I have XDCAM EX, Canon DSLR and GOPRO footage: all shot at 1080 30P. Which shoud i choose? Cheers

    You should convert everything a common format and frame rate first.
    Two things to consider:
    What format do you have the most of?
    What will be the output format?

  • Multi-format titles?

    Just created a set of titles at 1080p overlaid on 1080p footage in a 1080p sequence.
    Copied the contents of the 1080p sequence into a clean sequence at PAL DV widescreen.  Video fine, titles not showing on output.  New title created in DV sequence on same track shows just fine.
    Mercury Playback on or off makes no difference.
    Conforming titles to DV widescreen makes no difference - they stay at 1920x1080.
    Same in both Program window and on DV output via FireWire.
    Is this a feature that didn't make the manual, finger trouble or a bug?

    Useful hints.
    It was finger trouble.  The titles didn't re-scale whereas the video clips did and the title content was all off the edge of the DV frame.
    Must be asleep this morning.
    Thanks for helping.

Maybe you are looking for

  • SLD Check Failed (LCR_LIST_BUSINESS_SYSTEMS function doesn't work)

    Hi all, I have done SLDCHECK but then got this result below : Already verify all the user working fine, please advise me. Thank you and Regards Fernand Properties of RFC destination SAPSLDAPI   RFC host: %%RFCSERVER%%   program id:      NWA_PROGRAM  

  • Workflow question - IMAC and MacPro combination

    Hi QUESTION: what is the simplest workflow to pass an FCP project created on a laptop in the field to the home base desktop? BACKGROUND: FCP allows a licensed user to have FCP installed on a desktop and a laptop - as long as only one is hooked to the

  • Create shared variable

    hello, 1) I want to use shared variable in my project.i want to pass array to a vi on other machin.m using network shared variable.but the problem is tha  it sometimes shows the value and next time when i run vi,it does not.i dont know what happens.

  • Rectangle tools problem

    I'm using Adobe CS4. I have funny problem with my rectangle tools. Everytime I'm using it to create a rectangular, by default it draws a rectangular that has been rotated 45degree.It just won't draw straight rectangular. The same case if I draw round

  • SHOCKWAVE PLAYER CRASH MANY TIME!

    this is my first time my shockwave crash ever since i update my adobe flash player10 plugin...it also effect my google chrome performane. i cant play games cause of it...can you help me recover it to normal pls..?