Jump to content

mx1001

Members
  • Posts

    68
  • Joined

  • Last visited

Everything posted by mx1001

  1. Sorry I didn't saw your reply of 26.10.21 . So you found a solution .
  2. 1) I found this 6.01 portable version : https://mega.nz/file/nHgRwYyB#hQlM27QMVoXBUtFs95DZUtQb0NhrQuVcABOPSCtkytM Don't know if it's still WinXP compatible . Includes a ffmpeg23.exe file (09.03.2018) . 2) I found ffmpeg19.exe from 2015: https://mega.nz/file/KDoxVQzR#r0YwKqASOnB3raxUsFndnKWTiqcno4hz8hbGF4YLZm8 So try to Install a 4.x version or 3.x version from: http://www.oldversiondownload.com/
  3. @Russ Croucher As I mentioned in a previous topic , I do something more time saving: 1) Before starting editing , I start stabilizing all videos with a stand alone stabilizer (i prefer ffmpeg its a gnu , free) . Stabilized files get a new name / folder. I prefer ffmpeg than the build in deshaker . I prefer ffmpeg even over Mercalli 4 . For some reason Videopad use pretty old version of Deshake (2.4) . FFmpeg have less borders and better results from both of them (Deshaker 2.4 / Mercalli 4) . 2) At the same time or later or next day or whenever I want I start editing the whole project . 3) If I chose to replace some sections with stabilized ones , I isolate them in a separate clip , and I chose 'Replace Clip File' and I replace them whith the stabilized ones. If the stabilized files are not ready yet I save the project and continue replacing files later or tomorrow ... 4) (Optionally) FFmpeg batch files can be structured like a watchfolder so they can be run in a separate machine in my LAN , so I got 0% CPU consumption in my PC during stabilization (when they run from another PC) . Here are some batch script I use: @ECHO OFF CLS MD Videos for %%a in (videos\*.*) do ( DEL transforms.trf ffmpeg -i "%%a" -vf vidstabdetect -f null - ffmpeg -i "%%a" -vf vidstabtransform=smoothing=50:crop=keep:invert=0:relative=0:zoom=0:optzoom=2:zoomspeed=0.2:interpol=bilinear:tripod=0 -map 0 -c:v libx264 -preset fast -crf 9 -c:a aac -b:a 192k "videos\%%~na-DONE.mp4" DEL transforms.trf ) echo echo echo "------>>>>>>>>>> J O B I S N O W C O M P L E T E <<<<<<<<<<------" echo PAUSE EXIT More: ffqueue gui
  4. The above procedure made on an project without unloading / reloading it .
  5. 7.xx versions up to now (7.30) have the followig behaviour: 1) I load some project and try to make my first export . Export -> Video File -> Preset: Custom File Format -> Pencil symbol -> H265 / "High Quality / Larger Filesize" / Audio: 192 kbps => OK => Create 2) Now lets make another encoding ... Export -> Video File -> ... We notice that Preset display 'Custom" , but VP didn't saved previous settings (H264 / Default Quality ). Now if I drop down 'Custom' and choose 'Custom' again (!) . My favourite settings will now be restored (H265 / "High Quality / Larger Filesize" / Audio: 192 kbps) Maybe this is the reason for many people who can't make expected exports .
  6. There is no answer so long . So Videopad will fix or brake this feature ? (!)
  7. The original DV file is avi 5.5GB (lets say A.avi) . I isolate a small portion of 5 secs using AviDemux (lets say B.avi) . B.avi is interlaced again . For some peculiar reason 6.21 succeeded to export deinterlaced both A.avi and B.avi , Using 7.24 export file A.avi is interlaced but B.avi is OK deinterlaced . The problem is I can't sent A.avi . The small sample B.avi is succsesfully exported using 7.24 .
  8. 7.24 does not yet solves the DV tapes deinterlacing issue reported @ 7.11 Video w 6.31 http://prntscr.com/oiq5xm Video w 7.24 http://prntscr.com/oiq6nz Using 7.24 video preview is OK (deinterlaced) but when exporting it , it still has interlace . I reported once more today. So I stick to 6.31 for one more reason . Regards Mike
  9. 1) Before inserting the clip into timeline , rotate it 180 degrees . 2) Insert this clip into timeline . Preview looks OK . 3) Split the clip . 4) The B part of the clip is not rotated but the 180 deg. rotation effect is enabled on this clip . So I go back to 6.31 ... again ...
  10. I do something more time saving: 1) Before starting editing , I start stabilizing all videos with a stand alone stabilizer (i prefer ffmpeg) . Stabilized files get a new name / folder. I prefer ffmpeg than the build in deshaker . I prefer ffmpeg even over Mercalli 4 . FFmpeg have less borders and better results from both of them (Deshaker 2.4 / Mercalli 4) . 2) At the same time or later or next day or whenever I want I start editing the whole project . 3) If I chose to replace some sections with stabilized ones , I isolate them in a separate clip , and I chose 'Replace Clip File' and I replace them whith the stabilized ones. If the stabilized files are not ready yet I save the project and continue replacing files later or tomorrow ... 4) (Optionally) FFmpeg batch files writen like a watchfolder so they can be run in a separate machine in my LAN , so I got 0% CPU consumption in my PC during stabilization when they run from another PC . So I never wait for stabilization .
  11. @Alex J Are you sure that you manage to use vdf plugins ?. As I reported I can't use vdf plugins from all 6.xx - 7.xx versions Which version do you use ? Concerning Noise Reduction , I assume that is was removed due to very very low proccess time . I downgraded 6.31 only to test it but it was terribly slow. Ragards Mike .
  12. Even if I try to test your recomended vdf plugins from: https://www.nchsoftware.com/videopad/free-plugins.html Let's say MSU Old Cinema 2.0 The plugin dialog opens but finally there is no effect on my video: http://prntscr.com/oeyqt2 TIA Mike
  13. Using MediaInfo I found that "Default Quality" is CRF=28 and "High Quality" is CRF=24 . However x265 version is 1.8 and this is extremely old (10.08.2016) , currnent is 3.1 (18.06.2019) .
  14. Concernig the bug report I already did this . Regarding 265 , when choosing .AVI there is not h265 option . After intalling x265vfw_x86_v300_x265b169_8bit_20190226.exe I could choose it . However the question is how to disable the limitation of a wrong size estimation .
  15. mp4 works good . I try to make .avi in order to use the external vfw265 codec (internal h265 does not have so many options) I use 6.32 (the latest 6.xx version) . All 7.xx versions does not deinterlace OK my DV files (as I previously reported)
  16. Export to AVI estimates wrong file size and cannot disable file size limitation . 40 minutes avi as H264 or H265 makes about 500-600MB video . However when switch to avi and put all appropriate settings VP estimates 40GB output and does not allow to proceed . http://prntscr.com/o3jrqi http://prntscr.com/o3jruy
  17. Up to version 6.32 , my old files captured from my previous DV camera managed preety well (without having to apply any deinterlace filter) . Version 7.10 can't handle deinterlacing out-of-the-box so good . See some samples: https://imgur.com/a/5iHyyiE Regards Mike -------------------------------------------------------------------------------------------------------------------------------------------------------------- DV File format: FILE_NAME Capture_042.avi FILE_NAME_WITH_PATH O:\_DV_Videos_\Capture_042.avi FILE_SIZE 2,347,181,686 CONT_AUDIO_STREAM_COUNT 1 CONT_BASETYPE AVI(.AVI) CONT_BYTES_MISSING 0 CONT_INTERLEAVE_ALIGN CONT_INTERLEAVE_PRELOAD CONT_INTERLEAVE_TIME CONT_SUBTYPE Multipart OpenDML AVI (3 parts), CONT_TOTAL_BITRATE 0 VIDEO_ASPECT_TYPE_PAL PAL VIDEO_BITRATE 28803 VIDEO_CODEC_NAME DVC/DV Video VIDEO_CODEC_STATUS Codec(s) are Installed VIDEO_CODEC_TYPE dvsd VIDEO_DAR 1.778 VIDEO_DURATION 10:29.480 VIDEO_FIELDS_PER_SEC 50.000 VIDEO_FRAME_COUNT 15737 VIDEO_FRAMES_PER_SEC 25.000 VIDEO_PAR 1.422 VIDEO_PICS_PER_SEC 25.000 VIDEO_QF 2.778 VIDEO_SAR 1.250 VIDEO_SIZE_X 720 VIDEO_SIZE_Y 576 AUDIO_BITRATE 1024 AUDIO_BITRATE_TYPE AUDIO_CHANNEL_COUNT 2 AUDIO_CODEC PCM Audio AUDIO_CODEC_STATUS No Codec Required AUDIO_MPEG_STREAM_ID AUDIO_MPEG_SUBSTREAM_ID AUDIO_SAMPLE_RATE 32000
  18. Hello , When I try to encode h265 , "Default Quality" and "High Quality" templates works preety well all times . So what is the equivelant "Quality (Rate facrtor)" and "Encoding Speed" you use for them ? Is it so ? (are you are using a constant quality procedure ?) Or there is something else ? Regards Mike
  19. I found that the only way is to downgrade . Version 4.22 or lower does not start loseless .
  20. Hello When I try to encode from h264 .mp4 to h265 , prism always starts a loseless encoding process . How do I disable this ; Regards Mike
  21. It's true . There's no problem when I try it on another PC . Thank you all for your prompt reply . Mike
  22. Hello , Videopad cannot use the video files from my DVB-T usb card . These files succsesfully loaded to other 2 video editing software . I try to clear cache and use all versions from 5.20 to 5.03 Regards Michael Sample: https://drive.google.com/file/d/1NS6xk4zYG486p-AXagL6cBUP9Gi4obp3/view?usp=sharing General ID : 102 (0x66) Complete name : C:\Users\Mike\Videos\SKAI_11_22_2017_06_58_37.mpg Format : MPEG-TS File size : 2.84 MiB Duration : 12 s 420 ms Overall bit rate mode : Variable Overall bit rate : 1 874 kb/s FileExtension_Invalid : ts m2t m2s m4t m4s tmf ts tp trp ty Video ID : 1650 (0x672) Menu ID : 600 (0x258) Format : AVC Format/Info : Advanced Video Codec Format profile : Main@L3 Format settings, CABAC : Yes Format settings, RefFrames : 4 frames Format settings, GOP : M=3, N=15 Codec ID : 27 Duration : 12 s 400 ms Bit rate : 1 587 kb/s Width : 720 pixels Height : 576 pixels Display aspect ratio : 16:9 Frame rate : 25.000 FPS Standard : PAL Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : MBAFF Scan type, store method : Interleaved fields Scan order : Top Field First Bits/(Pixel*Frame) : 0.153 Stream size : 2.35 MiB (83%) Audio ID : 1651 (0x673) Menu ID : 600 (0x258) Format : MPEG Audio Format version : Version 1 Format profile : Layer 2 Mode : Joint stereo Mode extension : Intensity Stereo + MS Stereo Codec ID : 3 Duration : 12 s 384 ms Bit rate mode : Constant Bit rate : 192 kb/s Channel(s) : 2 channels Sampling rate : 48.0 kHz Compression mode : Lossy Delay relative to video : -1 s 103 ms Stream size : 290 KiB (10%) Language : Greek
  23. trhaynes just wants to apply an A/B transition together with audio cross fade (without all these painfull processes described above) . VP does not support that . So simple . So true .
  24. Solved: After a re-format (Win7 x64) both problematic cases seems to work ok. However preview rendering time still takes years (compared with 3.5x and other software). Thanks
  25. That's a 2 year bug (as I can see from previous reports last good working version was 3.54 - 8/7/14 ) . Case 1: Took a 1080p mp4 video from youtube . - Make a Clip A with let say time 00:20 - 00:30 . - Copy / paste it to Clip B &amp; C . - Reversed Clip B -> Preview cache never finished (cpu 100% always with no progress over 10 min) . -> Deleting Clip A from timeline, deletes B &amp; C. No clip exists in timeline but theres a clip existing in storyboard !. The case Repeated to another PC , same result . I thought that something was going wrong with the specific file . So I made another test. Case2: Took a 720p video from Samsung smartphone - Make a Clip A with let say time 00:20 - 00:30 . - Copy / paste it to Clip B &amp; C . - Reversed Clip B -> Took ages to finish preview (compared with other software). -> Clip B lost (again) start and end points . . Same cases worked great with a 3.51 . Took some seconds to preview the reverse video . Am I the only guy reversing videos ? (Jee don't tell me the trick with another sequence ... )
×
×
  • Create New...