Testing format 2,35 : 1

Just for fun I tried to set up a video in Panavision-format.
I found and followed a tutorial on Vimeo how to do it (Philip Bloom).
In short:
AIC 1080/50
Used a Matte-filter called Widescreen setting it to 2,35:1. It looks OK in the canvass.
Exported it in QTC as H.264, size 1920x816 with crop
It took about 35 minutes on my iMac and came out squeezed (how do you spell that word?) but otherwise in correct format/ratio.
What did I miss?

It could be even letterboxed, or whatever. Is there a possibility of doing this is in iMovie? If not, in what app or utility can I do this.
You should be able to do this in QuickTime Pro 7. If you want to preserve all your content, you will need to pad the left and right edges.
The 2.35:1 equivalent of 1920x1080 would be 2538x1080
The 2.35:1 equivalent of 1280x720 would be 1692x1080
See my page at http://homepage.mac.com/profpixel/QT_Pro_7xmasking.html for a starting point idea of how to do this.

Similar Messages

  • Report format

    hi friends,
    I have a report creating a test file. I am also writing the text file. Below is the code and I am successfully getting it.
      LOOP AT it_outfile.
      write : / it_outfile.                                         
      ENDLOOP.
    the results in the outfile varies for each line.
    The first line starts with 0001, second 0002, 0003, and so on till 0009.
    When it hits 0004 i have the invoice number followed,
    000499999999.
    I want the invoice number to be coloured.
    Can anyone suggest me as what should be done?
    Madhu.

    To Display color:
    <b>Option #1</b>
    Format color 1.
    Write / 'TEST'.
    format color 3 .
    Write / 'test'.
    <b>Option #2:</b>
    write:/49 ' '.
    format color col_heading.
    write: 50 'Heading'.
    format reset
    Raja T
    Message was edited by:
            Raja Thangamani

  • About the cfform format "Flash"

    My code:
    <cfform name="test" format="Flash">
    <cfinput name="test1" type="text">
    <cfinput name="test2" type="text">
    </cfform>
    run the code, the input box "test1" and "test2" in two
    rows,how to let them in same row?
    Thanks.

    Take a look at cfformgroup type="horizontal"
    http://livedocs.adobe.com/coldfusion/7/htmldocs/00001414.htm

  • Parser for Java v2 decimal formatting bug

    XML Parser for Java v2 (up to 2.0.2.7) does not seem to format decimal numbers correctly with format-number() function. It can handle floats, but not doubles. When can this bug get fixed?
    BTW, is there a bug database for Java XML Parser?
    Thanks,
    null

    Thanks for your prompt response, here is one test:
    format.xml:
    <?xml version="1.0"?>
    <numberlist>
    <number>1234567.123456789</number>
    <number>12345678.123456789</number>
    <number>123456789.123456789</number>
    </numberlist>
    format.xsl:
    <?xml version="1.0"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <xsl:template match="number">
    <xsl:value-of select="format-number(current(), '#,##0.00000000')"/>
    </xsl:template>
    </xsl:stylesheet>
    The following output was generated from 2.0.2.7:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    1,234,567.12500000
    12,345,678.00000000
    123,456,792.00000000
    Apache Xalan 0.20 generates the following:
    <?xml version="1.0" encoding="UTF-8"?>
    1,234,567.12345679
    12,345,678.12345679
    123,456,789.12345679
    This problem also exists in v2 versions before 2.0.2.7.
    A month ago, I posted another bug report, but didn't get any reponse. Can someone look into the problem? I suspect XMLElement.setAttribute(name, value) doesn't add attributes of ID type to the internal list of ID's. The posting is at:
    http://technet.oracle.com:89/ubb/Forum11/HTML/000994.html
    Thanks,
    null

  • MIME format for Messages sent tp XI

    Hi experts,
    can anybody provide me a specification for the MIME format required, when sending Messages to XI? I am using a a tester tool which captures a message when sent to XI and than allows me to replay these messages several times. Its all working fine. But wehen recording and replaying in MIME format I get the message from XI CANNOT read payload. SUch a specification would certainly help to find where the proplem is.
    Find attached the working text message here:
    https://sapmats-de.sap-ag.de/download/download.cgi?id=L9MCN4W4XML3YLTE05JZPDVPD5AC8FI5IX3OFYE5S1E6GFBHG4 
    and the not working MIME message on the following link: https://sapmats-de.sap-ag.de/download/download.cgi?id=S3UFC8TOWZHOD9ZLXJTGLWOUWZPOU9WPBPN3AH7I4DSULEXKHO
    Maybe you can find somthing which needs to be changed.
    Thanks in advance, Sebastian

    Hi Stefan,
    I would like to achieve a load generator. This means I would like to record a message sent to XI in MIME format and den resent this message to XI. Recording and replaying is working finen, when I record the message in test format. But it does not work in MIME format. I am in contact with the developers of this tool, and we would like know why the sent MIME format is not accepted by XI. Are there any oarts which are related to the ID, so that we have to take care about special areas, when creating the MIME.
    Regards,
    Sebastian

  • Is it possible to have mm/yy format?

    Hi,
    In our application, we need only month and year. I checked DateFormat class and it expects dd/mm/yy.
    I don't know how to parse string if user enters mm/yy.
    Thx for help in advance!

    Here's an example using SimpleDateFormat:import java.text.*;
    import java.util.*;
    public class DateFormatTest {
       public static void main(String[] args) {
          SimpleDateFormat form = new SimpleDateFormat("MM/yy");
          StringBuffer sb = new StringBuffer("");
          // test formatting
          System.out.println(form.format(new Date(), sb, new FieldPosition(0)));
          // test parsing
          Date d = form.parse("10/01", new ParsePosition(0));
          System.out.println(d);
    }

  • Totals not showing in Discoverer Plus - Urgent please

    Hi there,Thanks to all for helping on questions and sharing thoughts.
    I got a question from user in Discoverer plus, this is an urgent need.
    Actually they built report in Plus in Production based on 2 folders with few conditions and all, everything working fine and getting data.
    on one column in the report they need Total mean they used Sum but it is showing only lable not the value, like Sum:
    Even we tried Cell Sum, no luck, also I tested format of data and changed to NUMBER datatype, SHOW NULLS AS to 0,
    And also created calculation to avoid nulls like case statement if it is null then '0' otherwise that value and did Toal on Calculation column, still not working.
    I've seen in Disco Admin Dev/QA, that there is joins between these folders and i regarding getting data is not an issue from user I guess.
    Can anyone guide me or point me on this that would be greatly appreciated.
    Thanks in advance,
    skat

    Thanks for your response on this,
    I didnt get you, can you explain in brief.
    See to avoid null values I created calculation and used case statement.
    When I create total using SUM or Cellsum funstions it is not giving data it is giving only the label.
    one more thing this is, actually I saved that report on myid and was trying to play and when I try to keep only that column it gave me the result if i add other columns from other folder again getting the same issue.
    Any ideas or thoughts on this please.
    --skat                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Looking for video sharing app to create .mov

    Hello,
    I hope I am in the right place and apologize if I am not.
    I am looking for a foundation to build a video sharing application for Golfswing.com.
    We need to allow our visitors to upload video of their swings (these clips are >3 second) in any video format then convert to quicktime for playback.
    Why Quicktime you ask? Because Quicktime is the only player that allows frame by frame playback of the golfers swing. Like this,
    http://www.golfswing.com/proswings/daly.htm
    Any ideas, suggestions, directions, comments, endorsements are greatly appreciated.
    Michael J.
    Golfswing.com webmaster and owner

    ffmpeg supports outputting .mov files. Not sure where you heard otherwise.
    Sorry to flood this thread with this but FYI:
    executing #ffmpeg -formats in terminal
    outputs this (not support for mov file format):
    FFmpeg version SVN-r9102, Copyright (c) 2000-2007 Fabrice Bellard, et al.
    configuration: --prefix=/opt/local --prefix=/opt/local --disable-vhook --mandir=/opt/local/share/man --enable-shared --enable-pthreads --enable-libmp3lame --enable-libogg --enable-libvorbis --enable-gpl --enable-libfaac --enable-libfaad --enable-xvid --enable-x264 --enable-liba52
    libavutil version: 49.4.0
    libavcodec version: 51.40.4
    libavformat version: 51.12.1
    built on Oct 24 2007 10:13:49, gcc: 4.0.1 (Apple Computer, Inc. build 5367)
    File formats:
    E 3g2 3gp2 format
    E 3gp 3gp format
    D 4xm 4X Technologies format
    D MTV MTV format
    DE RoQ Id RoQ format
    D aac ADTS AAC
    DE ac3 raw ac3
    E adts ADTS AAC
    DE aiff Audio IFF
    DE alaw pcm A law format
    DE amr 3gpp amr file format
    D apc CRYO APC format
    DE asf asf format
    E asf_stream asf format
    DE au SUN AU Format
    DE avi avi format
    D avs avs format
    D bethsoftvid Bethesda Softworks 'Daggerfall' VID format
    D c93 Interplay C93
    E crc crc testing format
    D daud D-Cinema audio format
    D dsicin Delphine Software International CIN format
    D dts raw dts
    DE dv DV video format
    E dvd MPEG2 PS format (DVD VOB)
    D dxa dxa
    D ea Electronic Arts Multimedia Format
    DE ffm ffm format
    D film_cpk Sega FILM/CPK format
    DE flac raw flac
    D flic FLI/FLC/FLX animation format
    DE flv flv format
    E framecrc framecrc testing format
    DE gif GIF Animation
    DE gxf GXF format
    DE h261 raw h261
    DE h263 raw h263
    DE h264 raw H264 video format
    D idcin Id CIN format
    DE image2 image2 sequence
    DE image2pipe piped image2 sequence
    D ingenient Ingenient MJPEG
    D ipmovie Interplay MVE format
    DE m4v raw MPEG4 video format
    D matroska Matroska file format
    DE mjpeg MJPEG video
    D mm American Laser Games MM format
    DE mmf mmf format
    *E mov mov format*
    *D mov,mp4,m4a,3gp,3g2,mj2 QuickTime/MPEG4/Motion JPEG 2000 format*
    E mp2 MPEG audio layer 2
    DE mp3 MPEG audio layer 3
    E mp4 mp4 format
    D mpc musepack
    DE mpeg MPEG1 System format
    E mpeg1video MPEG video
    E mpeg2video MPEG2 video
    DE mpegts MPEG2 transport stream format
    D mpegvideo MPEG video
    E mpjpeg Mime multipart JPEG format
    DE mulaw pcm mu law format
    D mxf MXF format
    D nsv NullSoft Video format
    E null null video format
    D nut nut format
    D nuv NuppelVideo format
    DE ogg Ogg format
    E psp psp mp4 format
    D psxstr Sony Playstation STR format
    DE rawvideo raw video format
    D redir Redirector format
    DE rm rm format
    E rtp RTP output format
    D rtsp RTSP input format
    DE s16be pcm signed 16 bit big endian format
    DE s16le pcm signed 16 bit little endian format
    DE s8 pcm signed 8 bit format
    D sdp SDP
    D shn raw shorten
    D smk Smacker Video
    D sol Sierra SOL Format
    E svcd MPEG2 PS format (VOB)
    DE swf Flash format
    D thp THP
    D tiertexseq Tiertex Limited SEQ format
    D tta true-audio
    D txd txd format
    DE u16be pcm unsigned 16 bit big endian format
    DE u16le pcm unsigned 16 bit little endian format
    DE u8 pcm unsigned 8 bit format
    D vc1 raw vc1
    E vcd MPEG1 System format (VCD)
    D vmd Sierra VMD format
    E vob MPEG2 PS format (VOB)
    DE voc Creative Voice File format
    DE wav wav format
    D wc3movie Wing Commander III movie format
    D wsaud Westwood Studios audio format
    D wsvqa Westwood Studios VQA format
    D wv WavPack
    DE yuv4mpegpipe YUV4MPEG pipe format
    Codecs:
    D V 4xm
    D V D 8bps
    D V VMware video
    DEA aac
    D V D aasc
    DEA ac3
    DEA adpcm_4xm
    DEA adpcm_adx
    DEA adpcm_ct
    DEA adpcm_ea
    DEA adpcmimadk3
    DEA adpcmimadk4
    DEA adpcmimaqt
    DEA adpcmimasmjpeg
    DEA adpcmimawav
    DEA adpcmimaws
    DEA adpcm_ms
    DEA adpcmsbpro2
    DEA adpcmsbpro3
    DEA adpcmsbpro4
    DEA adpcm_swf
    D A adpcm_thp
    DEA adpcm_xa
    DEA adpcm_yamaha
    D A alac
    DEV D asv1
    DEV D asv2
    D A atrac 3
    D V D avs
    D V bethsoftvid
    DEV bmp
    D V D c93
    D V D camstudio
    D V D camtasia
    D V D cavs
    D V D cinepak
    D V D cljr
    D A cook
    D V D cyuv
    D A dca
    D V D dnxhd
    D A dsicinaudio
    D V D dsicinvideo
    DES dvbsub
    DES dvdsub
    DEV D dvvideo
    D V dxa
    DEV D ffv1
    DEVSD ffvhuff
    DEA flac
    DEV D flashsv
    D V D flic
    DEVSD flv
    D V D fraps
    DEA g726
    DEV gif
    DEV D h261
    DEVSDT h263
    D VSD h263i
    EV h263p
    DEV DT h264
    DEVSD huffyuv
    D V D idcinvideo
    D A imc
    D V D indeo2
    D V indeo3
    D A interplay_dpcm
    D V D interplayvideo
    DEV D jpegls
    D V kmvc
    EV ljpeg
    D V D loco
    D A mace3
    D A mace6
    D V D mdec
    DEV D mjpeg
    D V D mjpegb
    D V D mmvideo
    DEA mp2
    DEA mp3
    D A mp3adu
    D A mp3on4
    D A mpc sv7
    DEVSDT mpeg1video
    DEVSDT mpeg2video
    DEVSDT mpeg4
    D A mpeg4aac
    D VSDT mpegvideo
    DEVSD msmpeg4
    DEVSD msmpeg4v1
    DEVSD msmpeg4v2
    D V D msrle
    D V D msvideo1
    D V D mszh
    D V D nuv
    DEV pam
    DEV pbm
    DEA pcm_alaw
    DEA pcm_mulaw
    DEA pcm_s16be
    DEA pcm_s16le
    DEA pcm_s24be
    DEA pcm_s24daud
    DEA pcm_s24le
    DEA pcm_s32be
    DEA pcm_s32le
    DEA pcm_s8
    DEA pcm_u16be
    DEA pcm_u16le
    DEA pcm_u24be
    DEA pcm_u24le
    DEA pcm_u32be
    DEA pcm_u32le
    DEA pcm_u8
    DEV pgm
    DEV pgmyuv
    DEV png
    DEV ppm
    D V ptx
    D A qdm2
    D V D qdraw
    D V D qpeg
    D V D qtrle
    DEV rawvideo
    D A real_144
    D A real_288
    DEA roq_dpcm
    D V D roqvideo
    D V D rpza
    DEV D rv10
    DEV D rv20
    DEV sgi
    D A shorten
    D A smackaud
    D V smackvid
    D V D smc
    DEV snow
    D A sol_dpcm
    DEA sonic
    EA sonicls
    D V D sp5x
    DEV D svq1
    D VSD svq3
    DEV targa
    D V theora
    D V D thp
    D V D tiertexseqvideo
    DEV tiff
    D V D truemotion1
    D V D truemotion2
    D A truespeech
    D A tta
    D V txd
    D V D ultimotion
    D V vc1
    D V D vcr1
    D A vmdaudio
    D V D vmdvideo
    DEA vorbis
    D V vp3
    D V D vp5
    D V D vp6
    D V D vp6f
    D V D vqavideo
    D A wavpack
    DEA wmav1
    DEA wmav2
    DEVSD wmv1
    DEVSD wmv2
    D V wmv3
    D V D wnv1
    D A ws_snd1
    D A xan_dpcm
    D V D xan_wc3
    D V D xl
    EV xvid
    DEV D zlib
    DEV zmbv
    Supported file protocols:
    file: http: pipe: rtp: tcp: udp:
    Frame size, frame rate abbreviations:
    ntsc pal qntsc qpal sntsc spal film ntsc-film sqcif qcif cif 4cif
    Motion estimation methods:
    zero(fastest) full(slowest) log phods epzs(default) x1 hex umh iter
    Note, the names of encoders and decoders dont always match, so there are
    several cases where the above table shows encoder only or decoder only entries
    even though both encoding and decoding are supported for example, the h263
    decoder corresponds to the h263 and h263p encoders, for file formats its even
    worse

  • Doesn't seem to work with my host

    I have the following code
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    #zzz { border:3px solid #000; width:400px; }
    </style>
    </head>
    <body>
    <div id="zzz">
    <table class="box">
    <tr>
    <td>
    <cfform name="test" format="flash">
    <cfformitem type="text">Some text shown
    here</cfformitem>
    </cfform>
    </td>
    </tr>
    </table>
    </div>
    </body>
    </html>
    As you can see it is very simple.
    on www.revolutionriders.com/bikes2.cfm
    I can see the page with the css formatting, but not the "Some
    text shown here" text - on my site
    but taking the same code and putting it on my server at
    works, the text appears as it should.
    In both cases I am using IE 7 - I'm told the text appears in
    firefox
    any thoughts on what my host my have set/not set that might
    be interfering? Or other ideas in general?

    Just taking a stab based on the page source, but does your
    host have the files CF_RunActiveContent.js and cfformhistory.cfm in
    their /CFIDE/Scripts directory?

  • Header and Detail total mismatch

    Hi All,
            I have file to proxy scenario, and i am using XSLT mapping for source to Traget mapping,
    Here, I add all amounts in details and compare it to Header amount, issue is that although the totals are matching i am still getting total mismatch error.
    The number have 2 decimal places.
    This is the code that i am using:
    <xsl:if test="format-number(number($vInvoice),'#.00') != format-number(sum(a:MT_PaymentData/RecordSet/RecordLineItem/LineItemAmount),'#.00')">
                                       <xsl:value-of select="string('AmtMisMatch ')"/>
                                  </xsl:if>
    Pls advice,
    XIer

    Hi,
    Did you try to use it in your mapping? I mean import the zip in your Interface Mapping and try to execute it there.And see if you are getting the wrong output still. Even i was getting the wrong output in the XMLSPY for my code. But when i implemented the same code in mapping it worked fine.
    Regards,
    Sanjeev.

  • How can  i  display the Number  instead of  E

    Hello Everyone ;
    I am getting confused. How can i display the Number but the Exponential value is coming as E.
    SQL> select sum(amount_sold) from sales;
    SUM(AMOUNT_SOLD)
    1.1287E+11
    Table details ..
    SQL> desc sales
    Name                                          Null?        Type
    AMOUNT_SOLD NUMBER
    i want to change 1.1287E+11 to "numeric"
    DB : 10.2.0.4
    os : rhel 5.1

    Just a minor correction on an obvious math/responding too fast error: 1.1287E+11 is a 12 digit number. You move the decimal 11 positions to the right which would add 7 zeroes to the value.
    MPOWEL01> l
      1  select length(to_char(1.1287E+11)), to_char(1.1287E+11,'999,999,999,999'), 1.1287E+11 "TEST"
      2* from sys.dual
    MPOWEL01> col TEST format 999999999999
    MPOWEL01> /
    LENGTH(TO_CHAR(1.1287E+11)) TO_CHAR(1.1287E+          TEST
                             12  112,870,000,000  112870000000the problem was that the OP failed to alias the sum result to the formatted column rather than the lenght of the data.
    HTH -- Mark D Powell --

  • How to Create new diskgroup in ASM ?

    Hi experts,
    We are using IBM AIX 5.3L OS on IBM Servers.
    Oracle Database EE 10G 10.1.0.4.0,
    RAC and ASM
    Presently There are 3 diskgroup (Filesystem) in my DB suppose
    +ABC
    +DEF
    +GHI
    Now I want to add a new Diskgroup (File system)
    Say
    +XYZ
    and I want to tranfer some file from OS to ASM so that these files are stored in
    +XYZ
    I m new to ASM plz suggest me in detail.
    Thanks and Regards,

    Cool_DBA wrote:
    Hi experts,
    We are using IBM AIX 5.3L OS on IBM Servers.
    Oracle Database EE 10G 10.1.0.4.0,
    RAC and ASM
    Presently There are 3 diskgroup (Filesystem) in my DB suppose
    +ABC
    +DEF
    +GHI
    Now I want to add a new Diskgroup (File system)
    Say
    +XYZ
    and I want to transfer some file from OS to ASM so that these files are stored in CREATE DISKGROUP XYZ NORMAL REDUNDANCY
    FAILGROUP controller1 DISK
    '/devices/a1' NAME diskA1 SIZE 250G FORCE,
    '/devices/a2',
    '/devices/a3'
    FAILGROUP controller2 DISK
    '/devices/b1',
    '/devices/b2',
    '/devices/b3';
    Use RMAN to copy the datafile or tablespace from OS to your ASM Disk Group
    RMAN> backup as copy tablespace test format '+XYZ';
    RMAN> switch tablespace test to copy; (Updates controlfile to use new location)
    SQL> select file_name from dba_data_files where tablespace_name='TEST';
    (check to see
    Y can delete the

  • WCF-WebHttp Adapter Substituting Nonstandard Characters In Address URI With Web Encoded Equivalent

    I’m using the WCF-WebHttp adapter to send an HTTP Get request to a REST API. The request has to be formatted as shown…
    http://xxx.xxx.xxx.xxx/HPRMServiceAPI/Record?q=title:test*&format=json
    Essentially this is searching for any records with “test” in their title and returning a JSON formatted response containing information on any records that match the search criteria. I don’t have any flexibility in how this request is formatted. It has to
    confirm to the syntax above.
    If I hardcode the above uri in the Address URI field in the WCF-WebHttp adapter configuration and put a request through my BizTalk application, BizTalk correctly sends that request and I get my expected response.
    So far so good.
    The problem is the query portion of the request string (“?q=title:test*” in the example above) needs to be created dynamically based on what is specified in an incoming request to my BizTalk application. It may contain many search criteria and is not limited
    to just record titles as in my example.
    This, I thought would be straight forward: I construct the query portion of the request string in a custom send pipeline and insert that value into a promoted property which is then used by the URL mapping mechanic of the WCF-WebHttp adapter.
    So now the uri in the Address URI field in the WCF-WebHttp adapter configuration simply contains…
    http://xxx.xxx.xxx.xxx/HPRMServiceAPI
    And the remaining part of the request is defined using a URL mapping…
    <BtsHttpUrlMapping>
    <Operation Name="DocumentSearchRequest" Method="GET" Url="/Record{searchquery}" />
    </BtsHttpUrlMapping>
    Where the {searchquery} variable is mapped to a promoted property.
    I can see that my custom send pipeline is correctly promoting the property and that it contains the correct value (e.g “?q=title:test*&format=json”). The problem is that the WCF-WebHttp adapter is now substituting the “?” with its web encoded equivalent
    (%3F). When I view the outgoing HTTP request in Fiddler it looks like this…
    http://xxx.xxx.xxx.xxx/HPRMServiceAPI/Record%3Fq=title:test*&format=json
    I have tried numerous ways of constructing the HTTP request, including hardcoding the offending “?q=” section into the URL mapping rather than having it in the promoted property…
    <Operation Name="DocumentSearchRequest" Method="GET" Url="/Record?q={searchquery}" />
    But this results in other characters (“:”, “&”, “=”) being web encoded in the outgoing HTTP request. Fiddler shows this…
    /HPRMServiceAPI/Record/?q=title%3atest*%26format%3djson
    Similarly, hardcoding the “/Record?q=” section in the Address URI field in the WCF-WebHttp adapter configuration like this…
    http://xxx.xxx.xxx.xxx/HPRMServiceAPI/Record?q=
    …and having the URL mapping contain just…
    <Operation Name="DocumentSearchRequest" Method="GET" Url="{searchquery}" />
    …results in the following outgoing HTTP request (Fiddler shows “?q=” portion now being placed at the end of the request string)…
    http://xxx.xxx.xxx.xxx/HPRMServiceAPI/Record/title:test*&format=json?q=
    So in summary it seems the WCF-WebHttp adapter is struggling to correctly assemble the HTTP request string when a portion of it is supplied in a promoted property and used by the URL mapping mechanic. Specifically when that portion contains nonstandard characters
    (“?”, “:”, “&”, “=” etc), the WCF-WebHttp adapter substitutes them for their web encoded equivalent.
    Any suggestions?

    Thanks Ravindar,
    Unfortunately, I don’t have control of the ‘receive side’. I can’t write a custom pipeline component at the receive side as it is not a BizTalk application, it’s a 3rd party web site exposing REST-like behaviour.
    I have however made progress. It occurred to me the WCF-WebHttp adapter isn't the problem. It's doing exactly what it should by URL encoding any potentially 'unsafe' characters that have been 'injected' into the URL via a promoted property. Potentially the
    promoted property could contain malicious content, especially if that content has been sourced directly from text in an incoming message to BizTalk.
    So the WCF-WebHttp adapter is URL encoding ‘?’ to ‘%3F’ which is probably good behaviour from a security point of view.
    http://xxx.xxx.xxx.xxx/HPRMServiceAPI/Record%3Fq=title:test*&format=json is a perfectly valid address.
    So I looked again at the actual error I was receiving from the 3rd party site. It was…
    HTTP/1.1 400 Bad Request
    System.Web.HttpException: A potentially dangerous Request.Path value was detected from the client (?).
    So, after some research, I edited the web.config of the 3rd party site so it no longer excludes any specific characters from the request.
      <system.web>
        <httpRuntime requestPathInvalidCharacters="" requestValidationMode="2.0" />
      </system.web>
    The 400 Bad Request has gone away and the 3rd party site is processing my request now. Unfortunately it still seems to have an issue with ‘%3F’ being used in place of ‘?’, but I think that will have to be resolved in IIS/web config on the receive side (maybe
    by using request filtering
    http://www.iis.net/configreference/system.webserver/security/requestfiltering) or by discussing with the sites developers.
    In summary, I now believe the WCF-WebHttp adapter is behaving correctly by substituting URL encoded values in place of potentially unsafe characters.
    Thanks for your help.

  • Is my Camcorder recording speed going to effect playback?

    I just got a new FS-100 Canon Videocamera which records on SD and SDHC cards. It has the abilty to record in LP (3 mb/sec); SP (6 mb/sec) and XP (9 mb/sec). So I'm thinking best to record in the highest quality - since I'm taking a major vacation trip (finally!)--
    --but then read that it might be better to record in SP (6 mb/sec) because although iMovie will not have a problem with this, I read: "...but 6 mb/sec better if your final format is DVD since some players will have problems keeping up".
    I'm not really sure what that means---
    ---My DVD player is April 2002 vintage; and today a new one is not expensive-- so I don't really want to sacrifice quality--
    NOTE: This camcorder is Standard Definition, NOT HIGH DEFINITION - and I'm using the 4:3 recording format since I still have an standard TV (1992 Sony...)
    OK this may also be a question for iMovie but any comments appreciated. My idea is to import from the SD and SDHC cards into iMovie and then burn DVD's from there-- but believe I have to use iDVD to burn DVD's?
    Thanks!
    Steve Schulte

    I prefer using camcorders that have a FW port in terms of a digital interface as opposed to USB2. I also prefer using iM6 as opposed to iMovie 7 when it comes to editing and custom chapter markers. It's a free download from apple's web site assuming you already have iLife'08:
    http://support.apple.com/downloads/iMovieHD6
    That would be my first recommendation. The second would be to record to MiniDv tape and not to SD cards if you plan to edit with i-Apps as well as burn to DvD-R Verbatim. The final results will look cleaner than video captured to SD Memory cards. I'm assuming this planned vacation is a once in a lifetime trip with loved ones and if it were mine (I wish) I'd want it recorded to a highly reliable and tested format. MiniDv is just that.
    The camcorder you currently use is not my favorite choice. The FS100 will deliver typical budget video in line with their budget price tags. But is this really what you want for your vacation? Think about it? "No optical image stabilization; ineffective wind filter; no headphone jack; modest video quality."???
    Will it work? .... marginally, yes (or rather maybe). And not without jumping through a few hoops to finally get it to Dvd-R. And when all is said and done; what about the quality? Is this how you will remember your vacation?
    Is your choice of camcorders even listed here?
    http://support.apple.com/kb/HT1014
    http://reviews.cnet.com/digital-camcorders/canon-fs100-silver/4505-6500_7-327863 99.html
    Lastly, in regard to recording speed. Stay with SP mode (or the highest setting for quality playback". Don't forget to bring a quality tripod in the event you do opt to stay with the FS100 simply out of Budget considerations.
    Message was edited by: SDMacuser

  • Wrong modified dates in my folders

    Hi,
    I have this nagging problem for a while, all the "date modified" in most of my folders (application, documents,utility, libraries, download, etc.) are wrong.
    They all show up with january dates, some this year, some previous years.Recent modifications are noted as "today" and "yesterday", beyond
    that I get january dates.
    My date and hour preferences are set ok.
    Repaired permissions quite a few times, nothing changed.
    Waited for a few system updates (10.7.3 - 10.7.2 - 10.7.1) hoping it would correct itself, but no.
    Any clue?
    Thank's

    Go to System Preferences > Language & Test > Formats. Click the "Customize" button in the Dates section.
    The four formatting boxes in the upper portion of tat screen should contain only blue ovals (plus plain text separators, as needed, such as commas, etc.). If any of them contain a plain text entry, such as the word January, delete that plain text and replace it with the appropriate blue oval dragged up from the lower section.
    Note - the text displayed on each oval is a representative label, and is not meant to reflect the current date info.

Maybe you are looking for