படம் இயக்குவது சுலபம் ஒரு படத்தை தயாரிப்பதுதான் கடினமான வேலை ” பார்கவி ” படத்தின் மூலம் இயக்குனராக மாறிய தயாரிப்பாளர் V.ராஜா

" }, apiUrl = 'https://api.flickr.com/services/rest/', photos = []; // The actual plugin constructor function Plugin(element, options) { this.element = jQuery(element); this.settings = jQuery.extend({}, defaults, options); this._defaults = defaults; this._name = pluginName; this._hideSpinner = function() { this.element.find('.spinner-wrapper').hide().find('*').hide(); }; this._printError = function() { this.element.find('.gallery-container').append(jQuery("
", { "class": "col-lg-12 col-lg-offset-1" }) .append(jQuery("
", { "class": "error-wrapper" }) .append(jQuery("", { "class": "label label-danger error" }) .html(this.settings.errorText)))); }; this._flickrAnimate = function() { this.element.find('.gallery-container img').each(jQuery.proxy(function(index, el) { var image = el; setTimeout(function() { jQuery(image).parent().fadeIn(); }, this.settings.loadingSpeed * index); }, this)); }; this._printGallery = function(photos) { var element = this.element.find('.gallery-container'); jQuery.each(photos, function(key, photo) { var img = jQuery('', { 'class': 'thumb img-thumbnail gall-img-responsive', src: photo.thumbnail, }); element.append(jQuery('
', { 'class': 'col-md-4 col-sm-6 wl-gallery ' + photo.hideme }) .append(jQuery('
', { 'class': 'b-link-fade b-animate-go' }) .append(jQuery('', { 'data-lightbox-gallery': 'enigma_lightbox', 'class': 'nivoz_78035', title: photo.title, href: photo.href }).hide() .append(img) .append(jQuery('
', { 'class': 'b-wrapper' }))))); }); element.imagesLoaded() .done(jQuery.proxy(this._flickrAnimate, this)) .always(jQuery.proxy(this._hideSpinner, this)); }; this._flickrPhotoset = function(photoset) { var _this = this; var hidemeval = ""; photos[photoset.id] = []; jQuery.each(photoset.photo, function(key, photo) { // hide thumbnails after a limit if(key > 29) { hidemeval = "hidepics"; } // Limit number of photos. if(key >= _this.settings.photosLimit) { return false; } photos[photoset.id][key] = { thumbnail: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_n.jpg', href: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_b.jpg', title: photo.title, hideme: hidemeval }; }); this._printGallery(photos[photoset.id]); }; this._onFlickrResponse = function(response) { if(response.stat === "ok") { this._flickrPhotoset(response.photoset); } else { this._hideSpinner(); this._printError(); } }; this._flickrRequest = function(method, data) { var url = apiUrl + "?format=json&jsoncallback=?&method=" + method + "&api_key=" + this.settings.apiKey; jQuery.each(data, function(key, value) { url += "&" + key + "=" + value; }); jQuery.ajax({ dataType: "json", url: url, context: this, success: this._onFlickrResponse }); }; this._flickrInit = function () { this._flickrRequest('flickr.photosets.getPhotos', { photoset_id: this.settings.photosetId }); }; // Init this.init(); } Plugin.prototype = { init: function () { this._flickrInit(); } }; // Wrapper jQuery.fn[pluginName] = function (options) { this.each(function () { if (!jQuery.data(this, "plugin_" + pluginName)) { jQuery.data(this, "plugin_" + pluginName, new Plugin(this, options)); } }); // Chain return this; }; })(jQuery, window, document);

Paarkavi Movie gallery

'); jQuery('.b-link-stroke').prepend('
'); /* Twist */ jQuery('.b-link-twist').prepend('
'); jQuery('.b-link-twist').prepend('
'); jQuery('.b-link-twist img').each(function(index, element) { jQuery(this).css('visibility','hidden'); jQuery(this).parent().find('.b-top-line, .b-bottom-line').css('background-image','url('+jQuery(this).attr('src')+')'); }); /* Flip */ jQuery('.b-link-flip').prepend('
'); jQuery('.b-link-flip').prepend('
'); jQuery('.b-link-flip img').each(function(index, element) { jQuery(this).css('visibility','hidden'); jQuery(this).parent().find('.b-top-line, .b-bottom-line').css('background-image','url('+jQuery(this).attr('src')+')'); }); /* Fade */ jQuery('.b-link-fade').each(function(index, element) { jQuery(this).append('
') }); /* Flow */ jQuery('.b-link-flow').each(function(index, element) { jQuery(this).append('
') }); /* Box */ jQuery('.b-link-box').prepend('
'); jQuery('.b-link-box').prepend('
'); /* Stripe */ jQuery('.b-link-stripe').each(function(index, element) { jQuery(this).prepend('
'); }); /* Apart */ jQuery('.b-link-apart-vertical, .b-link-apart-horisontal').each(function(index, element) { jQuery(this).prepend('
'); }); /* diagonal */ jQuery('.b-link-diagonal').each(function(index, element) { jQuery(this).prepend('
'); }); setTimeout("calculate_margin();", 100); });
Flickr Album Gallery Pro Powered By: wpfrank

படம் இயக்குவது சுலபம் ஒரு படத்தை தயாரிப்பதுதான் கடினமான வேலை
” பார்கவி ” படத்தின் மூலம் இயக்குனராக மாறிய தயாரிப்பாளர் V.ராஜா

புதுமுகங்களை வைத்து ” பார்கவி ”  என்ற படத்தை தயாரித்து, இயக்க இருக்கிறார் ” அருவா சண்ட ”  படத்தின் தயாரிப்பாளரும், நாயகனுமான  v.ராஜா.

கடந்த ஆகஸ்டு 1ஆம் தேதி இயக்குனரின் பிறந்த நாளான அன்று படத்தின் தலைப்பை ” மக்கள் செல்வன் விஜய் சேதுபதி ” வெளியிட்டார் சினிமா கலைஞர்கள் மத்தியில் மட்டுமல்லாமல், ஒட்டுமொத்த சினிமா ரசிகர்கள் மத்தியிலும் படத்தின் தலைப்பும் அதன் தோற்றமும் பெரும் வரவேற்பை பெற்றுள்ளது.

படத்தை பற்றி இயக்குனரும், தயாரிப்பாளருமான V.ராஜா கூறியதாவது….

ஒரு படத்தை இயக்குவது பெரிய வேலை இல்லை. படத்தை தயாரிப்பது தான் கலைத்துறையில் கடினமான விஷயம் எனவே தயாரிப்பை விட சுலபமானது தான் இந்த இயக்குனர் வேலை. வாழ்க்கைக்கே  ஆபத்தான தொழில் சினிமா தயாரிப்பு தொழில் தான், இயக்குனர் மட்டும் அல்லாமல் பல கலைஞர்களை உருவாக்கி அவர்களுக்கு வசதியான வாழ்வியலை உருவாக்கி கொடுத்த பல தயாரிப்பாளர்கள் நிலமை இன்று கேள்விக்குறியாக உள்ளது. எனவே எனது படைப்பான ” பார்கவி ”  படத்தின் கதை, திரைக்கதையை நானே எழுதி இயக்குகிறேன்.

” பார்கவி ”  படம் வரலாற்று படமாகும், பிரமாண்டமான படத்தை எனது அனுபவத்தையும் எனக்கு உறுதுணையாக மிக அனுபவம் வாய்ந்த இயக்குனர் பாண்டி செல்வா மற்றும் ராஜி கோபி இருவரையும் இணை இயக்குனர்களாகவும், படத்தின் பலமாக அருவா சண்ட படத்தின் ஒளிப்பதிவாளர் சந்தோஷ்பாண்டியும் உடன் இருக்க குறைந்த பட்ஜெட்டில் பிரமாண்டமான படத்தை என்னால் கொண்டு வர முடியும் என்ற நம்பிக்கை இருக்கிறது. இதுமட்டும் அல்லாது  தேசிய விருது பெற்ற எடிட்டர் V J சாபு ஜோசப் இருக்கிறார். இந்த படத்தில் அனைத்து டெக்னீசியன்களும் மிகவும் அனுபவம் மட்டும் அல்ல நுனுக்கமான தொழில் நுட்பமும்  தெறிந்தவர்கள், எனவே படம் வெற்றி படமாக அமைவது உறுதி.

படத்தின் கதாநாயகன் முகேஷ் பட்டதாரி இளைஞன், கதாநாயகி ஸ்ரேயா மாடலிங் துறையில் நல்ல அனுபவம் உள்ளவர் இருவரும் நடிப்பு பயிற்சிகள் பெற்று வருகிறார்கள். விரைவில் மற்ற நடிகர்கள், தொழில்நுட்ப கலைஞர்கள் அறிவிப்புடன் படப்பிடிப்பு நடைபெற உள்ளது.

கதை, திரைக்கதை, இயக்கம் – v ராஜா
கதாநாயகன் – முகேஷ்
கதாநாயகி – ஸ்ரேயா
ஒளிப்பதிவு – சந்தோஷ் பாண்டி
இணை இயக்குனர்கள் – பாண்டி செல்வா & ராஜி கோபி
எடிட்டர் – V J சாபு ஜோசப்
நடனம் – ராதிகா
உடைகள் – அமல்ராஜ்
புகைப்படம் – stills விஜய் மணி
மக்கள் தொடர்பு – மணவை  புவன்
டிசைன்ஸ் – சிந்து கிராபிக்ஸ்
இணை தயாரிப்பு – முகேஷ் குமார்
தயாரிப்பு – v ராஜா
தயாரிப்பு நிறுவனம் – ஒயிட் ஸ்கிரீன் புரொடக்‌ஷன்

Actor MugeshActress ShreyaDirector VRajaParkavi Movie
Share
Comments (0)
Add Comment